Skip to content

Commit 9a927a3

Browse files
Tobianasihrasko
authored andcommitted
Modernize lighty-rnc postman collection
This postman collection was outdated and was missing important changes such as "Encapsulate netconf-node state" and "Use base64 encoding for netconf device passwords". opendaylight/netconf@1f8be4f opendaylight/netconf@3a7861b Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
1 parent d201f6d commit 9a927a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/Lighty-RNC.postman_collection.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"header": [],
1717
"body": {
1818
"mode": "raw",
19-
"raw": "{\n \"netconf-topology:node\" :[ \n \t{\n\t \"node-id\": \"node-1\",\n\t \"host\": \"127.0.0.1\",\n \"port\": 17830,\n\t \"username\": \"admin\",\n\t \"password\": \"admin\",\n\t \"tcp-only\": false,\n\t \"keepalive-delay\": 0\n }\n ]\n }",
19+
"raw": "{\n \"netconf-topology:node\": [\n {\n \"node-id\": \"node-1\",\n \"netconf-node\": {\n \"host\": \"127.0.0.1\",\n \"port\": 17830,\n \"login-password-unencrypted\": {\n \"username\": \"admin\",\n \"password\": \"admin\"\n },\n \"tcp-only\": false,\n \"keepalive-delay\": 0\n }\n }\n ]\n}",
2020
"options": {
2121
"raw": {
2222
"language": "json"
@@ -107,7 +107,7 @@
107107
"method": "GET",
108108
"header": [],
109109
"url": {
110-
"raw": "http://127.0.0.1:8888/restconf/data/network-topology:network-topology/topology=topology-netconf/node=node-1/yang-ext:mount/",
110+
"raw": "http://127.0.0.1:8888/restconf/data/network-topology:network-topology/topology=topology-netconf/node=node-1/yang-ext:mount",
111111
"protocol": "http",
112112
"host": [
113113
"127",
@@ -122,8 +122,7 @@
122122
"network-topology:network-topology",
123123
"topology=topology-netconf",
124124
"node=node-1",
125-
"yang-ext:mount",
126-
""
125+
"yang-ext:mount"
127126
]
128127
}
129128
},

0 commit comments

Comments
 (0)