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%2Fget-sdnr-create-connection-rfc8040.rest;fp=data-model%2Ftools%2Fo1-controller-restconf-commands%2Fget-sdnr-create-connection-rfc8040.rest;h=ce660a76a9564722fa130be697f358dcec7ef666;hp=0000000000000000000000000000000000000000;hb=62f0e4365945c742c040a24bbc6fcb89826e6bb1;hpb=deb96f16429ed7625a6a3cef48a856389faab97a diff --git a/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-rfc8040.rest new file mode 100644 index 0000000..ce660a7 --- /dev/null +++ b/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-rfc8040.rest @@ -0,0 +1,16 @@ +POST {{baseUrl}}/rests/operations/data-provider:create-network-element-connection HTTP/1.1 +Authorization: Basic {{user}} {{password}} +Accept: application/yang-data+json +Content-Type: application/yang-data+json + +{ + "data-provider:input": { + "id": "new-mountpoint-name", + "node-id": "new-mountpoint-name", + "host": "10.10.10.10", + "port": "830", + "username": "netconf", + "password": "netconf", + "is-required": "true" + } +} \ No newline at end of file