Bump odlparent to 4.0.7
[neutron.git] / resources / Neutron_Postman_Collection.postman_collection
1 {
2    "id":"eb9ff6ed-28a8-ac1f-7a81-18c877a44749",
3    "name":"Neutron Collection",
4    "timestamp":1429647764368,
5    "requests":[
6       {
7          "collectionId":"eb9ff6ed-28a8-ac1f-7a81-18c877a44749",
8          "id":"5ee3f657-bd7c-970d-a9b7-203023515ba9",
9          "name":"net-get-mdsal",
10          "description":"",
11          "url":"http://localhost:8080/restconf/config/neutron:neutron/networks/",
12          "method":"GET",
13          "headers":"Content-Type: application/json\nCache-Control: no-cache\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
14          "data":"{  \n   \"network\":{  \n      \"status\":\"ACTIVE\",\n      \"subnets\":[  \n\n      ],\n      \"name\":\"net1\",\n      \"router:external\":false,\n      \"tenant_id\":\"38470401580249029f5b811e841e16a4\",\n      \"admin_state_up\":true,\n      \"mtu\":0,\n      \"vlan_transparent\":false,\n      \"shared\":false,\n      \"id\":\"2775510e-4c75-4f94-92bf-6743a43c7002\"\n   }\n}",
15          "dataMode":"raw",
16          "timestamp":0,
17          "responses":[
18
19          ],
20          "version":2
21       },
22       {
23          "collectionId":"eb9ff6ed-28a8-ac1f-7a81-18c877a44749",
24          "id":"885e7795-458a-be32-789d-f5c9b38cb1c6",
25          "name":"net-get",
26          "description":"",
27          "url":"http://localhost:8080/controller/nb/v2/neutron/networks",
28          "method":"GET",
29          "headers":"Content-Type: application/json\nCache-Control: no-cache\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
30          "data":"{  \n   \"network\":{  \n      \"status\":\"ACTIVE\",\n      \"subnets\":[  \n\n      ],\n      \"name\":\"net1\",\n      \"router:external\":false,\n      \"tenant_id\":\"38470401580249029f5b811e841e16a4\",\n      \"admin_state_up\":true,\n      \"mtu\":0,\n      \"vlan_transparent\":false,\n      \"shared\":false,\n      \"id\":\"2775510e-4c75-4f94-92bf-6743a43c7002\"\n   }\n}",
31          "dataMode":"raw",
32          "timestamp":0,
33          "responses":[
34
35          ],
36          "version":2
37       },
38       {
39          "collectionId":"eb9ff6ed-28a8-ac1f-7a81-18c877a44749",
40          "id":"b848f28c-b2da-b866-5108-342b42c59d00",
41          "name":"net-create",
42          "description":"",
43          "url":"http://localhost:8080/controller/nb/v2/neutron/networks",
44          "method":"POST",
45          "headers":"Content-Type: application/json\nCache-Control: no-cache\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
46          "data":"{  \n   \"network\":{  \n      \"status\":\"ACTIVE\",\n      \"subnets\":[  \n\n      ],\n      \"name\":\"net1\",\n      \"router:external\":false,\n      \"tenant_id\":\"38470401580249029f5b811e841e16a4\",\n      \"admin_state_up\":true,\n      \"mtu\":0,\n      \"vlan_transparent\":false,\n      \"shared\":false,\n      \"id\":\"2775510e-4c75-4f94-92bf-6743a43c7002\"\n   }\n}",
47          "dataMode":"raw",
48          "timestamp":0,
49          "responses":[
50
51          ],
52          "version":2
53       }
54    ]
55 }