Bump odlparent to 4.0.7
[neutron.git] / resources / Neutron_Northbound_Taas_Rest.postman_collection.json
1 {
2         "variables": [],
3         "info": {
4                 "name": "Tap_As_A_Service",
5                 "_postman_id": "abbb6f28-ad96-a06a-ce4f-b289d92419e8",
6                 "description": "",
7                 "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
8         },
9         "item": [
10                 {
11                         "name": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/",
12                         "request": {
13                                 "url": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/",
14                                 "method": "POST",
15                                 "header": [
16                                         {
17                                                 "key": "Basic",
18                                                 "value": "YWRtaW46YWRtaW4=",
19                                                 "description": ""
20                                         },
21                                         {
22                                                 "key": "Accept",
23                                                 "value": "application/json",
24                                                 "description": ""
25                                         },
26                                         {
27                                                 "key": "Content-Type",
28                                                 "value": "application/json",
29                                                 "description": ""
30                                         },
31                                         {
32                                                 "key": "Authorization",
33                                                 "value": "Basic YWRtaW46YWRtaW4=",
34                                                 "description": ""
35                                         }
36                                 ],
37                                 "body": {
38                                         "mode": "raw",
39                                         "raw": "{\"tap_service\":  {\"id\": \"b6440bbb-35f3-48ab-8eae-69c60aef3546\",\n             \"tenant_id\": \"aa902936679e4ea29bfe1158e3450a13\", \n             \"name\" : \"tap-service-test\",\n             \"port_id\": \"311d75c3-4da8-4267-8aed-6dbb19a3dcfe\" }}\n"
40                                 },
41                                 "description": "Create a Tap Service"
42                         },
43                         "response": []
44                 },
45                 {
46                         "name": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/b6440bbb-35f3-48ab-8eae-69c60aef3546",
47                         "request": {
48                                 "url": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/b6440bbb-35f3-48ab-8eae-69c60aef3546",
49                                 "method": "PUT",
50                                 "header": [
51                                         {
52                                                 "key": "Basic",
53                                                 "value": "YWRtaW46YWRtaW4=",
54                                                 "description": ""
55                                         },
56                                         {
57                                                 "key": "Accept",
58                                                 "value": "application/json",
59                                                 "description": ""
60                                         },
61                                         {
62                                                 "key": "Content-Type",
63                                                 "value": "application/json",
64                                                 "description": ""
65                                         },
66                                         {
67                                                 "key": "Authorization",
68                                                 "value": "Basic YWRtaW46YWRtaW4=",
69                                                 "description": ""
70                                         }
71                                 ],
72                                 "body": {
73                                         "mode": "raw",
74                                         "raw": "{\"tap_service\":  {\"id\": \"b6440bbb-35f3-48ab-8eae-69c60aef3546\",\n                 \"tenant_id\": \"aa902936679e4ea29bfe1158e3450a14\",\n                  \"name\" : \"tap-service-test\",\n                \"port_id\": \"211d75c3-4da8-4267-8aed-6dbb19a3dcfe\" }}\n"
75                                 },
76                                 "description": "Update a Tap Service"
77                         },
78                         "response": []
79                 },
80                 {
81                         "name": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/b6440bbb-35f3-48ab-8eae-69c60aef3546",
82                         "request": {
83                                 "url": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/",
84                                 "method": "GET",
85                                 "header": [
86                                         {
87                                                 "key": "Authorization",
88                                                 "value": "Basic YWRtaW46YWRtaW4=",
89                                                 "description": ""
90                                         }
91                                 ],
92                                 "body": {},
93                                 "description": "View the existing Tap Service"
94                         },
95                         "response": []
96                 },
97                 {
98                         "name": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/b6440bbb-35f3-48ab-8eae-69c60aef3546",
99                         "request": {
100                                 "url": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/b6440bbb-35f3-48ab-8eae-69c60aef3546",
101                                 "method": "DELETE",
102                                 "header": [
103                                         {
104                                                 "key": "Basic",
105                                                 "value": "YWRtaW46YWRtaW4=",
106                                                 "description": ""
107                                         },
108                                         {
109                                                 "key": "Accept",
110                                                 "value": "application/json",
111                                                 "description": ""
112                                         },
113                                         {
114                                                 "key": "Content-Type",
115                                                 "value": "application/json",
116                                                 "description": ""
117                                         },
118                                         {
119                                                 "key": "Authorization",
120                                                 "value": "Basic YWRtaW46YWRtaW4=",
121                                                 "description": ""
122                                         }
123                                 ],
124                                 "body": {
125                                         "mode": "raw",
126                                         "raw": ""
127                                 },
128                                 "description": "Delete the Tap Service with the ID"
129                         },
130                         "response": []
131                 },
132                 {
133                         "name": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/flows/b6440bbb-35f3-48ab-8eae-69c60aef3546/flows",
134                         "request": {
135                                 "url": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/flows/b6440bbb-35f3-48ab-8eae-69c60aef3546/flows",
136                                 "method": "POST",
137                                 "header": [
138                                         {
139                                                 "key": "Basic",
140                                                 "value": "YWRtaW46YWRtaW4=",
141                                                 "description": ""
142                                         },
143                                         {
144                                                 "key": "Accept",
145                                                 "value": "application/json",
146                                                 "description": ""
147                                         },
148                                         {
149                                                 "key": "Content-Type",
150                                                 "value": "application/json",
151                                                 "description": ""
152                                         },
153                                         {
154                                                 "key": "Authorization",
155                                                 "value": "Basic YWRtaW46YWRtaW4=",
156                                                 "description": ""
157                                         }
158                                 ],
159                                 "body": {
160                                         "mode": "raw",
161                                         "raw": "{\"tap_flow\":  {\"id\": \"f6220bbb-35f3-48ab-8eae-69c60aef3546\",\n             \"tenant_id\": \"aa902936679e4ea29bfe1158e3450a13\", \n             \"name\" : \"tap-flow-test\",\n             \"tap_service_id\" : \"b6440bbb-35f3-48ab-8eae-69c60aef3546\",\n             \"source_port\": \"411d75c3-4da8-4267-8aed-6dbb19a3dcfe\",\n             \"direction\": \"BOTH\"}}\n"
162                                 },
163                                 "description": ""
164                         },
165                         "response": []
166                 },
167                 {
168                         "name": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/flows/b6440bbb-35f3-48ab-8eae-69c60aef3546/flows copy",
169                         "request": {
170                                 "url": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/flows/b6440bbb-35f3-48ab-8eae-69c60aef3546/flows/f6220bbb-35f3-48ab-8eae-69c60aef3546",
171                                 "method": "PUT",
172                                 "header": [
173                                         {
174                                                 "key": "Basic",
175                                                 "value": "YWRtaW46YWRtaW4=",
176                                                 "description": ""
177                                         },
178                                         {
179                                                 "key": "Accept",
180                                                 "value": "application/json",
181                                                 "description": ""
182                                         },
183                                         {
184                                                 "key": "Content-Type",
185                                                 "value": "application/json",
186                                                 "description": ""
187                                         },
188                                         {
189                                                 "key": "Authorization",
190                                                 "value": "Basic YWRtaW46YWRtaW4=",
191                                                 "description": ""
192                                         }
193                                 ],
194                                 "body": {
195                                         "mode": "raw",
196                                         "raw": "{\"tap_flow\":  {\"id\": \"f6220bbb-35f3-48ab-8eae-69c60aef3546\",\n             \"tenant_id\": \"aa902936679e4ea29bfe1158e3450a13\", \n             \"name\" : \"tap-flow-test2\",\n             \"tap_service_id\" : \"b6440bbb-35f3-48ab-8eae-69c60aef3546\",\n             \"source_port\": \"611d75c3-4da8-4267-8aed-6dbb19a3dcfe\",\n             \"direction\": \"IN\"}}\n"
197                                 },
198                                 "description": ""
199                         },
200                         "response": []
201                 },
202                 {
203                         "name": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/b6440bbb-35f3-48ab-8eae-69c60aef3546 copy",
204                         "request": {
205                                 "url": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/flows/b6440bbb-35f3-48ab-8eae-69c60aef3546/flows/f6220bbb-35f3-48ab-8eae-69c60aef3546",
206                                 "method": "GET",
207                                 "header": [
208                                         {
209                                                 "key": "Authorization",
210                                                 "value": "Basic YWRtaW46YWRtaW4=",
211                                                 "description": ""
212                                         }
213                                 ],
214                                 "body": {},
215                                 "description": "View the existing Tap Service"
216                         },
217                         "response": []
218                 },
219                 {
220                         "name": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/services/b6440bbb-35f3-48ab-8eae-69c60aef3546 copy",
221                         "request": {
222                                 "url": "http://{{CONTROLLER-IP}}:{{PORT}}/controller/nb/v2/neutron/tap/flows/b6440bbb-35f3-48ab-8eae-69c60aef3546/flows/f6220bbb-35f3-48ab-8eae-69c60aef3546",
223                                 "method": "DELETE",
224                                 "header": [
225                                         {
226                                                 "key": "Basic",
227                                                 "value": "YWRtaW46YWRtaW4=",
228                                                 "description": ""
229                                         },
230                                         {
231                                                 "key": "Accept",
232                                                 "value": "application/json",
233                                                 "description": ""
234                                         },
235                                         {
236                                                 "key": "Content-Type",
237                                                 "value": "application/json",
238                                                 "description": ""
239                                         },
240                                         {
241                                                 "key": "Authorization",
242                                                 "value": "Basic YWRtaW46YWRtaW4=",
243                                                 "description": ""
244                                         }
245                                 ],
246                                 "body": {
247                                         "mode": "raw",
248                                         "raw": ""
249                                 },
250                                 "description": "Delete the Tap Service with the ID"
251                         },
252                         "response": []
253                 }
254         ]
255 }