blob: ce660a76a9564722fa130be697f358dcec7ef666 [file] [log] [blame]
demx8as662f0e432020-06-28 10:08:30 +02001POST {{baseUrl}}/rests/operations/data-provider:create-network-element-connection HTTP/1.1
2Authorization: Basic {{user}} {{password}}
3Accept: application/yang-data+json
4Content-Type: application/yang-data+json
5
6{
7 "data-provider:input": {
8 "id": "new-mountpoint-name",
9 "node-id": "new-mountpoint-name",
10 "host": "10.10.10.10",
11 "port": "830",
12 "username": "netconf",
13 "password": "netconf",
14 "is-required": "true"
15 }
16}