X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=scp%2Foam%2Fmodeling.git;a=blobdiff_plain;f=data-model%2Ftools%2Fo1-controller-restconf-commands%2Fnts-manager-notification-SET.rest;fp=data-model%2Ftools%2Fo1-controller-restconf-commands%2Fnts-manager-notification-SET.rest;h=2444868f49bb5ac0d55468ce6cf4c8bad0a3010a;hp=0000000000000000000000000000000000000000;hb=3eac02bcab3641fef087df8f40d5a3df89fbf15c;hpb=8801a1c22ab089666065dd5318258e9dc203c26d diff --git a/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-SET.rest b/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-SET.rest new file mode 100644 index 0000000..2444868 --- /dev/null +++ b/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-SET.rest @@ -0,0 +1,19 @@ +#@node=O-RAN-FH-NTS-Manager +#@node=Core14-ONF-NTS-Manager +@node=Core12-ONF-NTS-Manager +#@node=xran-FH-NTS-Manager +PUT {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf/node={{node}}/yang-ext:mount/network-topology-simulator:simulator-config/notification-config +Authorization: Basic {{user}} {{password}} +Accept: application/yang-data+json +Content-Type: application/yang-data+json + +{ + "network-topology-simulator:notification-config": { + "is-netconf-available": true, + "ves-heartbeat-period": 0, + "is-ves-available": false, + "fault-notification-delay-period": [ + 60, 50, 40, 10 + ] + } +}