Create SIM setting RestConf Commands
[scp/oam/modeling.git] / data-model / tools / o1-controller-restconf-commands / nts-manager-devices-SET.rest
1 @node=O-RAN-FH-NTS-Manager
2 #@node=Core14-ONF-NTS-Manager
3 #@node=Core12-ONF-NTS-Manager
4 #@node=xran-FH-NTS-Manager
5 PUT {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf/node={{node}}/yang-ext:mount/network-topology-simulator:simulator-config
6 Authorization: Basic {{user}} {{password}}
7 Accept: application/yang-data+json
8 Content-Type: application/yang-data+json
9
10 {
11   "network-topology-simulator:simulator-config": {
12     "ves-endpoint-details": {
13       "ves-endpoint-port": 8080,
14       "ves-endpoint-auth-method": "no-auth",
15       "ves-registration": false,
16       "ves-endpoint-ip": "10.20.11.118"
17     },
18     "netconf-call-home": false,
19     "simulated-devices": 0,
20     "mounted-devices": 0,
21     "controller-details": {
22       "controller-password": "admin",
23       "controller-ip": "10.20.11.118",
24       "netconf-call-home-port": 6666,
25       "controller-username": "admin",
26       "controller-port": 8181
27     },
28     "notification-config": {
29       "is-netconf-available": true,
30       "ves-heartbeat-period": 0,
31       "is-ves-available": false,
32       "fault-notification-delay-period": [
33         10,
34         40,
35         50,
36         60
37       ]
38     }
39   }
40 }