RestConf commands
[scp/oam/modeling.git] / data-model / tools / o1-controller-restconf-commands / get-sdnr-create-connection-biermann.rest
1 POST {{baseUrl}}/restconf/operations/data-provider:create-network-element-connection
2 Authorization: Basic {{user}} {{password}}
3 Accept: application/json
4 Content-Type: application/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 }