Merge "Added support to update flows for induvidual security rule add/remove , after...
[netvirt.git] / resources / commons / Ovsdb-HwvtepSouthbound-Collection.json.postman_collection
1 {
2     "id":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
3     "name":"Ovsdb HwvtepSouthbound",
4     "timestamp":1424977469540,
5     "order":[
6         "e9ff6957-4dc2-9257-c0c6-21560bfd5de2",
7         "ee151670-85a0-30ec-b22b-5defe7b66e0b",
8         "6de1ede7-817c-ccbb-3df9-ef510bdaf583",
9         "6e7c88e4-485d-ab9f-4c3a-cc235e022905",
10         "92ee7422-5b08-6d63-2b95-961ec0e18ffa",
11         "e92ac963-daaf-0899-c3e8-a00d897be0e2",
12         "9bc22ca7-049c-af51-7c12-6bf71044b2ec",
13         "f6d300f7-380a-d090-0d4a-2b2ddefe5104",
14         "f9f71d74-a49d-b190-d929-b6772ce0ba73",
15         "18032e93-3bc5-9976-4525-fe1e77e98207",
16         "22354294-1d01-cebf-180c-d609747be9bc",
17         "c8e8f3fd-3bfb-aafa-e3ec-a671a942f426",
18         "d362ddc4-1c5f-67d5-e354-c2a8d2ba9d79",
19         "538c71b3-e3e6-f01b-cc4c-d2b686686aa8"
20     ],
21     "owner":0,
22     "sharedWithTeam":false,
23     "synced":false,
24     "subscribed":false,
25     "hasRequests":true,
26     "requests":[
27         {
28             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
29             "id":"18032e93-3bc5-9976-4525-fe1e77e98207",
30             "name":"Delete Specific Config Logical Switch",
31             "description":"This restconf request delete specific logical switch from the config data store.",
32             "url":"http://odl:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F192.168.1.115:6640%2Flogicalswitch%2Fls0",
33             "method":"DELETE",
34             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
35             "data":[],
36             "dataMode":"params",
37             "timestamp":0,
38             "version":2,
39             "time":1447335528744
40         },
41         {
42             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
43             "id":"22354294-1d01-cebf-180c-d609747be9bc",
44             "name":"Get All Operational Topology",
45             "description":"This restconf request will fetch the operational topology. Operational topology details are fetch by hwvtepsouthbound plugin from all the connected hwvtep node.",
46             "url":"http://odl:8181/restconf/operational/network-topology:network-topology/",
47             "method":"GET",
48             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
49             "data":[],
50             "dataMode":"params",
51             "timestamp":0,
52             "version":2
53         },
54         {
55             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
56             "id":"538c71b3-e3e6-f01b-cc4c-d2b686686aa8",
57             "name":"Get Specific Operational Logical Switch",
58             "description":"This restconf request fetch the operational for specific Logical Switch",
59             "url":"http://odl:8181/restconf/operational/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F192.168.1.115:6640%2logicalswitch%2ls0",
60             "method":"GET",
61             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
62             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640/logicalswitch/ls0\",\n            \"hwvtep-node-description\": \"\",\n            \"hwvtep-node-name\": \"ls0\",\n            \"tunnel-key\": \"10000\"\n        }\n    ]\n}",
63             "dataMode":"raw",
64             "timestamp":0,
65             "version":2,
66             "time":1447335701900
67         },
68         {
69             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
70             "id":"6de1ede7-817c-ccbb-3df9-ef510bdaf583",
71             "name":"Create Specific Config HwvtepNode",
72             "description":"Fire this Restconf request if you want to initiate the connection to hwvtep node from controller. It assumes that hwvtep node is listening for tcp connection in passive mode.",
73             "url":"http://odl:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/",
74             "method":"POST",
75             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
76             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640\",\n            \"connection-info\": {\n              \"ovsdb:remote-port\": 6640,\n              \"ovsdb:remote-ip\": \"192.168.1.115\"\n            }\n        }\n    ]\n}",
77             "dataMode":"raw",
78             "timestamp":0,
79             "version":2,
80             "time":1447334840814
81         },
82         {
83             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
84             "id":"6e7c88e4-485d-ab9f-4c3a-cc235e022905",
85             "name":"Update Specific Config HwvtepNode",
86             "description":"Fire this Restconf request if you want to update the connection to Hwvtep node from controller.",
87             "url":"http://odl:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F192.168.1.115:6640",
88             "method":"PUT",
89             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
90             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640\",\n            \"connection-info\": {\n              \"ovsdb:remote-port\": 6640,\n              \"ovsdb:remote-ip\": \"192.168.1.115\"\n            }\n        }\n    ]\n}",
91             "dataMode":"raw",
92             "timestamp":0,
93             "version":2,
94             "time":1447334483164
95         },
96         {
97             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
98             "id":"92ee7422-5b08-6d63-2b95-961ec0e18ffa",
99             "name":"Get Specific Config HwvtepNode",
100             "description":"This restconf request fetch the configration for specific hwvtep node.",
101             "url":"http://odl:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F192.168.1.115:6640",
102             "method":"GET",
103             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
104             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640\",\n            \"connection-info\": {\n              \"ovsdb:remote-port\": 6640,\n              \"ovsdb:remote-ip\": \"192.168.1.115\"\n            }\n        }\n    ]\n}",
105             "dataMode":"raw",
106             "timestamp":0,
107             "version":2,
108             "time":1447334914971
109         },
110         {
111             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
112             "id":"9bc22ca7-049c-af51-7c12-6bf71044b2ec",
113             "name":"Create Specific Config Logical Switch",
114             "description":"Fire this Restconf request if you want to create a logical switch.",
115             "url":"http://odl:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/",
116             "method":"POST",
117             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
118             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640/logicalswitch/ls0\",\n            \"hwvtep-node-description\": \"\",\n            \"hwvtep-node-name\": \"ls0\",\n            \"tunnel-key\": \"10000\",\n            \"managed-by\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://192.168.1.115:6640']\"             \n        }\n    ]\n}",
119             "dataMode":"raw",
120             "timestamp":0,
121             "version":2,
122             "time":1447340822378
123         },
124         {
125             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
126             "id":"c8e8f3fd-3bfb-aafa-e3ec-a671a942f426",
127             "name":"Get Operational Hwvtep Topology",
128             "description":"",
129             "url":"http://odl:8181/restconf/operational/network-topology:network-topology/hwvtep:1/",
130             "method":"GET",
131             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
132             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640\",\n            \"connection-info\": {\n              \"ovsdb:remote-port\": 6640,\n              \"ovsdb:remote-ip\": \"192.168.1.115\"\n            }\n        }\n    ]\n}",
133             "dataMode":"raw",
134             "timestamp":0,
135             "version":2,
136             "time":1447335830695
137         },
138         {
139             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
140             "id":"d362ddc4-1c5f-67d5-e354-c2a8d2ba9d79",
141             "name":"Get Specific Operational HwvtepNode",
142             "description":"This restconf request fetch the operational for specific HwvtepNode",
143             "url":"http://odl:8181/restconf/operational/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F192.168.1.115:6640",
144             "method":"GET",
145             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
146             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640/logicalswitch/ls0\",\n            \"hwvtep-node-description\": \"\",\n            \"hwvtep-node-name\": \"ls0\",\n            \"tunnel-key\": \"10000\"\n        }\n    ]\n}",
147             "dataMode":"raw",
148             "timestamp":0,
149             "version":2,
150             "time":1447335686540
151         },
152         {
153             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
154             "id":"e92ac963-daaf-0899-c3e8-a00d897be0e2",
155             "name":"Delete Specific Config HwvtepNode",
156             "description":"This restconf request delete any node (ovsdb node or bridge node) from the config data store. You can use the same request to delete the ovsdb node by using the following URI: http://localhost:8080/restconf/config/network-topology:network-topology/topology/ovsdb:1/node/ovsdb:%2F%2F10.10.10.10:22222",
157             "url":"http://odl:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F219.141.189.115:6640",
158             "method":"DELETE",
159             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
160             "data":[],
161             "dataMode":"params",
162             "timestamp":0,
163             "version":2
164         },
165         {
166             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
167             "id":"e9ff6957-4dc2-9257-c0c6-21560bfd5de2",
168             "name":"Get All Config Topology",
169             "description":"Fetch all the config topology from configuration data store.",
170             "url":"http://odl:8181/restconf/config/network-topology:network-topology/",
171             "method":"GET",
172             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
173             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://219.141.189.115:6640\",\n            \"connection-info\": {\n              \"ovsdb:remote-port\": 6640,\n              \"ovsdb:remote-ip\": \"219.141.189.115\"\n            }\n        }\n    ]\n}",
174             "dataMode":"raw",
175             "timestamp":0,
176             "version":2,
177             "time":1447311894927
178         },
179         {
180             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
181             "id":"ee151670-85a0-30ec-b22b-5defe7b66e0b",
182             "name":"Get Config  Hwvtep Topology",
183             "description":"Fetch the config hwvtep topology from configuration data store.",
184             "url":"http://odl:8181/restconf/config/network-topology:network-topology/hwvtep:1/",
185             "method":"GET",
186             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
187             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640\",\n            \"connection-info\": {\n              \"ovsdb:remote-port\": 6640,\n              \"ovsdb:remote-ip\": \"192.168.1.115\"\n            }\n        }\n    ]\n}",
188             "dataMode":"raw",
189             "timestamp":0,
190             "version":2,
191             "time":1447335823182
192         },
193         {
194             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
195             "id":"f6d300f7-380a-d090-0d4a-2b2ddefe5104",
196             "name":"Create Specific Config Logical Switch",
197             "description":"Fire this request if you want to update specific logical switch.",
198             "url":"http://odl:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F192.168.1.115:6640%2Flogicalswitch%2Fls0",
199             "method":"PUT",
200             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
201             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640/logicalswitch/ls0\",\n            \"hwvtep-node-description\": \"\",\n            \"hwvtep-node-name\": \"ls0\",\n            \"tunnel-key\": \"10000\",\n            \"managed-by\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://192.168.1.115:6640']\"             \n        }\n    ]\n}",
202             "dataMode":"raw",
203             "timestamp":0,
204             "version":2,
205             "time":1447340847211
206         },
207         {
208             "collectionId":"19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8",
209             "id":"f9f71d74-a49d-b190-d929-b6772ce0ba73",
210             "name":"Get Specific Config Logical Switch",
211             "description":"This restconf request fetch configuration for specific logical switch.",
212             "url":"http://odl:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F192.168.1.115:6640%2Flogicalswitch%2Fls0",
213             "method":"GET",
214             "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n",
215             "data":"{\n  \"network-topology:node\": [\n        {\n            \"node-id\": \"hwvtep://192.168.1.115:6640/logicalswitch/ls0\",\n            \"hwvtep-node-description\": \"\",\n            \"hwvtep-node-name\": \"ls0\",\n            \"tunnel-key\": \"10000\"\n        }\n    ]\n}",
216             "dataMode":"raw",
217             "timestamp":0,
218             "version":2,
219             "time":1447335408595
220         }
221     ]
222 }