Added LBaaS/OS API calls to the project Postma collection
[netvirt.git] / resources / openstack / Neutron-v2.0-API-Examples.json.postman_collection
1 {
2         "id": "bd9b142f-e3ad-452d-f088-eed1b741b937",
3         "name": "Neutron-v2.0-API-Examples",
4         "description": "A collection of OpenStack Neutron v2.0 REST API calls for Postman. Import these into Postman and use to validate the OpenDaylight Neutron NB-API interfaces.\n\nResources:\n- Postman http://www.getpostman.com\n- Neutron v2.0 https://wiki.openstack.org/wiki/Neutron/APIv2-specification",
5         "order": [
6                 "747f9a54-e64f-57f6-ce6d-8ad358817696",
7                 "55aab7d7-6159-c4fb-5b3f-42cbb55c4e7b",
8                 "1215e515-a4ff-7d7e-acbf-905c6706db86",
9                 "ef3c7339-ba4d-124d-7e1f-67d9ab638277"
10         ],
11         "folders": [
12                 {
13                         "id": "126c18b5-94b8-689b-c932-371cddb543f2",
14                         "name": "Neutron Firewall as a Service (FWaaS)",
15                         "description": "",
16                         "order": [
17                                 "747f9a54-e64f-57f6-ce6d-8ad358817696",
18                                 "7ef5413c-7f22-ac12-5444-f9be6a7c029e",
19                                 "ed8face9-6585-8a9b-9e09-870e3a5e5546",
20                                 "09bcfbe4-b01a-3615-820f-7fc3a2261e05",
21                                 "a1efd833-3d79-1621-9aa5-61b0fecec94a",
22                                 "a183a8b3-bddb-dc04-ae73-3beb11af4d04"
23                         ],
24                         "collection_name": "Neutron-v2.0-API-Examples",
25                         "collection_id": "bd9b142f-e3ad-452d-f088-eed1b741b937"
26                 },
27                 {
28                         "id": "770b37d2-85c3-d373-28de-4913009875f8",
29                         "name": "Neutron Load Balancer as a Service (LBaaS)",
30                         "description": "",
31                         "order": [
32                                 "4ecb4af3-e10b-6710-bbcf-af2b80a8887f",
33                                 "8c4d8a07-64c5-f821-4799-d528f01e88cc",
34                                 "a483b6c9-2f07-f59e-effa-883591fee938",
35                                 "5c73f0bc-7502-26e1-42e1-c918ecbd56ae",
36                                 "b6761938-4918-6120-c181-33f5d8c9f1a5",
37                                 "a896a2b2-3273-2ff0-c801-1cbecdc2cc85",
38                                 "033e8332-94d9-b9cd-6b2d-4adb37dd8a9c",
39                                 "c9f46dde-6b6d-0def-ae83-7885be0dbf87"
40                         ],
41                         "collection_name": "Neutron-v2.0-API-Examples",
42                         "collection_id": "bd9b142f-e3ad-452d-f088-eed1b741b937"
43                 },
44                 {
45                         "id": "7b2236c6-cd5b-1bc0-fd02-737efb4995dc",
46                         "name": "Neutron Port Security",
47                         "description": "",
48                         "order": [
49                                 "f9de4b7d-8b08-fb14-d557-3cf81d7465f4",
50                                 "9fe0d840-dcd3-6d3e-d410-e88538858e3a",
51                                 "c9cc2212-1f16-ead6-5dc0-073aed1e2c61",
52                                 "1387de10-9981-2ecb-32b8-4cc4806894cf",
53                                 "56d38607-d1dc-adba-a3fd-7e4d63e6c75d",
54                                 "4f72cdab-70f1-dba9-3986-3305c7ef18c8",
55                                 "f01b7f99-0aeb-739f-eb4a-cd467320b85c"
56                         ],
57                         "collection_name": "Neutron-v2.0-API-Examples",
58                         "collection_id": "bd9b142f-e3ad-452d-f088-eed1b741b937"
59                 }
60         ],
61         "timestamp": 1394529177458,
62         "synced": false,
63         "requests": [
64                 {
65                         "id": "033e8332-94d9-b9cd-6b2d-4adb37dd8a9c",
66                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
67                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/healthmonitors/",
68                         "pathVariables": {},
69                         "preRequestScript": "",
70                         "method": "POST",
71                         "data": "{\n   \"healthmonitor\":{\n      \"id\":\"f3eeab00-8367-4524-b662-55e64d4cacb5\",\n      \"tenant_id\":\"453105b9-1754-413f-aab1-55f1af620750\",\n      \"type\":\"HTTP\",\n      \"delay\":20,\n      \"timeout\":10,\n      \"max_retries\":5,\n      \"http_method\":\"GET\",\n      \"url_path\":\"/check\",\n      \"expected_codes\":\"200-299\",\n      \"admin_state_up\":true,\n      \"status\":\"ACTIVE\"\n   }\n}",
72                         "dataMode": "raw",
73                         "name": "Post Add Neutron Load Balancer HealthMonitor",
74                         "description": "Example posting of a Neutron v2.0  Load Balancer Pool.",
75                         "descriptionFormat": "html",
76                         "time": 1407147940644,
77                         "version": 2,
78                         "responses": [],
79                         "tests": "",
80                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
81                         "synced": false
82                 },
83                 {
84                         "id": "09bcfbe4-b01a-3615-820f-7fc3a2261e05",
85                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
86                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_rules",
87                         "pathVariables": {},
88                         "method": "GET",
89                         "data": [],
90                         "dataMode": "params",
91                         "version": 2,
92                         "tests": "",
93                         "time": 1401139182979,
94                         "name": "Get Neutron FWaaS Rules",
95                         "description": "Return a list of Neutron v2.0 API FWaaS rules.",
96                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
97                         "responses": [],
98                         "synced": false
99                 },
100                 {
101                         "id": "0f889e0b-f37f-a82f-06b3-5db88c96f8f7",
102                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
103                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_rules",
104                         "pathVariables": {},
105                         "method": "GET",
106                         "data": [],
107                         "dataMode": "params",
108                         "version": 2,
109                         "tests": "",
110                         "time": 1401139182979,
111                         "name": "Get Neutron LBaaS ",
112                         "description": "Return a Neutron v2.0  Load Balancer (LBaaS).",
113                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
114                         "responses": [],
115                         "synced": false
116                 },
117                 {
118                         "id": "1215e515-a4ff-7d7e-acbf-905c6706db86",
119                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
120                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/networks/",
121                         "pathVariables": {},
122                         "method": "GET",
123                         "data": [],
124                         "dataMode": "params",
125                         "version": 2,
126                         "tests": "",
127                         "time": 1401139794797,
128                         "name": "Get Neutron Networks",
129                         "description": "Return a list of Neutron v2.0 Networks",
130                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
131                         "responses": [],
132                         "synced": false
133                 },
134                 {
135                         "id": "1387de10-9981-2ecb-32b8-4cc4806894cf",
136                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
137                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/security-groups/",
138                         "pathVariables": {},
139                         "method": "POST",
140                         "data": "{\n   \"security_group\":{\n      \"name\":\"TCP Port Range\",\n      \"description\":\"Example TCP port range security group\",\n     \"tenant_id\":\"3B82FF05-72A2-413E-B051-222222222222\",\n     \"id\":\"C9F5924D-4D08-4819-BFC4-444444444444\"\n   }\n}",
141                         "dataMode": "raw",
142                         "version": 2,
143                         "tests": "",
144                         "time": 1401137715163,
145                         "name": "Post Add Security Group Port Range",
146                         "description": "Example Neutron v2.0  Add Security Group with a TCP Port Range",
147                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
148                         "responses": [],
149                         "synced": false
150                 },
151                 {
152                         "id": "1fdc36bb-a2bd-23df-9ddf-b47fc9231d96",
153                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
154                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_rules",
155                         "pathVariables": {},
156                         "method": "GET",
157                         "data": [],
158                         "dataMode": "params",
159                         "version": 2,
160                         "tests": "",
161                         "time": 1401139182979,
162                         "name": "Get Neutron LBaaS  copy",
163                         "description": "Return a Neutron v2.0  Load Balancer (LBaaS).",
164                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
165                         "responses": [],
166                         "synced": false
167                 },
168                 {
169                         "id": "2d935076-436b-4efa-5586-a7cbf8c385ab",
170                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
171                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls",
172                         "pathVariables": {},
173                         "method": "POST",
174                         "data": "{\n  \"firewall\": {\n    \"admin_state_up\": true,\n    \"description\": \"Example Neutron v2.0 Firewall Creation\",\n    \"firewall_policy_id\": \"c69933c1-b472-44f9-8226-30dc4ffd454c\",\n    \"id\": \"3b0ef8f4-82c7-44d4-a4fb-6177f9a21977\",\n    \"name\": \"Example FWaaS Firewall\",\n    \"status\": \"PENDING_CREATE\",\n    \"tenant_id\": \"45977fa2dbd7482098dd68d0d8970117\"\n  }\n}",
175                         "dataMode": "raw",
176                         "version": 2,
177                         "tests": "",
178                         "time": 1401140100321,
179                         "name": "Post Add Neutron Load Balancer",
180                         "description": "Example posting of a Neutron v2.0  Load Balancer (LBaaS).",
181                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
182                         "responses": [],
183                         "synced": false
184                 },
185                 {
186                         "id": "36de75f0-4f3c-ca9e-adf5-155349f4b766",
187                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
188                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/networks/",
189                         "pathVariables": {},
190                         "method": "POST",
191                         "data": "{\n   \"networks\":[\n      {\n         \"status\":\"ACTIVE\",\n         \"subnets\":[\n         ],\n         \"name\":\"sample_network_89\",\n         \"provider:physical_network\":null,\n   \"admin_state_up\":false,\n   \"tenant_id\":\"60cd4f6dbc5f499982a284e7b83b5be3\",\n   \"provider:network_type\":\"local\",\n   \"router:external\":false,\n   \"shared\":false,\n   \"id\":\"e9330b1f-a2ef-4160-a991-169e56ab17f5\",\n   \"provider:segmentation_id\":89\n}\n  ]\n}",
192                         "dataMode": "raw",
193                         "version": 2,
194                         "tests": "",
195                         "time": 1401139810802,
196                         "name": "Post Add Neutron Network copy",
197                         "description": "Post a list of Neutron v2.0 Networks",
198                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
199                         "responses": [],
200                         "synced": false
201                 },
202                 {
203                         "id": "3a98617b-1cf1-e97f-ba30-1d4ad2f4a29e",
204                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
205                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_rules",
206                         "pathVariables": {},
207                         "method": "GET",
208                         "data": [],
209                         "dataMode": "params",
210                         "version": 2,
211                         "tests": "",
212                         "time": 1401139182979,
213                         "name": "Get Neutron FWaaS Rules copy",
214                         "description": "Return a list of Neutron v2.0 API FWaaS rules.",
215                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
216                         "responses": [],
217                         "synced": false
218                 },
219                 {
220                         "id": "4ecb4af3-e10b-6710-bbcf-af2b80a8887f",
221                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
222                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/loadbalancers/",
223                         "pathVariables": {},
224                         "preRequestScript": "",
225                         "method": "POST",
226                         "data": "{\n  \"loadbalancer\": {\n    \"id\": \"8992a43f-83af-4b49-9afd-c2bfbd82d7d7\",\n    \"name\": \"Example LB\",\n    \"description\": \"A very simple example load balancer.\",\n    \"vip_address\": \"1.2.3.4\",\n    \"vip_subnet_id\": \"SUBNET_ID\",\n    \"tenant_id\": \"7725fe12-1c14-4f45-ba8e-44bf01763578\",\n    \"status\": \"PENDING_CREATE\"\n  }\n}",
227                         "dataMode": "raw",
228                         "name": "Post Add Neutron Load Balancer",
229                         "description": "Example posting of a Neutron v2.0  Load Balancer (LBaaS).",
230                         "descriptionFormat": "html",
231                         "time": 1407147822865,
232                         "version": 2,
233                         "responses": [],
234                         "tests": "",
235                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
236                         "synced": false
237                 },
238                 {
239                         "id": "4f72cdab-70f1-dba9-3986-3305c7ef18c8",
240                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
241                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/security-groups/",
242                         "pathVariables": {},
243                         "method": "GET",
244                         "data": [],
245                         "dataMode": "params",
246                         "version": 2,
247                         "tests": "",
248                         "time": 1401139154340,
249                         "name": "Get Neutron Security Groups",
250                         "description": "Return a list of Neutron v2.0 API security groups.",
251                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
252                         "responses": [],
253                         "synced": false
254                 },
255                 {
256                         "id": "55aab7d7-6159-c4fb-5b3f-42cbb55c4e7b",
257                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
258                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/networks/",
259                         "pathVariables": {},
260                         "method": "POST",
261                         "data": "{\n   \"networks\":[\n      {\n         \"status\":\"ACTIVE\",\n         \"subnets\":[\n         ],\n         \"name\":\"sample_network_89\",\n         \"provider:physical_network\":null,\n   \"admin_state_up\":false,\n   \"tenant_id\":\"60cd4f6dbc5f499982a284e7b83b5be3\",\n   \"provider:network_type\":\"local\",\n   \"router:external\":false,\n   \"shared\":false,\n   \"id\":\"e9330b1f-a2ef-4160-a991-169e56ab17f5\",\n   \"provider:segmentation_id\":89\n}\n  ]\n}",
262                         "dataMode": "raw",
263                         "version": 2,
264                         "tests": "",
265                         "time": 1401139810802,
266                         "name": "Post Add Neutron Network",
267                         "description": "Post a list of Neutron v2.0 Networks",
268                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
269                         "responses": [],
270                         "synced": false
271                 },
272                 {
273                         "id": "56d38607-d1dc-adba-a3fd-7e4d63e6c75d",
274                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
275                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/security-group-rules/",
276                         "pathVariables": {},
277                         "method": "POST",
278                         "data": "{\n   \"security_group_rule\":{\n      \"id\":\"A9F6424D-4D08-4819-BFC4-333333333333\",\n      \"direction\":\"ingress\",\n      \"port_range_min\":\"5000\",\n      \"ethertype\":\"IPv4\",\n      \"port_range_max\":\"6000\",\n      \"protocol\":\"tcp\",\n      \"remote_ip_prefix\":\"172.16.10.0/24\",\n      \"remote_group_id\":\"85cc3048-abc3-43cc-89b3-377341426ac5\",\n      \"security_group_id\":\"C9F5924D-4D08-4819-BFC4-444444444444\",\n      \"tenant_id\":\"3B82FF05-72A2-413E-B051-222222222222\"\n   }\n}\n",
279                         "dataMode": "raw",
280                         "name": "Post Add Security Rule Port Range",
281                         "description": "Neutron v2.0 Add a Neutron Security Rule with a TCP Port Range.",
282                         "descriptionFormat": "html",
283                         "time": 1401138106104,
284                         "version": 2,
285                         "responses": [],
286                         "tests": "",
287                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
288                         "synced": false
289                 },
290                 {
291                         "id": "5c73f0bc-7502-26e1-42e1-c918ecbd56ae",
292                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
293                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/listeners/",
294                         "pathVariables": {},
295                         "preRequestScript": "",
296                         "method": "GET",
297                         "data": [],
298                         "dataMode": "params",
299                         "name": "Get Load Balancer  Listeners",
300                         "description": "Return a Neutron v2.0  Load Balancer Listeners.",
301                         "descriptionFormat": "html",
302                         "time": 1407147923753,
303                         "version": 2,
304                         "responses": [],
305                         "tests": "",
306                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
307                         "synced": false
308                 },
309                 {
310                         "id": "747f9a54-e64f-57f6-ce6d-8ad358817696",
311                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
312                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls",
313                         "pathVariables": {},
314                         "method": "POST",
315                         "data": "{\n  \"firewall\": {\n    \"admin_state_up\": true,\n    \"description\": \"Example Neutron v2.0 Firewall Creation\",\n    \"firewall_policy_id\": \"c69933c1-b472-44f9-8226-30dc4ffd454c\",\n    \"id\": \"3b0ef8f4-82c7-44d4-a4fb-6177f9a21977\",\n    \"name\": \"Example FWaaS Firewall\",\n    \"status\": \"PENDING_CREATE\",\n    \"tenant_id\": \"45977fa2dbd7482098dd68d0d8970117\"\n  }\n}",
316                         "dataMode": "raw",
317                         "version": 2,
318                         "tests": "",
319                         "time": 1401140100321,
320                         "name": "Post Add Neutron FWaaS Firewall",
321                         "description": "Example posting of a Neutron v2.0 Neutron FWaaS firewall.",
322                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
323                         "responses": [],
324                         "synced": false
325                 },
326                 {
327                         "id": "7ef5413c-7f22-ac12-5444-f9be6a7c029e",
328                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
329                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls",
330                         "pathVariables": {},
331                         "method": "GET",
332                         "data": [],
333                         "dataMode": "params",
334                         "version": 2,
335                         "tests": "",
336                         "time": 1401139224214,
337                         "name": "Get Neutron FWaaS Firewalls",
338                         "description": "Return a list of Neutron FWaaS v2.0 API FWaaS firewalls.",
339                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
340                         "responses": [],
341                         "synced": false
342                 },
343                 {
344                         "id": "8c4d8a07-64c5-f821-4799-d528f01e88cc",
345                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
346                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/loadbalancers/",
347                         "pathVariables": {},
348                         "preRequestScript": "",
349                         "method": "GET",
350                         "data": [],
351                         "dataMode": "params",
352                         "name": "Get Neutron Load Balancer",
353                         "description": "Return a Neutron v2.0  Load Balancer (LBaaS).",
354                         "descriptionFormat": "html",
355                         "time": 1407147839448,
356                         "version": 2,
357                         "responses": [],
358                         "tests": "",
359                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
360                         "synced": false
361                 },
362                 {
363                         "id": "9fe0d840-dcd3-6d3e-d410-e88538858e3a",
364                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
365                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/security-group-rules/",
366                         "pathVariables": {},
367                         "method": "POST",
368                         "data": "{\n   \"security_group_rule\":{\n      \"id\":\"A9F6424D-4D08-4819-BFC4-444444444444\",\n      \"direction\":\"ingress\",\n      \"port_range_min\":\"80\",\n      \"ethertype\":\"IPv4\",\n      \"port_range_max\":\"80\",\n      \"protocol\":\"tcp\",\n      \"remote_ip_prefix\":\"172.0.0.0/24\",\n      \"remote_group_id\":\"85cc3048-abc3-43cc-89b3-377341426ac5\",\n      \"security_group_id\":\"C9F5924D-4D08-4819-BFC4-111111111111\",\n      \"tenant_id\":\"3B82FF05-72A2-413E-B051-222222222222\"\n   }\n}\n",
369                         "dataMode": "raw",
370                         "version": 2,
371                         "tests": "",
372                         "time": 1401137905549,
373                         "name": "Post Add Security Rules Frontend Tier",
374                         "description": "Example Neutron v2.0 security rule for a front web tier.",
375                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
376                         "responses": [],
377                         "synced": false
378                 },
379                 {
380                         "id": "a183a8b3-bddb-dc04-ae73-3beb11af4d04",
381                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
382                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_policies",
383                         "preRequestScript": "",
384                         "pathVariables": {},
385                         "method": "GET",
386                         "data": [],
387                         "dataMode": "params",
388                         "version": 2,
389                         "tests": "",
390                         "time": 1407148296484,
391                         "name": "Get Neutron FWaaS Policies",
392                         "description": "Return a list of Neutron v2.0 Neutron FWaaS Firewall policies.",
393                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
394                         "responses": [],
395                         "synced": false
396                 },
397                 {
398                         "id": "a1efd833-3d79-1621-9aa5-61b0fecec94a",
399                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
400                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_policies",
401                         "pathVariables": {},
402                         "method": "POST",
403                         "data": "{\n  \"firewall_policies\": [\n    {\n      \"audited\": false,\n      \"description\": \"\",\n      \"firewall_rules\": [\n        \"8722e0e0-9cc9-4490-9660-8c9a5732fbb0\"\n      ],\n      \"id\": \"c69933c1-b472-44f9-8226-30dc4ffd454c\",\n      \"name\": \"Example FWaaS Policy\",\n      \"shared\": false,\n      \"tenant_id\": \"45977fa2dbd7482098dd68d0d8970117\"\n    }\n  ]\n}",
404                         "dataMode": "raw",
405                         "version": 2,
406                         "tests": "",
407                         "time": 1401139374457,
408                         "name": "Post Add Neutron FWaaS Policy",
409                         "description": "Example posting of a Neutron v2.0 FWaaS policy.",
410                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
411                         "responses": [],
412                         "synced": false
413                 },
414                 {
415                         "id": "a483b6c9-2f07-f59e-effa-883591fee938",
416                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
417                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/listeners/",
418                         "pathVariables": {},
419                         "preRequestScript": "",
420                         "method": "POST",
421                         "data": "{\n  \"listener\": {\n    \"id\": \"9bb09b2b-a0e3-4fa7-8020-76efd4b30d30\",\n    \"default_pool_id\": \"8311446e-8a13-4c00-95b3-03a92f9759c7\",\n    \"tenant_id\": \"352686b7-c4b2-44ec-a458-84239713f685\",\n    \"name\": \"Example HTTPS Listener\",\n    \"description\": \"A very simple example of an HTTPS listener\",\n    \"protocol\": \"https\",\n    \"protocol_port\": \"443\",\n    \"load_balancer_id\": \"b8a35470-f65d-11e3-a3ac-0800200c9a66\",\n    \"admin_state_up\": true,\n    \"status\": \"ACTIVE\"\n  }\n}",
422                         "dataMode": "raw",
423                         "name": "Post Add Load Balancer Listeners",
424                         "description": "Example posting of a Neutron v2.0  Load Balancer Listeners.",
425                         "descriptionFormat": "html",
426                         "time": 1407147879638,
427                         "version": 2,
428                         "responses": [],
429                         "tests": "",
430                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
431                         "synced": false
432                 },
433                 {
434                         "id": "a896a2b2-3273-2ff0-c801-1cbecdc2cc85",
435                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
436                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/pools/",
437                         "pathVariables": {},
438                         "preRequestScript": "",
439                         "method": "GET",
440                         "data": [],
441                         "dataMode": "params",
442                         "name": "Get Neutron Load Balancer  Pool",
443                         "description": "Return a Neutron v2.0  Load Balancer Pool.",
444                         "descriptionFormat": "html",
445                         "time": 1407147861621,
446                         "version": 2,
447                         "responses": [],
448                         "tests": "",
449                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
450                         "synced": false
451                 },
452                 {
453                         "id": "aaaf62a6-9a7d-4fde-0031-bfd60a23c1c0",
454                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
455                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_policies",
456                         "pathVariables": {},
457                         "method": "GET",
458                         "data": [],
459                         "dataMode": "params",
460                         "version": 2,
461                         "tests": "",
462                         "time": 1397457663853,
463                         "name": "Get Neutron FWaaS Policies copy",
464                         "description": "Return a list of Neutron v2.0 Neutron FWaaS Firewall policies.",
465                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
466                         "responses": [],
467                         "synced": false
468                 },
469                 {
470                         "id": "ac935eb8-1bd6-007f-70e2-73c5a01e1da5",
471                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
472                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls",
473                         "pathVariables": {},
474                         "method": "GET",
475                         "data": [],
476                         "dataMode": "params",
477                         "version": 2,
478                         "tests": "",
479                         "time": 1401139224214,
480                         "name": "Get Neutron FWaaS Firewalls copy",
481                         "description": "Return a list of Neutron FWaaS v2.0 API FWaaS firewalls.",
482                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
483                         "responses": [],
484                         "synced": false
485                 },
486                 {
487                         "id": "b6761938-4918-6120-c181-33f5d8c9f1a5",
488                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
489                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/pools/",
490                         "pathVariables": {},
491                         "preRequestScript": "",
492                         "method": "POST",
493                         "data": "{\n  \"pool\": {\n    \"id\": \"332abe93-f488-41ba-870b-2ac66be7f853\",\n    \"tenant_id\": \"19eaa775-cf5d-49bc-902e-2f85f668d995\",\n    \"name\": \"Example pool\",\n    \"description\": \"\",\n    \"protocol\": \"tcp\",\n    \"lb_algorithm\": \"ROUND_ROBIN\",\n    \"session_persistence\": {\n    },\n    \"healthmonitor_id\": null,\n    \"members\": [\n    ],\n    \"admin_state_up\": true,\n    \"status\": \"ACTIVE\"\n  }\n}",
494                         "dataMode": "raw",
495                         "name": "Post Add Neutron Load Balancer Pool",
496                         "description": "Example posting of a Neutron v2.0  Load Balancer Pool.",
497                         "descriptionFormat": "html",
498                         "time": 1407147853324,
499                         "version": 2,
500                         "responses": [],
501                         "tests": "",
502                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
503                         "synced": false
504                 },
505                 {
506                         "id": "c9cc2212-1f16-ead6-5dc0-073aed1e2c61",
507                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
508                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/security-group-rules/",
509                         "pathVariables": {},
510                         "method": "POST",
511                         "data": "{\n   \"security_group_rule\":{\n      \"id\":\"A9F6424D-4D08-4819-BFC4-333333333333\",\n      \"direction\":\"ingress\",\n      \"port_range_min\":\"3306\",\n      \"ethertype\":\"IPv4\",\n      \"port_range_max\":\"3306\",\n      \"protocol\":\"tcp\",\n      \"remote_ip_prefix\":\"10.0.0.0/24\",\n      \"remote_group_id\":\"85cc3048-abc3-43cc-89b3-377341426ac5\",\n      \"security_group_id\":\"C9F5924D-4D08-4819-BFC4-111111111111\",\n      \"tenant_id\":\"3B82FF05-72A2-413E-B051-222222222222\"\n   }\n}\n",
512                         "dataMode": "raw",
513                         "version": 2,
514                         "tests": "",
515                         "time": 1401137493078,
516                         "name": "Post Add Security Rule Backend Tier",
517                         "description": "Neutron v2.0 Add a Neutron Security Rule for a backend database tier example",
518                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
519                         "responses": [],
520                         "synced": false
521                 },
522                 {
523                         "id": "c9f46dde-6b6d-0def-ae83-7885be0dbf87",
524                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
525                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/healthmonitors/",
526                         "pathVariables": {},
527                         "preRequestScript": "",
528                         "method": "GET",
529                         "data": [],
530                         "dataMode": "params",
531                         "name": "Get Load Balancer  Health Monitors",
532                         "description": "Return a Neutron v2.0  Load Balancer Health Monitors.",
533                         "descriptionFormat": "html",
534                         "time": 1407147951823,
535                         "version": 2,
536                         "responses": [],
537                         "tests": "",
538                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
539                         "synced": false
540                 },
541                 {
542                         "id": "d8411d71-bb1d-f932-7e1d-197811a2a37c",
543                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
544                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_policies/c69933c1-b472-44f9-8226-30dc4ffd454c",
545                         "preRequestScript": "",
546                         "pathVariables": {},
547                         "method": "GET",
548                         "data": [],
549                         "dataMode": "params",
550                         "version": 2,
551                         "tests": "",
552                         "time": 1406950874873,
553                         "name": "Get Neutron FWaaS Policy",
554                         "description": "Return a list of Neutron v2.0 Neutron FWaaS Firewall policies.",
555                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
556                         "responses": [],
557                         "synced": false
558                 },
559                 {
560                         "id": "eb1baf45-cdb2-7f50-a6aa-6fe934c1a355",
561                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
562                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls",
563                         "pathVariables": {},
564                         "method": "POST",
565                         "data": "{\n  \"firewall\": {\n    \"admin_state_up\": true,\n    \"description\": \"Example Neutron v2.0 Firewall Creation\",\n    \"firewall_policy_id\": \"c69933c1-b472-44f9-8226-30dc4ffd454c\",\n    \"id\": \"3b0ef8f4-82c7-44d4-a4fb-6177f9a21977\",\n    \"name\": \"Example FWaaS Firewall\",\n    \"status\": \"PENDING_CREATE\",\n    \"tenant_id\": \"45977fa2dbd7482098dd68d0d8970117\"\n  }\n}",
566                         "dataMode": "raw",
567                         "version": 2,
568                         "tests": "",
569                         "time": 1401140100321,
570                         "name": "Post Add Neutron FWaaS Firewall copy",
571                         "description": "Example posting of a Neutron v2.0 Neutron FWaaS firewall.",
572                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
573                         "responses": [],
574                         "synced": false
575                 },
576                 {
577                         "id": "ed8face9-6585-8a9b-9e09-870e3a5e5546",
578                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
579                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/fw/firewalls_rules",
580                         "pathVariables": {},
581                         "method": "POST",
582                         "data": "{\n  \"firewall_rules\": [\n    {\n      \"action\": \"allow\",\n      \"description\": \"Example FWaaS Rule\",\n      \"destination_ip_address\": null,\n      \"destination_port\": \"22\",\n      \"enabled\": true,\n      \"firewall_policy_id\": \"c69933c1-b472-44f9-8226-30dc4ffd454c\",\n      \"id\": \"8722e0e0-9cc9-4490-9660-8c9a5732fbb0\",\n      \"ip_version\": 4,\n      \"name\": \"ALLOW_SSH\",\n      \"position\": 1,\n      \"protocol\": \"tcp\",\n      \"shared\": false,\n      \"source_ip_address\": null,\n      \"source_port\": null,\n      \"tenant_id\": \"45977fa2dbd7482098dd68d0d8970117\"\n    }\n  ]\n}",
583                         "dataMode": "raw",
584                         "version": 2,
585                         "tests": "",
586                         "time": 1401139588833,
587                         "name": "Post Add Neutron FWaaS Rule",
588                         "description": "Example posting of a Neutron v2.0 Neutron FWaaS firewall rule.",
589                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
590                         "responses": [],
591                         "synced": false
592                 },
593                 {
594                         "id": "ef3c7339-ba4d-124d-7e1f-67d9ab638277",
595                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
596                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/ports/",
597                         "pathVariables": {},
598                         "method": "GET",
599                         "data": [],
600                         "dataMode": "params",
601                         "version": 2,
602                         "tests": "",
603                         "time": 1401139136358,
604                         "name": "Get Neutron Ports",
605                         "description": "Return a list of Neutron v2.0 API ports.",
606                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
607                         "responses": [],
608                         "synced": false
609                 },
610                 {
611                         "id": "f01b7f99-0aeb-739f-eb4a-cd467320b85c",
612                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
613                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/security-group-rules/",
614                         "pathVariables": {},
615                         "method": "GET",
616                         "data": [],
617                         "dataMode": "params",
618                         "version": 2,
619                         "tests": "",
620                         "time": 1401139648839,
621                         "name": "Get Neutron Security Rules",
622                         "description": "Return a list of Neutron v2.0 security rules.",
623                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
624                         "responses": [],
625                         "synced": false
626                 },
627                 {
628                         "id": "f9de4b7d-8b08-fb14-d557-3cf81d7465f4",
629                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nAccept: application/json\nContent-Type: application/json\n",
630                         "url": "http://127.0.0.1:8080/controller/nb/v2/neutron/security-groups/",
631                         "pathVariables": {},
632                         "method": "POST",
633                         "data": "{\n   \"security_group\":{\n      \"name\":\"backend_databases\",\n      \"description\":\"Example security group for backend_databases\",\n     \"tenant_id\":\"3B82FF05-72A2-413E-B051-222222222222\",\n     \"id\":\"C9F5924D-4D08-4819-BFC4-111111111111\"\n   }\n}",
634                         "dataMode": "raw",
635                         "version": 2,
636                         "tests": "",
637                         "time": 1401136080941,
638                         "name": "Post Add Security Group Web Tiers",
639                         "description": "Neutron v2.0 Add a web tier security group",
640                         "collectionId": "bd9b142f-e3ad-452d-f088-eed1b741b937",
641                         "responses": [],
642                         "synced": false
643                 }
644         ]
645 }