demx8as6 | 3eac02b | 2020-06-29 11:54:33 +0200 | [diff] [blame^] | 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/notification-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:notification-config": { |
| 12 | "is-netconf-available": true, |
| 13 | "ves-heartbeat-period": 0, |
| 14 | "is-ves-available": false, |
| 15 | "fault-notification-delay-period": [ |
| 16 | 60, 50, 40, 10 |
| 17 | ] |
| 18 | } |
| 19 | } |