demx8as6 | 62f0e43 | 2020-06-28 10:08:30 +0200 | [diff] [blame^] | 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 | } |