Add postman collections for smoke/pairwise testing
[policy/parent.git] / docs / development / devtools / postman / create-vnf-pnf-aai.postman_collection.json
1 {
2     "info": {
3         "_postman_id": "10fb21f9-99e5-4097-88c9-87b0eed85b3a",
4         "name": "Create VNF & PNF in AAI",
5         "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6     },
7     "item": [
8         {
9             "name": "Add Customer",
10             "request": {
11                 "method": "PUT",
12                 "header": [
13                     {
14                         "key": "Content-Type",
15                         "type": "text",
16                         "value": "application/json"
17                     },
18                     {
19                         "key": "Accept",
20                         "type": "text",
21                         "value": "application/json"
22                     },
23                     {
24                         "key": "Real-Time",
25                         "type": "text",
26                         "value": "true"
27                     },
28                     {
29                         "key": "X-TransactionId",
30                         "type": "text",
31                         "value": "AAI-Temp-Tool"
32                     },
33                     {
34                         "key": "X-FromAppId",
35                         "type": "text",
36                         "value": "AAI-Temp-Tool"
37                     }
38                 ],
39                 "body": {
40                     "mode": "raw",
41                     "raw": "{\r\n    \"global-customer-id\": \"DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf\",\r\n    \"subscriber-name\": \"DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf\",\r\n    \"subscriber-type\": \"INFRA\"\r\n}"
42                 },
43                 "url": {
44                     "raw": "{{AAI-URL}}/aai/v11/business/customers/customer/DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf",
45                     "host": [
46                         "{{AAI-URL}}"
47                     ],
48                     "path": [
49                         "aai",
50                         "v11",
51                         "business",
52                         "customers",
53                         "customer",
54                         "DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf"
55                     ]
56                 }
57             },
58             "response": []
59         },
60         {
61             "name": "Add CloudRegion",
62             "request": {
63                 "method": "PUT",
64                 "header": [
65                     {
66                         "key": "Content-Type",
67                         "value": "application/json",
68                         "type": "text"
69                     },
70                     {
71                         "key": "Accept",
72                         "value": "application/json",
73                         "type": "text"
74                     },
75                     {
76                         "key": "Real-Time",
77                         "value": "true",
78                         "type": "text"
79                     },
80                     {
81                         "key": "X-TransactionId",
82                         "value": "AAI-Temp-Tool",
83                         "type": "text"
84                     },
85                     {
86                         "key": "X-FromAppId",
87                         "value": "AAI-Temp-Tool",
88                         "type": "text"
89                     }
90                 ],
91                 "body": {
92                     "mode": "raw",
93                     "raw": "{\n    \"cloud-owner\": \"CloudOwner\",\n    \"cloud-region-id\": \"RegionOne\",\n    \"cloud-type\": \"openstack\",\n    \"owner-defined-type\": \"owner-defined-type\",\n    \"cloud-region-version\": \"titanium_cloud\",\n    \"identity-url\": \"http://10.195.194.213:5000/v2.0\",\n    \"cloud-zone\": \"CloudZone\",\n    \"sriov-automation\": true,\n    \"tenants\": {\n        \"tenant\": [\n            {\n                \"tenant-id\": \"7320ec4a5b9d4589ba7c4412ccfd290f\",\n                \"tenant-name\": \"nso-vnf\",\n                \"vservers\": {\n                    \"vserver\": [\n                        {\n                            \"vserver-id\": \"c82153dc-8d84-4e69-9673-5e0a60030779\",\n                            \"vserver-name\": \"viptela_scripts\",\n                            \"vserver-name2\": \"viptela_scripts\",\n                            \"prov-status\": \"Running\",\n                            \"vserver-selflink\": \"http://10.195.194.213:8774/v2.1/7320ec4a5b9d4589ba7c4412ccfd290f/servers/c82153dc-8d84-4e69-9673-5e0a60030779\",\n                            \"in-maint\": false,\n                            \"is-closed-loop-disabled\": false\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}"
94                 },
95                 "url": {
96                     "raw": "{{AAI-URL}}/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne",
97                     "host": [
98                         "{{AAI-URL}}"
99                     ],
100                     "path": [
101                         "aai",
102                         "v14",
103                         "cloud-infrastructure",
104                         "cloud-regions",
105                         "cloud-region",
106                         "CloudOwner",
107                         "RegionOne"
108                     ]
109                 }
110             },
111             "response": []
112         },
113         {
114             "name": "Add Service Subscription",
115             "request": {
116                 "method": "PUT",
117                 "header": [
118                     {
119                         "key": "Content-Type",
120                         "type": "text",
121                         "value": "application/json"
122                     },
123                     {
124                         "key": "Accept",
125                         "type": "text",
126                         "value": "application/json"
127                     },
128                     {
129                         "key": "Real-Time",
130                         "type": "text",
131                         "value": "true"
132                     },
133                     {
134                         "key": "X-TransactionId",
135                         "type": "text",
136                         "value": "AAI-Temp-Tool"
137                     },
138                     {
139                         "key": "X-FromAppId",
140                         "type": "text",
141                         "value": "AAI-Temp-Tool"
142                     }
143                 ],
144                 "body": {
145                     "mode": "raw",
146                     "raw": "{\r\n    \"service-type\": \"vFWDT\",\r\n    \"relationship-list\": {\r\n        \"relationship\": [\r\n            {\r\n                \"related-to\": \"tenant\",\r\n                \"related-link\": \"/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/7320ec4a5b9d4589ba7c4412ccfd290f\",\r\n                \"relationship-data\": [\r\n                    {\r\n                        \"relationship-key\": \"cloud-region.cloud-owner\",\r\n                        \"relationship-value\": \"CloudOwner\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"cloud-region.cloud-region-id\",\r\n                        \"relationship-value\": \"RegionOne\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"tenant.tenant-id\",\r\n                        \"relationship-value\": \"7320ec4a5b9d4589ba7c4412ccfd290f\"\r\n                    }\r\n                ],\r\n                \"related-to-property\": [\r\n                    {\r\n                        \"property-key\": \"tenant.tenant-name\",\r\n                        \"property-value\": \"nso-vnf\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"
147                 },
148                 "url": {
149                     "raw": "{{AAI-URL}}/aai/v11/business/customers/customer/DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf/service-subscriptions/service-subscription/vFWDT",
150                     "host": [
151                         "{{AAI-URL}}"
152                     ],
153                     "path": [
154                         "aai",
155                         "v11",
156                         "business",
157                         "customers",
158                         "customer",
159                         "DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf",
160                         "service-subscriptions",
161                         "service-subscription",
162                         "vFWDT"
163                     ]
164                 }
165             },
166             "response": []
167         },
168         {
169             "name": "Add Model",
170             "request": {
171                 "method": "PUT",
172                 "header": [
173                     {
174                         "key": "Content-Type",
175                         "type": "text",
176                         "value": "application/json"
177                     },
178                     {
179                         "key": "Accept",
180                         "type": "text",
181                         "value": "application/json"
182                     },
183                     {
184                         "key": "Real-Time",
185                         "type": "text",
186                         "value": "true"
187                     },
188                     {
189                         "key": "X-TransactionId",
190                         "type": "text",
191                         "value": "AAI-Temp-Tool"
192                     },
193                     {
194                         "key": "X-FromAppId",
195                         "type": "text",
196                         "value": "AAI-Temp-Tool"
197                     }
198                 ],
199                 "body": {
200                     "mode": "raw",
201                     "raw": "{\r\n    \"model-invariant-id\": \"vTEST_VITELA\",\r\n    \"model-type\": \"model_type\",\r\n    \"model-vers\": {\r\n        \"model-ver\": [\r\n            {\r\n                \"model-version-id\": \"vTEST\",\r\n                \"model-name\": \"vTEST\",\r\n                \"model-version\": \"v1.4.0\"\r\n            }\r\n        ]\r\n    }\r\n}\r\n"
202                 },
203                 "url": {
204                     "raw": "{{AAI-URL}}/aai/v14/service-design-and-creation/models/model/vTEST_VITELA",
205                     "host": [
206                         "{{AAI-URL}}"
207                     ],
208                     "path": [
209                         "aai",
210                         "v14",
211                         "service-design-and-creation",
212                         "models",
213                         "model",
214                         "vTEST_VITELA"
215                     ]
216                 }
217             },
218             "response": []
219         },
220         {
221             "name": "Add Service Instance",
222             "request": {
223                 "method": "PUT",
224                 "header": [
225                     {
226                         "key": "Content-Type",
227                         "type": "text",
228                         "value": "application/json"
229                     },
230                     {
231                         "key": "Accept",
232                         "type": "text",
233                         "value": "application/json"
234                     },
235                     {
236                         "key": "Real-Time",
237                         "type": "text",
238                         "value": "true"
239                     },
240                     {
241                         "key": "X-TransactionId",
242                         "type": "text",
243                         "value": "AAI-Temp-Tool"
244                     },
245                     {
246                         "key": "X-FromAppId",
247                         "type": "text",
248                         "value": "AAI-Temp-Tool"
249                     }
250                 ],
251                 "body": {
252                     "mode": "raw",
253                     "raw": "{\r\n    \"service-instance-id\": \"55322ada-145a-492e-b196-0d171539a4b2\",\r\n    \"service-instance-name\": \"Service_Ete_Namea337dd5b-4620-4ea6-bc3f-6edf1124d659\",\r\n    \"environment-context\": \"General_Revenue-Bearing\",\r\n    \"workload-context\": \"Production\",\r\n    \"model-invariant-id\": \"vTEST_VITELA\",\r\n    \"model-version-id\": \"vTEST\",\r\n    \"selflink\": \"restconf/config/GENERIC-RESOURCE-API:services/service/55322ada-145a-492e-b196-0d171539a4b2/service-data/service-topology/\",\r\n    \"orchestration-status\": \"Active\"\r\n}"
254                 },
255                 "url": {
256                     "raw": "{{AAI-URL}}/aai/v11/business/customers/customer/DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf/service-subscriptions/service-subscription/vFWDT/service-instances/service-instance/55322ada-145a-492e-b196-0d171539a4b2",
257                     "host": [
258                         "{{AAI-URL}}"
259                     ],
260                     "path": [
261                         "aai",
262                         "v11",
263                         "business",
264                         "customers",
265                         "customer",
266                         "DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf",
267                         "service-subscriptions",
268                         "service-subscription",
269                         "vFWDT",
270                         "service-instances",
271                         "service-instance",
272                         "55322ada-145a-492e-b196-0d171539a4b2"
273                     ]
274                 }
275             },
276             "response": []
277         },
278         {
279             "name": "Add dummy-vnf",
280             "request": {
281                 "method": "PUT",
282                 "header": [
283                     {
284                         "key": "Content-Type",
285                         "value": "application/json",
286                         "type": "text"
287                     },
288                     {
289                         "key": "Accept",
290                         "value": "application/json",
291                         "type": "text"
292                     },
293                     {
294                         "key": "Real-Time",
295                         "value": "true",
296                         "type": "text"
297                     },
298                     {
299                         "key": "X-TransactionId",
300                         "value": "AAI-Temp-Tool",
301                         "type": "text"
302                     },
303                     {
304                         "key": "X-FromAppId",
305                         "value": "AAI-Temp-Tool",
306                         "type": "text"
307                     }
308                 ],
309                 "body": {
310                     "mode": "raw",
311                     "raw": "{\r\n    \"vnf-id\": \"57b008b9-b367-4359-93fd-74d3ce0ee1a0\",\r\n    \"vnf-name\": \"dummy-vnf\",\r\n    \"vnf-type\": \"vfw_cnf_cds/null\",\r\n    \"service-id\": \"55322ada-145a-492e-b196-0d171539a4b2\",\r\n    \"prov-status\": \"ACTIVE\",\r\n    \"orchestration-status\": \"Assigned\",\r\n    \"in-maint\": false,\r\n    \"is-closed-loop-disabled\": false,\r\n    \"model-invariant-id\": \"vTEST_XYZ\",\r\n    \"model-version-id\": \"vTEST\",\r\n    \"model-customization-id\": \"37b008b9-b367-4359-93fd-74d3ce0ee1a0\",\r\n    \"relationship-list\": {\r\n        \"relationship\": [\r\n            {\r\n                \"related-to\": \"service-instance\",\r\n                \"relationship-label\": \"org.onap.relationships.inventory.ComposedOf\",\r\n                \"related-link\": \"/aai/v14/business/customers/customer/DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf/service-subscriptions/service-subscription/vFWDT/service-instances/service-instance/55322ada-145a-492e-b196-0d171539a4b2\",\r\n                \"relationship-data\": [\r\n                    {\r\n                        \"relationship-key\": \"customer.global-customer-id\",\r\n                        \"relationship-value\": \"DemoCust_47417dae-a821-4068-9736-e71c7da0d8bf\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"service-subscription.service-type\",\r\n                        \"relationship-value\": \"vFWDT\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"service-instance.service-instance-id\",\r\n                        \"relationship-value\": \"55322ada-145a-492e-b196-0d171539a4b2\"\r\n                    }\r\n                ],\r\n                \"related-to-property\": [\r\n                    {\r\n                        \"property-key\": \"service-instance.service-instance-name\",\r\n                        \"property-value\": \"Service_Ete_Namea337dd5b-4620-4ea6-bc3f-6edf1124d659\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"related-to\": \"tenant\",\r\n                \"relationship-label\": \"org.onap.relationships.inventory.BelongsTo\",\r\n                \"related-link\": \"/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/7320ec4a5b9d4589ba7c4412ccfd290f\",\r\n                \"relationship-data\": [\r\n                    {\r\n                        \"relationship-key\": \"cloud-region.cloud-owner\",\r\n                        \"relationship-value\": \"CloudOwner\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"cloud-region.cloud-region-id\",\r\n                        \"relationship-value\": \"RegionOne\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"tenant.tenant-id\",\r\n                        \"relationship-value\": \"7320ec4a5b9d4589ba7c4412ccfd290f\"\r\n                    }\r\n                ],\r\n                \"related-to-property\": [\r\n                    {\r\n                        \"property-key\": \"tenant.tenant-name\",\r\n                        \"property-value\": \"nso-vnf\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"related-to\": \"vserver\",\r\n                \"relationship-label\": \"tosca.relationships.HostedOn\",\r\n                \"related-link\": \"/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/7320ec4a5b9d4589ba7c4412ccfd290f/vservers/vserver/c82153dc-8d84-4e69-9673-5e0a60030779\",\r\n                \"relationship-data\": [\r\n                    {\r\n                        \"relationship-key\": \"cloud-region.cloud-owner\",\r\n                        \"relationship-value\": \"CloudOwner\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"cloud-region.cloud-region-id\",\r\n                        \"relationship-value\": \"RegionOne\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"tenant.tenant-id\",\r\n                        \"relationship-value\": \"7320ec4a5b9d4589ba7c4412ccfd290f\"\r\n                    },\r\n                    {\r\n                        \"relationship-key\": \"vserver.vserver-id\",\r\n                        \"relationship-value\": \"c82153dc-8d84-4e69-9673-5e0a60030779\"\r\n                    }\r\n                ],\r\n                \"related-to-property\": [\r\n                    {\r\n                        \"property-key\": \"vserver.vserver-name\",\r\n                        \"property-value\": \"viptela_scripts\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"
312                 },
313                 "url": {
314                     "raw": "{{AAI-URL}}/aai/v14/network/generic-vnfs/generic-vnf/57b008b9-b367-4359-93fd-74d3ce0ee1a0",
315                     "host": [
316                         "{{AAI-URL}}"
317                     ],
318                     "path": [
319                         "aai",
320                         "v14",
321                         "network",
322                         "generic-vnfs",
323                         "generic-vnf",
324                         "57b008b9-b367-4359-93fd-74d3ce0ee1a0"
325                     ]
326                 }
327             },
328             "response": []
329         },
330         {
331             "name": "Verify dummy-vnf",
332             "request": {
333                 "method": "GET",
334                 "header": [
335                     {
336                         "key": "Content-Type",
337                         "value": "application/json",
338                         "type": "text"
339                     },
340                     {
341                         "key": "Accept",
342                         "value": "application/json",
343                         "type": "text"
344                     },
345                     {
346                         "key": "Real-Time",
347                         "value": "true",
348                         "type": "text"
349                     },
350                     {
351                         "key": "X-TransactionId",
352                         "value": "AAI-Temp-Tool",
353                         "type": "text"
354                     },
355                     {
356                         "key": "X-FromAppId",
357                         "value": "AAI-Temp-Tool",
358                         "type": "text"
359                     }
360                 ],
361                 "url": {
362                     "raw": "{{AAI-URL}}/aai/v14/network/generic-vnfs/generic-vnf/57b008b9-b367-4359-93fd-74d3ce0ee1a0",
363                     "host": [
364                         "{{AAI-URL}}"
365                     ],
366                     "path": [
367                         "aai",
368                         "v14",
369                         "network",
370                         "generic-vnfs",
371                         "generic-vnf",
372                         "57b008b9-b367-4359-93fd-74d3ce0ee1a0"
373                     ]
374                 }
375             },
376             "response": []
377         },
378         {
379             "name": "Add simple-cl-pnf",
380             "request": {
381                 "method": "PUT",
382                 "header": [
383                     {
384                         "key": "Content-Type",
385                         "value": "application/json",
386                         "type": "text"
387                     },
388                     {
389                         "key": "Accept",
390                         "value": "application/json",
391                         "type": "text"
392                     },
393                     {
394                         "key": "Real-Time",
395                         "value": "true",
396                         "type": "text"
397                     },
398                     {
399                         "key": "X-TransactionId",
400                         "value": "AAI-Temp-Tool",
401                         "type": "text"
402                     },
403                     {
404                         "key": "X-FromAppId",
405                         "value": "AAI-Temp-Tool",
406                         "type": "text"
407                     }
408                 ],
409                 "body": {
410                     "mode": "raw",
411                     "raw": "{\n            \"pnf-name\": \"simple-cl-pnf\",\n            \"pnf-name2\": \"the-hostname\",\n            \"pnf-id\": \"927b2580-36d9-4f13-8421-3c9d43b7a57e\",\n            \"equip-type\": \"example-equip-type-val-20348\",\n            \"equip-vendor\": \"example-equip-vendor-val-52182\",\n            \"equip-model\": \"example-equip-model-val-8370\",\n            \"management-option\": \"example-management-option-val-72881\",\n            \"ipaddress-v4-oam\": \"10.195.200.23\",\n            \"in-maint\": false,\n            \"ipaddress-v6-oam\": \"\"\n        }"
412                 },
413                 "url": {
414                     "raw": "{{AAI-URL}}/aai/v15/network/pnfs/pnf/simple-cl-pnf",
415                     "host": [
416                         "{{AAI-URL}}"
417                     ],
418                     "path": [
419                         "aai",
420                         "v15",
421                         "network",
422                         "pnfs",
423                         "pnf",
424                         "simple-cl-pnf"
425                     ]
426                 }
427             },
428             "response": []
429         },
430         {
431             "name": "Verify simple-cl-pnf",
432             "request": {
433                 "method": "GET",
434                 "header": [
435                     {
436                         "key": "Content-Type",
437                         "type": "text",
438                         "value": "application/json"
439                     },
440                     {
441                         "key": "Accept",
442                         "type": "text",
443                         "value": "application/json"
444                     },
445                     {
446                         "key": "Real-Time",
447                         "type": "text",
448                         "value": "true"
449                     },
450                     {
451                         "key": "X-TransactionId",
452                         "type": "text",
453                         "value": "AAI-Temp-Tool"
454                     },
455                     {
456                         "key": "X-FromAppId",
457                         "type": "text",
458                         "value": "AAI-Temp-Tool"
459                     }
460                 ],
461                 "url": {
462                     "raw": "{{AAI-URL}}/aai/v14/network/pnfs/pnf/simple-cl-pnf",
463                     "host": [
464                         "{{AAI-URL}}"
465                     ],
466                     "path": [
467                         "aai",
468                         "v14",
469                         "network",
470                         "pnfs",
471                         "pnf",
472                         "simple-cl-pnf"
473                     ]
474                 }
475             },
476             "response": []
477         },
478         {
479             "name": "Add simple-cl-pnf-failure",
480             "request": {
481                 "method": "PUT",
482                 "header": [
483                     {
484                         "key": "Content-Type",
485                         "value": "application/json",
486                         "type": "text"
487                     },
488                     {
489                         "key": "Accept",
490                         "value": "application/json",
491                         "type": "text"
492                     },
493                     {
494                         "key": "Real-Time",
495                         "value": "true",
496                         "type": "text"
497                     },
498                     {
499                         "key": "X-TransactionId",
500                         "value": "AAI-Temp-Tool",
501                         "type": "text"
502                     },
503                     {
504                         "key": "X-FromAppId",
505                         "value": "AAI-Temp-Tool",
506                         "type": "text"
507                     }
508                 ],
509                 "body": {
510                     "mode": "raw",
511                     "raw": "{\n            \"pnf-name\": \"simple-cl-pnf-failure\",\n            \"pnf-name2\": \"the-hostname\",\n            \"pnf-id\": \"927b2580-36d9-4f13-8421-3c9d43b7a77e\",\n            \"equip-type\": \"example-equip-type-val-20348\",\n            \"equip-vendor\": \"example-equip-vendor-val-52182\",\n            \"equip-model\": \"example-equip-model-val-8370\",\n            \"management-option\": \"example-management-option-val-72881\",\n            \"ipaddress-v4-oam\": \"10.195.200.23\",\n            \"in-maint\": false,\n            \"ipaddress-v6-oam\": \"\"\n        }"
512                 },
513                 "url": {
514                     "raw": "{{AAI-URL}}/aai/v15/network/pnfs/pnf/simple-cl-pnf-failure",
515                     "host": [
516                         "{{AAI-URL}}"
517                     ],
518                     "path": [
519                         "aai",
520                         "v15",
521                         "network",
522                         "pnfs",
523                         "pnf",
524                         "simple-cl-pnf-failure"
525                     ]
526                 }
527             },
528             "response": []
529         },
530         {
531             "name": "Verify simple-cl-pnf-failure",
532             "request": {
533                 "method": "GET",
534                 "header": [
535                     {
536                         "key": "Content-Type",
537                         "type": "text",
538                         "value": "application/json"
539                     },
540                     {
541                         "key": "Accept",
542                         "type": "text",
543                         "value": "application/json"
544                     },
545                     {
546                         "key": "Real-Time",
547                         "type": "text",
548                         "value": "true"
549                     },
550                     {
551                         "key": "X-TransactionId",
552                         "type": "text",
553                         "value": "AAI-Temp-Tool"
554                     },
555                     {
556                         "key": "X-FromAppId",
557                         "type": "text",
558                         "value": "AAI-Temp-Tool"
559                     }
560                 ],
561                 "url": {
562                     "raw": "{{AAI-URL}}/aai/v14/network/pnfs/pnf/simple-cl-pnf-failure",
563                     "host": [
564                         "{{AAI-URL}}"
565                     ],
566                     "path": [
567                         "aai",
568                         "v14",
569                         "network",
570                         "pnfs",
571                         "pnf",
572                         "simple-cl-pnf-failure"
573                     ]
574                 }
575             },
576             "response": []
577         },
578         {
579             "name": "Delete dummy-vnf",
580             "request": {
581                 "method": "DELETE",
582                 "header": [
583                     {
584                         "key": "Content-Type",
585                         "type": "text",
586                         "value": "application/json"
587                     },
588                     {
589                         "key": "Accept",
590                         "type": "text",
591                         "value": "application/json"
592                     },
593                     {
594                         "key": "Real-Time",
595                         "type": "text",
596                         "value": "true"
597                     },
598                     {
599                         "key": "X-TransactionId",
600                         "type": "text",
601                         "value": "AAI-Temp-Tool"
602                     },
603                     {
604                         "key": "X-FromAppId",
605                         "type": "text",
606                         "value": "AAI-Temp-Tool"
607                     }
608                 ],
609                 "body": {
610                     "mode": "raw",
611                     "raw": ""
612                 },
613                 "url": {
614                     "raw": "{{AAI-URL}}/aai/v14/network/generic-vnfs/generic-vnf/57b008b9-b367-4359-93fd-74d3ce0ee1a0?resource-version=1633120087974",
615                     "host": [
616                         "{{AAI-URL}}"
617                     ],
618                     "path": [
619                         "aai",
620                         "v14",
621                         "network",
622                         "generic-vnfs",
623                         "generic-vnf",
624                         "57b008b9-b367-4359-93fd-74d3ce0ee1a0"
625                     ],
626                     "query": [
627                         {
628                             "key": "resource-version",
629                             "value": "1633120087974"
630                         }
631                     ]
632                 }
633             },
634             "response": []
635         },
636         {
637             "name": "Delete simple-cl-pnf",
638             "request": {
639                 "method": "DELETE",
640                 "header": [
641                     {
642                         "key": "Content-Type",
643                         "type": "text",
644                         "value": "application/json"
645                     },
646                     {
647                         "key": "Accept",
648                         "type": "text",
649                         "value": "application/json"
650                     },
651                     {
652                         "key": "Real-Time",
653                         "type": "text",
654                         "value": "true"
655                     },
656                     {
657                         "key": "X-TransactionId",
658                         "type": "text",
659                         "value": "AAI-Temp-Tool"
660                     },
661                     {
662                         "key": "X-FromAppId",
663                         "type": "text",
664                         "value": "AAI-Temp-Tool"
665                     }
666                 ],
667                 "body": {
668                     "mode": "raw",
669                     "raw": ""
670                 },
671                 "url": {
672                     "raw": "{{AAI-URL}}/aai/v14/network/pnfs/pnf/simple-cl-pnf?resource-version=1621307213843",
673                     "host": [
674                         "{{AAI-URL}}"
675                     ],
676                     "path": [
677                         "aai",
678                         "v14",
679                         "network",
680                         "pnfs",
681                         "pnf",
682                         "simple-cl-pnf"
683                     ],
684                     "query": [
685                         {
686                             "key": "resource-version",
687                             "value": "1621307213843"
688                         }
689                     ]
690                 }
691             },
692             "response": []
693         },
694         {
695             "name": "Delete simple-cl-pnf-failure",
696             "request": {
697                 "method": "DELETE",
698                 "header": [
699                     {
700                         "key": "Content-Type",
701                         "type": "text",
702                         "value": "application/json"
703                     },
704                     {
705                         "key": "Accept",
706                         "type": "text",
707                         "value": "application/json"
708                     },
709                     {
710                         "key": "Real-Time",
711                         "type": "text",
712                         "value": "true"
713                     },
714                     {
715                         "key": "X-TransactionId",
716                         "type": "text",
717                         "value": "AAI-Temp-Tool"
718                     },
719                     {
720                         "key": "X-FromAppId",
721                         "type": "text",
722                         "value": "AAI-Temp-Tool"
723                     }
724                 ],
725                 "body": {
726                     "mode": "raw",
727                     "raw": ""
728                 },
729                 "url": {
730                     "raw": "{{AAI-URL}}/aai/v14/network/pnfs/pnf/simple-cl-pnf-failure?resource-version=1621307213843",
731                     "host": [
732                         "{{AAI-URL}}"
733                     ],
734                     "path": [
735                         "aai",
736                         "v14",
737                         "network",
738                         "pnfs",
739                         "pnf",
740                         "simple-cl-pnf-failure"
741                     ],
742                     "query": [
743                         {
744                             "key": "resource-version",
745                             "value": "1621307213843"
746                         }
747                     ]
748                 }
749             },
750             "response": []
751         }
752     ],
753     "auth": {
754         "type": "basic",
755         "basic": [
756             {
757                 "key": "password",
758                 "value": "demo123456!",
759                 "type": "string"
760             },
761             {
762                 "key": "username",
763                 "value": "aai@aai.onap.org",
764                 "type": "string"
765             }
766         ]
767     },
768     "event": [
769         {
770             "listen": "prerequest",
771             "script": {
772                 "type": "text/javascript",
773                 "exec": [
774                     ""
775                 ]
776             }
777         },
778         {
779             "listen": "test",
780             "script": {
781                 "type": "text/javascript",
782                 "exec": [
783                     ""
784                 ]
785             }
786         }
787     ]
788 }