Remove redundant type information
[genius.git] / resources / postman_collections / ITM.json.postman_collection
1 {
2         "id": "7ef83c69-3dfc-0599-d388-2dcfec90c93d",
3         "name": "ITM",
4         "description": "",
5         "order": [
6                 "6fb72e1a-5743-65ba-061e-3ee477ba73db",
7                 "b55700ab-6b81-81c6-2a5d-9dc53b97807f"
8         ],
9         "folders": [],
10         "timestamp": 1462863363643,
11         "owner": "",
12         "remoteLink": "",
13         "public": false,
14         "requests": [
15                 {
16                         "id": "6fb72e1a-5743-65ba-061e-3ee477ba73db",
17                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
18                         "url": "http://localhost:8181/restconf/config/itm:transport-zones/",
19                         "preRequestScript": null,
20                         "pathVariables": {},
21                         "method": "POST",
22                         "data": [],
23                         "dataMode": "raw",
24                         "version": 2,
25                         "tests": null,
26                         "currentHelper": "normal",
27                         "helperAttributes": {},
28                         "time": 1462863370386,
29                         "name": "create itm transport zone",
30                         "description": "create a full mesh of tunnels between the specified datapath node identifiers",
31                         "collectionId": "7ef83c69-3dfc-0599-d388-2dcfec90c93d",
32                         "responses": [],
33                         "rawModeData": "{\r\n        \"transport-zone\": [\r\n            {\r\n                \"zone-name\": \"TZA\",\r\n                \"subnets\": [\r\n                    {\r\n                        \"prefix\": \"192.168.56.0/24\",\r\n                        \"vlan-id\": 0,\r\n                        \"vteps\": [\r\n                            {\r\n                                \"dpn-id\": 1,\r\n                                \"portname\": \"s1-vxlan1\",\r\n                                \"ip-address\": \"192.168.56.101\"\r\n                            },\r\n                            {\r\n                                \"dpn-id\": 2,\r\n                                \"portname\": \"s1-vxlan2\",\r\n                                \"ip-address\": \"192.168.56.102\"\r\n                            }\r\n                        ],\r\n                        \"gateway-ip\": \"0.0.0.0\"\r\n                    }\r\n                ],\r\n                \"tunnel-type\": \"odl-interface:tunnel-type-vxlan\"\r\n            }\r\n        ]\r\n}\r\n"
34                 },
35                 {
36                         "id": "b55700ab-6b81-81c6-2a5d-9dc53b97807f",
37                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
38                         "url": "http://localhost:8181/restconf/config/itm:transport-zones/",
39                         "preRequestScript": null,
40                         "pathVariables": {},
41                         "method": "DELETE",
42                         "data": [],
43                         "dataMode": "raw",
44                         "version": 2,
45                         "tests": null,
46                         "currentHelper": "normal",
47                         "helperAttributes": {},
48                         "time": 1462863467634,
49                         "name": "delete  itm transport zone",
50                         "description": "delete full mesh of tunnels between the specified datapath node identifiers",
51                         "collectionId": "7ef83c69-3dfc-0599-d388-2dcfec90c93d",
52                         "responses": [],
53                         "rawModeData": ""
54                 }
55         ]
56 }