summaryrefslogtreecommitdiffstats
path: root/testsuite/datacollections/OOF-HPA-Cloud-Agnostic-Intent-CASABLANCA.postman_collection.json
blob: 5d059bb8e03093b8039f348a53933edcfcc9ead5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
{
	"info": {
		"_postman_id": "e83482f4-0f75-4957-803d-232502dad9cf",
		"name": "CASABLANCA",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Update Complex",
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"physical-location-id\": \"DLLSTX233\",\r\n    \"complex-name\": \"complex1\",\r\n    \"physical-location-type\": \"Mobility\",\r\n    \"data-center-code\": \"example-data-center-code-val-6667\",\r\n    \"identity-url\": \"example-identity-url-val-28399\",\r\n    \"street1\": \"example-street1-val-28399\",\r\n    \"street2\": \"example-street2-val-28399\",\r\n    \"elevation\": \"example-elevation-val-28399\",\r\n    \"lata\": \"example-lata-val-28399\",\r\n    \"country\": \"USA\",\r\n    \"latitude\": \"32.89948\",\r\n    \"longitude\": \"97.045443\",\r\n    \"postal-code\": \"00000\",\r\n    \"region\": \"USA\",\r\n    \"city\": \"Dallas\",\r\n    \"state\": \"TX\"\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/complexes/complex/DLLSTX233",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"complexes",
						"complex",
						"DLLSTX233"
					]
				}
			},
			"response": []
		},
		{
			"name": "PUT Cloud-Region 1",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"id": "8291bdde-7685-4ddd-956e-7c62fa1bdeee",
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n  \"cloud-owner\": \"HPA-cloud\",\r\n  \"cloud-region-id\": \"Cloud-region1\",\r\n  \"cloud-type\": \"openstack-pike\",\r\n  \"owner-defined-type\": \"example-owner-defined-type-val-848\",\r\n  \"cloud-region-version\": \"example-cloud-region-version-val-75919\",\r\n  \"identity-url\": \"example-identity-url-val-14861\",\r\n  \"cloud-zone\": \"example-cloud-zone-val-4978\",\r\n  \"complex-name\": \"complex1\",\r\n  \"sriov-automation\": \"true\",\r\n  \"volume-groups\": {\r\n    \"volume-group\": {\r\n      \"volume-group-id\": \"example-volume-group-id-val-66706\",\r\n      \"volume-group-name\": \"example-volume-group-name-val-77554\",\r\n      \"heat-stack-id\": \"example-heat-stack-id-val-70180\",\r\n      \"vnf-type\": \"example-vnf-type-val-87572\",\r\n      \"orchestration-status\": \"example-orchestration-status-val-34971\",\r\n      \"model-customization-id\": \"example-model-customization-id-val-83513\",\r\n      \"vf-module-model-customization-id\": \"example-vf-module-model-customization-id-val-6507\"\r\n    }\r\n  },\r\n  \"tenants\": {\r\n    \"tenant\": {\r\n      \"tenant-id\": \"tenant-id-1\",\r\n      \"tenant-name\": \"tenant-name-1\",\r\n      \"tenant-context\": \"example-tenant-context-val-28442\",\r\n      \"vservers\": {\r\n        \"vserver\": {\r\n          \"vserver-id\": \"vserver-1\",\r\n          \"vserver-name\": \"vserver-name-1\",\r\n          \"vserver-name2\": \"example-vserver-name2-val-75154\",\r\n          \"prov-status\": \"example-prov-status-val-62624\",\r\n          \"vserver-selflink\": \"example-vserver-selflink-val-3687\",\r\n          \"in-maint\": \"true\",\r\n          \"is-closed-loop-disabled\": \"true\",\r\n          \"volumes\": {\r\n            \"volume\": {\r\n              \"volume-id\": \"example-volume-id-val-11970\",\r\n              \"volume-selflink\": \"example-volume-selflink-val-76166\"\r\n            }\r\n          },\r\n          \"l-interfaces\": {\r\n            \"l-interface\": {\r\n              \"interface-name\": \"example-interface-name-val-33353\",\r\n              \"interface-role\": \"example-interface-role-val-20528\",\r\n              \"v6-wan-link-ip\": \"example-v6-wan-link-ip-val-39242\",\r\n              \"selflink\": \"example-selflink-val-69696\",\r\n              \"interface-id\": \"example-interface-id-val-96451\",\r\n              \"macaddr\": \"example-macaddr-val-92350\",\r\n              \"network-name\": \"example-network-name-val-76057\",\r\n              \"management-option\": \"example-management-option-val-24749\",\r\n              \"interface-description\": \"example-interface-description-val-61248\",\r\n              \"is-port-mirrored\": \"true\",\r\n              \"in-maint\": \"true\",\r\n              \"prov-status\": \"example-prov-status-val-66068\",\r\n              \"is-ip-unnumbered\": \"true\",\r\n              \"allowed-address-pairs\": \"example-allowed-address-pairs-val-97717\",\r\n              \"vlans\": {\r\n                \"vlan\": {\r\n                  \"vlan-interface\": \"example-vlan-interface-val-69702\",\r\n                  \"vlan-id-inner\": \"67994473\",\r\n                  \"vlan-id-outer\": \"93729787\",\r\n                  \"speed-value\": \"example-speed-value-val-13924\",\r\n                  \"speed-units\": \"example-speed-units-val-36978\",\r\n                  \"vlan-description\": \"example-vlan-description-val-33791\",\r\n                  \"backdoor-connection\": \"example-backdoor-connection-val-17790\",\r\n                  \"vpn-key\": \"example-vpn-key-val-9875\",\r\n                  \"orchestration-status\": \"example-orchestration-status-val-56763\",\r\n                  \"in-maint\": \"true\",\r\n                  \"prov-status\": \"example-prov-status-val-70388\",\r\n                  \"is-ip-unnumbered\": \"true\",\r\n                  \"l3-interface-ipv4-address-list\": {\r\n                    \"l3-interface-ipv4-address\": \"example-l3-interface-ipv4-address-val-11760\",\r\n                    \"l3-interface-ipv4-prefix-length\": \"56201707\",\r\n                    \"vlan-id-inner\": \"73451064\",\r\n                    \"vlan-id-outer\": \"91938369\",\r\n                    \"is-floating\": \"true\",\r\n                    \"neutron-network-id\": \"example-neutron-network-id-val-98070\",\r\n                    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-27472\"\r\n                  },\r\n                  \"l3-interface-ipv6-address-list\": {\r\n                    \"l3-interface-ipv6-address\": \"example-l3-interface-ipv6-address-val-39990\",\r\n                    \"l3-interface-ipv6-prefix-length\": \"23094280\",\r\n                    \"vlan-id-inner\": \"45385157\",\r\n                    \"vlan-id-outer\": \"7251303\",\r\n                    \"is-floating\": \"true\",\r\n                    \"neutron-network-id\": \"example-neutron-network-id-val-91087\",\r\n                    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-43501\"\r\n                  }\r\n                }\r\n              },\r\n              \"sriov-vfs\": {\r\n                \"sriov-vf\": {\r\n                  \"pci-id\": \"example-pci-id-val-91062\",\r\n                  \"vf-vlan-filter\": \"example-vf-vlan-filter-val-77261\",\r\n                  \"vf-mac-filter\": \"example-vf-mac-filter-val-52679\",\r\n                  \"vf-vlan-strip\": \"true\",\r\n                  \"vf-vlan-anti-spoof-check\": \"true\",\r\n                  \"vf-mac-anti-spoof-check\": \"true\",\r\n                  \"vf-mirrors\": \"example-vf-mirrors-val-39917\",\r\n                  \"vf-broadcast-allow\": \"true\",\r\n                  \"vf-unknown-multicast-allow\": \"true\",\r\n                  \"vf-unknown-unicast-allow\": \"true\",\r\n                  \"vf-insert-stag\": \"true\",\r\n                  \"vf-link-status\": \"example-vf-link-status-val-7159\",\r\n                  \"neutron-network-id\": \"example-neutron-network-id-val-6599\"\r\n                }\r\n              },\r\n              \"l-interfaces\": {\r\n                \"l-interface\": {\r\n                  \"interface-name\": \"example-interface-name-val-31463\",\r\n                  \"interface-role\": \"example-interface-role-val-59891\",\r\n                  \"v6-wan-link-ip\": \"example-v6-wan-link-ip-val-37795\",\r\n                  \"selflink\": \"example-selflink-val-8079\",\r\n                  \"interface-id\": \"example-interface-id-val-7731\",\r\n                  \"macaddr\": \"example-macaddr-val-4153\",\r\n                  \"network-name\": \"example-network-name-val-95567\",\r\n                  \"management-option\": \"example-management-option-val-37882\",\r\n                  \"interface-description\": \"example-interface-description-val-49246\",\r\n                  \"is-port-mirrored\": \"true\",\r\n                  \"in-maint\": \"true\",\r\n                  \"prov-status\": \"example-prov-status-val-679\",\r\n                  \"is-ip-unnumbered\": \"true\",\r\n                  \"allowed-address-pairs\": \"example-allowed-address-pairs-val-51719\"\r\n                }\r\n              },\r\n              \"l3-interface-ipv4-address-list\": {\r\n                \"l3-interface-ipv4-address\": \"example-l3-interface-ipv4-address-val-25727\",\r\n                \"l3-interface-ipv4-prefix-length\": \"72086436\",\r\n                \"vlan-id-inner\": \"49585016\",\r\n                \"vlan-id-outer\": \"31295411\",\r\n                \"is-floating\": \"true\",\r\n                \"neutron-network-id\": \"example-neutron-network-id-val-60599\",\r\n                \"neutron-subnet-id\": \"example-neutron-subnet-id-val-63673\"\r\n              },\r\n              \"l3-interface-ipv6-address-list\": {\r\n                \"l3-interface-ipv6-address\": \"example-l3-interface-ipv6-address-val-23230\",\r\n                \"l3-interface-ipv6-prefix-length\": \"52397550\",\r\n                \"vlan-id-inner\": \"90366390\",\r\n                \"vlan-id-outer\": \"74424116\",\r\n                \"is-floating\": \"true\",\r\n                \"neutron-network-id\": \"example-neutron-network-id-val-8866\",\r\n                \"neutron-subnet-id\": \"example-neutron-subnet-id-val-39258\"\r\n              }\r\n            }\r\n          }\r\n        }\r\n      }\r\n    }\r\n  },\r\n  \"flavors\": {\r\n    \"flavor\": [\r\n      {\r\n        \"flavor-id\": \"11f8220b-4d96-4c30-a426-2e9381f3fff2\",\r\n        \"flavor-name\": \"Flavor11\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 8,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"11ac6d4d-7fee-41d8-9e4a-c598feb101ed\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13a5615b-1077-42b5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"11b3444d-1077-43b5-a340-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"11cad6a2-7d9c-44f2-9a1b-30e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      {\r\n        \"flavor-id\": \"12aa2b2e-3206-41b6-81d5-cf041b098c43\",\r\n        \"flavor-name\": \"Flavor12\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 12,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"12a5615b-1077-4bb5-a240-c5be48db2aaa\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"12\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13a5615b-1077-4bb5-a330-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"6\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"12b5615d-1077-4bb5-a344-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"12cad6a2-7d9c-4bf2-9a1b-50e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"12d3fd3d-0b15-11w4-dddd-6610efc6dff9\",\r\n              \"hpa-feature\": \"sriovNICNetwork\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"3456\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"physicalNetwork\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"physnet1\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      {\r\n        \"flavor-id\": \"13aa2b2f-4217-53b3-91e6-da1521098c54\",\r\n        \"flavor-name\": \"Flavor13\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 12,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"13a5615b-1077-4bb5-a340-c52e48db2aaa\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"12\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13a5615b-1077-4bb5-a340-c3be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"6\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13b5615d-1077-4bb5-a340-c5b448db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13cad6a2-7d9c-4bf2-9a1b-30e5311b8c56\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13d3fd3d-0b15-11w4-eeee-62100op6dff6\",\r\n              \"hpa-feature\": \"sriovNICNetwork\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"3456\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"physicalNetwork\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"physnet1\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13e7fd3d-0b15-11w4-ffff-6210efc6dff9\",\r\n              \"hpa-feature\": \"sriovNICNetwork\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"3456\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"physicalNetwork\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"physnet2\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      }\r\n    ]\r\n  },\r\n  \"group-assignments\": {\r\n    \"group-assignment\": {\r\n      \"group-id\": \"example-group-id-val-67572\",\r\n      \"group-type\": \"example-group-type-val-91331\",\r\n      \"group-name\": \"example-group-name-val-95940\",\r\n      \"group-description\": \"example-group-description-val-89653\"\r\n    }\r\n  },\r\n  \"snapshots\": {\r\n    \"snapshot\": {\r\n      \"snapshot-id\": \"example-snapshot-id-val-31758\",\r\n      \"snapshot-name\": \"example-snapshot-name-val-32860\",\r\n      \"snapshot-architecture\": \"example-snapshot-architecture-val-2456\",\r\n      \"snapshot-os-distro\": \"example-snapshot-os-distro-val-75068\",\r\n      \"snapshot-os-version\": \"example-snapshot-os-version-val-8641\",\r\n      \"application\": \"example-application-val-6391\",\r\n      \"application-vendor\": \"example-application-vendor-val-52418\",\r\n      \"application-version\": \"example-application-version-val-92869\",\r\n      \"snapshot-selflink\": \"example-snapshot-selflink-val-69763\",\r\n      \"prev-snapshot-id\": \"example-prev-snapshot-id-val-19500\"\r\n    }\r\n  },\r\n  \"images\": {\r\n    \"image\": {\r\n      \"image-id\": \"example-image-id-val-91484\",\r\n      \"image-name\": \"example-image-name-val-86952\",\r\n      \"image-architecture\": \"example-image-architecture-val-21769\",\r\n      \"image-os-distro\": \"example-image-os-distro-val-15267\",\r\n      \"image-os-version\": \"example-image-os-version-val-90601\",\r\n      \"application\": \"example-application-val-41444\",\r\n      \"application-vendor\": \"example-application-vendor-val-50626\",\r\n      \"application-version\": \"example-application-version-val-11318\",\r\n      \"image-selflink\": \"example-image-selflink-val-18790\",\r\n      \"metadata\": {\r\n        \"metadatum\": {\r\n          \"metaname\": \"example-metaname-val-39609\",\r\n          \"metaval\": \"example-metaval-val-62296\"\r\n        }\r\n      }\r\n    }\r\n  },\r\n  \"dvs-switches\": {\r\n    \"dvs-switch\": {\r\n      \"switch-name\": \"example-switch-name-val-23942\",\r\n      \"vcenter-url\": \"example-vcenter-url-val-7815\"\r\n    }\r\n  },\r\n  \"oam-networks\": {\r\n    \"oam-network\": {\r\n      \"network-uuid\": \"example-network-uuid-val-1061\",\r\n      \"network-name\": \"example-network-name-val-96413\",\r\n      \"cvlan-tag\": \"20601039\",\r\n      \"ipv4-oam-gateway-address\": \"example-ipv4-oam-gateway-address-val-92545\",\r\n      \"ipv4-oam-gateway-address-prefix-length\": \"9067\"\r\n    }\r\n  },\r\n  \"availability-zones\": {\r\n    \"availability-zone\": {\r\n      \"availability-zone-name\": \"example-availability-zone-name-val-37096\",\r\n      \"hypervisor-type\": \"example-hypervisor-type-val-91298\",\r\n      \"operational-status\": \"example-operational-status-val-4894\"\r\n    }\r\n  },\r\n  \"vip-ipv4-address-list\": {\r\n    \"vip-ipv4-address\": \"example-vip-ipv4-address-val-9775\",\r\n    \"vip-ipv4-prefix-length\": \"21779008\",\r\n    \"vlan-id-inner\": \"183626\",\r\n    \"vlan-id-outer\": \"7595139\",\r\n    \"is-floating\": \"true\",\r\n    \"neutron-network-id\": \"example-neutron-network-id-val-61916\",\r\n    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-94467\"\r\n  },\r\n  \"vip-ipv6-address-list\": {\r\n    \"vip-ipv6-address\": \"example-vip-ipv6-address-val-71778\",\r\n    \"vip-ipv6-prefix-length\": \"54690289\",\r\n    \"vlan-id-inner\": \"37212492\",\r\n    \"vlan-id-outer\": \"58857577\",\r\n    \"is-floating\": \"true\",\r\n    \"neutron-network-id\": \"example-neutron-network-id-val-2251\",\r\n    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-64440\"\r\n  },\r\n  \"hpa-capabilities\": {\r\n    \"hpa-capability\": {\r\n      \"hpa-capability-id\": \"example-hpa-capability-id-val-22082\",\r\n      \"hpa-feature\": \"cloud-specific-hpa\",\r\n      \"hpa-version\": \"example-hpa-version-val-64467\",\r\n      \"architecture\": \"example-architecture-val-82451\",\r\n      \"hpa-feature-attributes\": {\r\n        \"hpa-attribute-key\": \"example-hpa-attribute-key-val-28058\",\r\n        \"hpa-attribute-value\": \"example-hpa-attribute-value-val-74993\"\r\n      }\r\n    }\r\n  }\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region1",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region1"
					]
				}
			},
			"response": []
		},
		{
			"name": "PUT Cloud-Region 2",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"id": "8291bdde-7685-4ddd-956e-7c62fa1bdeee",
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n  \"cloud-owner\": \"HPA-cloud\",\r\n  \"cloud-region-id\": \"Cloud-region2\",\r\n  \"cloud-type\": \"openstack-pike\",\r\n  \"owner-defined-type\": \"example-owner-defined-type-val-848\",\r\n  \"cloud-region-version\": \"example-cloud-region-version-val-75919\",\r\n  \"identity-url\": \"example-identity-url-val-14861\",\r\n  \"cloud-zone\": \"example-cloud-zone-val-4978\",\r\n  \"complex-name\": \"complex1\",\r\n  \"sriov-automation\": \"true\",\r\n  \"volume-groups\": {\r\n    \"volume-group\": {\r\n      \"volume-group-id\": \"example-volume-group-id-val-66706\",\r\n      \"volume-group-name\": \"example-volume-group-name-val-77554\",\r\n      \"heat-stack-id\": \"example-heat-stack-id-val-70180\",\r\n      \"vnf-type\": \"example-vnf-type-val-87572\",\r\n      \"orchestration-status\": \"example-orchestration-status-val-34971\",\r\n      \"model-customization-id\": \"example-model-customization-id-val-83513\",\r\n      \"vf-module-model-customization-id\": \"example-vf-module-model-customization-id-val-6507\"\r\n    }\r\n  },\r\n  \"tenants\": {\r\n    \"tenant\": {\r\n      \"tenant-id\": \"tenant-id-1\",\r\n      \"tenant-name\": \"tenant-name-1\",\r\n      \"tenant-context\": \"example-tenant-context-val-28442\",\r\n      \"vservers\": {\r\n        \"vserver\": {\r\n          \"vserver-id\": \"vserver-1\",\r\n          \"vserver-name\": \"vserver-name-1\",\r\n          \"vserver-name2\": \"example-vserver-name2-val-75154\",\r\n          \"prov-status\": \"example-prov-status-val-62624\",\r\n          \"vserver-selflink\": \"example-vserver-selflink-val-3687\",\r\n          \"in-maint\": \"true\",\r\n          \"is-closed-loop-disabled\": \"true\",\r\n          \"volumes\": {\r\n            \"volume\": {\r\n              \"volume-id\": \"example-volume-id-val-11970\",\r\n              \"volume-selflink\": \"example-volume-selflink-val-76166\"\r\n            }\r\n          },\r\n          \"l-interfaces\": {\r\n            \"l-interface\": {\r\n              \"interface-name\": \"example-interface-name-val-33353\",\r\n              \"interface-role\": \"example-interface-role-val-20528\",\r\n              \"v6-wan-link-ip\": \"example-v6-wan-link-ip-val-39242\",\r\n              \"selflink\": \"example-selflink-val-69696\",\r\n              \"interface-id\": \"example-interface-id-val-96451\",\r\n              \"macaddr\": \"example-macaddr-val-92350\",\r\n              \"network-name\": \"example-network-name-val-76057\",\r\n              \"management-option\": \"example-management-option-val-24749\",\r\n              \"interface-description\": \"example-interface-description-val-61248\",\r\n              \"is-port-mirrored\": \"true\",\r\n              \"in-maint\": \"true\",\r\n              \"prov-status\": \"example-prov-status-val-66068\",\r\n              \"is-ip-unnumbered\": \"true\",\r\n              \"allowed-address-pairs\": \"example-allowed-address-pairs-val-97717\",\r\n              \"vlans\": {\r\n                \"vlan\": {\r\n                  \"vlan-interface\": \"example-vlan-interface-val-69702\",\r\n                  \"vlan-id-inner\": \"67994473\",\r\n                  \"vlan-id-outer\": \"93729787\",\r\n                  \"speed-value\": \"example-speed-value-val-13924\",\r\n                  \"speed-units\": \"example-speed-units-val-36978\",\r\n                  \"vlan-description\": \"example-vlan-description-val-33791\",\r\n                  \"backdoor-connection\": \"example-backdoor-connection-val-17790\",\r\n                  \"vpn-key\": \"example-vpn-key-val-9875\",\r\n                  \"orchestration-status\": \"example-orchestration-status-val-56763\",\r\n                  \"in-maint\": \"true\",\r\n                  \"prov-status\": \"example-prov-status-val-70388\",\r\n                  \"is-ip-unnumbered\": \"true\",\r\n                  \"l3-interface-ipv4-address-list\": {\r\n                    \"l3-interface-ipv4-address\": \"example-l3-interface-ipv4-address-val-11760\",\r\n                    \"l3-interface-ipv4-prefix-length\": \"56201707\",\r\n                    \"vlan-id-inner\": \"73451064\",\r\n                    \"vlan-id-outer\": \"91938369\",\r\n                    \"is-floating\": \"true\",\r\n                    \"neutron-network-id\": \"example-neutron-network-id-val-98070\",\r\n                    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-27472\"\r\n                  },\r\n                  \"l3-interface-ipv6-address-list\": {\r\n                    \"l3-interface-ipv6-address\": \"example-l3-interface-ipv6-address-val-39990\",\r\n                    \"l3-interface-ipv6-prefix-length\": \"23094280\",\r\n                    \"vlan-id-inner\": \"45385157\",\r\n                    \"vlan-id-outer\": \"7251303\",\r\n                    \"is-floating\": \"true\",\r\n                    \"neutron-network-id\": \"example-neutron-network-id-val-91087\",\r\n                    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-43501\"\r\n                  }\r\n                }\r\n              },\r\n              \"sriov-vfs\": {\r\n                \"sriov-vf\": {\r\n                  \"pci-id\": \"example-pci-id-val-91062\",\r\n                  \"vf-vlan-filter\": \"example-vf-vlan-filter-val-77261\",\r\n                  \"vf-mac-filter\": \"example-vf-mac-filter-val-52679\",\r\n                  \"vf-vlan-strip\": \"true\",\r\n                  \"vf-vlan-anti-spoof-check\": \"true\",\r\n                  \"vf-mac-anti-spoof-check\": \"true\",\r\n                  \"vf-mirrors\": \"example-vf-mirrors-val-39917\",\r\n                  \"vf-broadcast-allow\": \"true\",\r\n                  \"vf-unknown-multicast-allow\": \"true\",\r\n                  \"vf-unknown-unicast-allow\": \"true\",\r\n                  \"vf-insert-stag\": \"true\",\r\n                  \"vf-link-status\": \"example-vf-link-status-val-7159\",\r\n                  \"neutron-network-id\": \"example-neutron-network-id-val-6599\"\r\n                }\r\n              },\r\n              \"l-interfaces\": {\r\n                \"l-interface\": {\r\n                  \"interface-name\": \"example-interface-name-val-31463\",\r\n                  \"interface-role\": \"example-interface-role-val-59891\",\r\n                  \"v6-wan-link-ip\": \"example-v6-wan-link-ip-val-37795\",\r\n                  \"selflink\": \"example-selflink-val-8079\",\r\n                  \"interface-id\": \"example-interface-id-val-7731\",\r\n                  \"macaddr\": \"example-macaddr-val-4153\",\r\n                  \"network-name\": \"example-network-name-val-95567\",\r\n                  \"management-option\": \"example-management-option-val-37882\",\r\n                  \"interface-description\": \"example-interface-description-val-49246\",\r\n                  \"is-port-mirrored\": \"true\",\r\n                  \"in-maint\": \"true\",\r\n                  \"prov-status\": \"example-prov-status-val-679\",\r\n                  \"is-ip-unnumbered\": \"true\",\r\n                  \"allowed-address-pairs\": \"example-allowed-address-pairs-val-51719\"\r\n                }\r\n              },\r\n              \"l3-interface-ipv4-address-list\": {\r\n                \"l3-interface-ipv4-address\": \"example-l3-interface-ipv4-address-val-25727\",\r\n                \"l3-interface-ipv4-prefix-length\": \"72086436\",\r\n                \"vlan-id-inner\": \"49585016\",\r\n                \"vlan-id-outer\": \"31295411\",\r\n                \"is-floating\": \"true\",\r\n                \"neutron-network-id\": \"example-neutron-network-id-val-60599\",\r\n                \"neutron-subnet-id\": \"example-neutron-subnet-id-val-63673\"\r\n              },\r\n              \"l3-interface-ipv6-address-list\": {\r\n                \"l3-interface-ipv6-address\": \"example-l3-interface-ipv6-address-val-23230\",\r\n                \"l3-interface-ipv6-prefix-length\": \"52397550\",\r\n                \"vlan-id-inner\": \"90366390\",\r\n                \"vlan-id-outer\": \"74424116\",\r\n                \"is-floating\": \"true\",\r\n                \"neutron-network-id\": \"example-neutron-network-id-val-8866\",\r\n                \"neutron-subnet-id\": \"example-neutron-subnet-id-val-39258\"\r\n              }\r\n            }\r\n          }\r\n        }\r\n      }\r\n    }\r\n  },\r\n  \"flavors\": {\r\n    \"flavor\": [\r\n      {\r\n        \"flavor-id\": \"11f8220b-4d96-4c30-a426-2e9382f3fff2\",\r\n        \"flavor-name\": \"Flavor21\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 8,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"22ac6d4d-7fee-48d8-9e4a-c598feb101ed\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"1335615b-1077-4bb5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"21b4444d-1077-4bb5-a340-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"21ca56a2-7d9c-4bf2-9a1b-30e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"21d3f63d-0b15-1111-dddd-62108756dff9\",\r\n              \"hpa-feature\": \"pciePassthrough\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"7890\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      {\r\n        \"flavor-id\": \"22aa2b2e-1206-41b6-80d5-cf041b098c43\",\r\n        \"flavor-name\": \"Flavor22\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 12,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"22a5615b-1277-4bb5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"12\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13a5615b-1037-4bb5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"6\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"22b5615d-1074-4bb5-a340-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"22cad6a2-7d9c-5bf2-9a1b-30e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"22d3fd3d-0b15-16w4-dddd-6210efc6dff9\",\r\n              \"hpa-feature\": \"sriovNICNetwork\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"3456\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"physicalNetwork\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"physnet1\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      {\r\n        \"flavor-id\": \"23aa2b2f-4217-13b3-91e6-da152b098c54\",\r\n        \"flavor-name\": \"Flavor23\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 12,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"23a5615b-1077-42b5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"12\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13a5615b-1077-4b35-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"6\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"23b5615d-1077-4bb4-a340-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"23cad6a2-7d9c-4bf2-5a1b-30e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"23d3fd3d-0b15-11w4-e6ee-6210okc6dff9\",\r\n              \"hpa-feature\": \"sriovNICNetwork\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"7654\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"physicalNetwork\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"physnet1\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"23e3fd3d-0b15-11w4-ff7f-6260efc6dff9\",\r\n              \"hpa-feature\": \"sriovNICNetwork\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"3456\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"physicalNetwork\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"physnet2\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      }\r\n    ]\r\n  },\r\n  \"group-assignments\": {\r\n    \"group-assignment\": {\r\n      \"group-id\": \"example-group-id-val-67572\",\r\n      \"group-type\": \"example-group-type-val-91331\",\r\n      \"group-name\": \"example-group-name-val-95940\",\r\n      \"group-description\": \"example-group-description-val-89653\"\r\n    }\r\n  },\r\n  \"snapshots\": {\r\n    \"snapshot\": {\r\n      \"snapshot-id\": \"example-snapshot-id-val-31752\",\r\n      \"snapshot-name\": \"example-snapshot-name-val-32860\",\r\n      \"snapshot-architecture\": \"example-snapshot-architecture-val-2456\",\r\n      \"snapshot-os-distro\": \"example-snapshot-os-distro-val-75068\",\r\n      \"snapshot-os-version\": \"example-snapshot-os-version-val-8641\",\r\n      \"application\": \"example-application-val-6391\",\r\n      \"application-vendor\": \"example-application-vendor-val-52418\",\r\n      \"application-version\": \"example-application-version-val-92869\",\r\n      \"snapshot-selflink\": \"example-snapshot-selflink-val-69763\",\r\n      \"prev-snapshot-id\": \"example-prev-snapshot-id-val-19500\"\r\n    }\r\n  },\r\n  \"images\": {\r\n    \"image\": {\r\n      \"image-id\": \"example-image-id-val-91484\",\r\n      \"image-name\": \"example-image-name-val-86952\",\r\n      \"image-architecture\": \"example-image-architecture-val-21769\",\r\n      \"image-os-distro\": \"example-image-os-distro-val-15267\",\r\n      \"image-os-version\": \"example-image-os-version-val-90601\",\r\n      \"application\": \"example-application-val-41444\",\r\n      \"application-vendor\": \"example-application-vendor-val-50626\",\r\n      \"application-version\": \"example-application-version-val-11318\",\r\n      \"image-selflink\": \"example-image-selflink-val-18790\",\r\n      \"metadata\": {\r\n        \"metadatum\": {\r\n          \"metaname\": \"example-metaname-val-39609\",\r\n          \"metaval\": \"example-metaval-val-62296\"\r\n        }\r\n      }\r\n    }\r\n  },\r\n  \"dvs-switches\": {\r\n    \"dvs-switch\": {\r\n      \"switch-name\": \"example-switch-name-val-23942\",\r\n      \"vcenter-url\": \"example-vcenter-url-val-7815\"\r\n    }\r\n  },\r\n  \"oam-networks\": {\r\n    \"oam-network\": {\r\n      \"network-uuid\": \"example-network-uuid-val-1061\",\r\n      \"network-name\": \"example-network-name-val-96413\",\r\n      \"cvlan-tag\": \"20601039\",\r\n      \"ipv4-oam-gateway-address\": \"example-ipv4-oam-gateway-address-val-92545\",\r\n      \"ipv4-oam-gateway-address-prefix-length\": \"9067\"\r\n    }\r\n  },\r\n  \"availability-zones\": {\r\n    \"availability-zone\": {\r\n      \"availability-zone-name\": \"example-availability-zone-name-val-37096\",\r\n      \"hypervisor-type\": \"example-hypervisor-type-val-91298\",\r\n      \"operational-status\": \"example-operational-status-val-4894\"\r\n    }\r\n  },\r\n  \"vip-ipv4-address-list\": {\r\n    \"vip-ipv4-address\": \"example-vip-ipv4-address-val-9775\",\r\n    \"vip-ipv4-prefix-length\": \"21779008\",\r\n    \"vlan-id-inner\": \"183626\",\r\n    \"vlan-id-outer\": \"7595139\",\r\n    \"is-floating\": \"true\",\r\n    \"neutron-network-id\": \"example-neutron-network-id-val-61916\",\r\n    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-94467\"\r\n  },\r\n  \"vip-ipv6-address-list\": {\r\n    \"vip-ipv6-address\": \"example-vip-ipv6-address-val-71778\",\r\n    \"vip-ipv6-prefix-length\": \"54690289\",\r\n    \"vlan-id-inner\": \"37212492\",\r\n    \"vlan-id-outer\": \"58857577\",\r\n    \"is-floating\": \"true\",\r\n    \"neutron-network-id\": \"example-neutron-network-id-val-2251\",\r\n    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-64440\"\r\n  },\r\n  \"hpa-capabilities\": {\r\n    \"hpa-capability\": {\r\n      \"hpa-capability-id\": \"example-hpa-capability-id-val-22082\",\r\n      \"hpa-feature\": \"cloud-specific-hpa\",\r\n      \"hpa-version\": \"example-hpa-version-val-64467\",\r\n      \"architecture\": \"example-architecture-val-82451\",\r\n      \"hpa-feature-attributes\": {\r\n        \"hpa-attribute-key\": \"example-hpa-attribute-key-val-28058\",\r\n        \"hpa-attribute-value\": \"example-hpa-attribute-value-val-74993\"\r\n      }\r\n    }\r\n  }\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region2",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region2"
					]
				}
			},
			"response": []
		},
		{
			"name": "PUT Cloud-Region 3",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"id": "8291bdde-7685-4ddd-956e-7c62fa1bdeee",
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n  \"cloud-owner\": \"HPA-cloud\",\r\n  \"cloud-region-id\": \"Cloud-region3\",\r\n  \"cloud-type\": \"openstack-pike\",\r\n  \"owner-defined-type\": \"example-owner-defined-type-val-848\",\r\n  \"cloud-region-version\": \"example-cloud-region-version-val-75919\",\r\n  \"identity-url\": \"example-identity-url-val-14861\",\r\n  \"cloud-zone\": \"example-cloud-zone-val-4978\",\r\n  \"complex-name\": \"complex1\",\r\n  \"sriov-automation\": \"true\",\r\n  \"resource-version\": \"1540952208179\",\r\n  \"volume-groups\": {\r\n    \"volume-group\": {\r\n      \"volume-group-id\": \"example-volume-group-id-val-66706\",\r\n      \"volume-group-name\": \"example-volume-group-name-val-77554\",\r\n      \"heat-stack-id\": \"example-heat-stack-id-val-70180\",\r\n      \"vnf-type\": \"example-vnf-type-val-87572\",\r\n      \"orchestration-status\": \"example-orchestration-status-val-34971\",\r\n      \"model-customization-id\": \"example-model-customization-id-val-83513\",\r\n      \"vf-module-model-customization-id\": \"example-vf-module-model-customization-id-val-6507\"\r\n    }\r\n  },\r\n  \"tenants\": {\r\n    \"tenant\": {\r\n      \"tenant-id\": \"tenant-id-1\",\r\n      \"tenant-name\": \"tenant-name-1\",\r\n      \"tenant-context\": \"example-tenant-context-val-28442\",\r\n      \"vservers\": {\r\n        \"vserver\": {\r\n          \"vserver-id\": \"vserver-1\",\r\n          \"vserver-name\": \"vserver-name-1\",\r\n          \"vserver-name2\": \"example-vserver-name2-val-75154\",\r\n          \"prov-status\": \"example-prov-status-val-62624\",\r\n          \"vserver-selflink\": \"example-vserver-selflink-val-3687\",\r\n          \"in-maint\": \"true\",\r\n          \"is-closed-loop-disabled\": \"true\",\r\n          \"volumes\": {\r\n            \"volume\": {\r\n              \"volume-id\": \"example-volume-id-val-11970\",\r\n              \"volume-selflink\": \"example-volume-selflink-val-76166\"\r\n            }\r\n          },\r\n          \"l-interfaces\": {\r\n            \"l-interface\": {\r\n              \"interface-name\": \"example-interface-name-val-33353\",\r\n              \"interface-role\": \"example-interface-role-val-20528\",\r\n              \"v6-wan-link-ip\": \"example-v6-wan-link-ip-val-39242\",\r\n              \"selflink\": \"example-selflink-val-69696\",\r\n              \"interface-id\": \"example-interface-id-val-96451\",\r\n              \"macaddr\": \"example-macaddr-val-92350\",\r\n              \"network-name\": \"example-network-name-val-76057\",\r\n              \"management-option\": \"example-management-option-val-24749\",\r\n              \"interface-description\": \"example-interface-description-val-61248\",\r\n              \"is-port-mirrored\": \"true\",\r\n              \"in-maint\": \"true\",\r\n              \"prov-status\": \"example-prov-status-val-66068\",\r\n              \"is-ip-unnumbered\": \"true\",\r\n              \"allowed-address-pairs\": \"example-allowed-address-pairs-val-97717\",\r\n              \"vlans\": {\r\n                \"vlan\": {\r\n                  \"vlan-interface\": \"example-vlan-interface-val-69702\",\r\n                  \"vlan-id-inner\": \"67994473\",\r\n                  \"vlan-id-outer\": \"93729787\",\r\n                  \"speed-value\": \"example-speed-value-val-13924\",\r\n                  \"speed-units\": \"example-speed-units-val-36978\",\r\n                  \"vlan-description\": \"example-vlan-description-val-33791\",\r\n                  \"backdoor-connection\": \"example-backdoor-connection-val-17790\",\r\n                  \"vpn-key\": \"example-vpn-key-val-9875\",\r\n                  \"orchestration-status\": \"example-orchestration-status-val-56763\",\r\n                  \"in-maint\": \"true\",\r\n                  \"prov-status\": \"example-prov-status-val-70388\",\r\n                  \"is-ip-unnumbered\": \"true\",\r\n                  \"l3-interface-ipv4-address-list\": {\r\n                    \"l3-interface-ipv4-address\": \"example-l3-interface-ipv4-address-val-11760\",\r\n                    \"l3-interface-ipv4-prefix-length\": \"56201707\",\r\n                    \"vlan-id-inner\": \"73451064\",\r\n                    \"vlan-id-outer\": \"91938369\",\r\n                    \"is-floating\": \"true\",\r\n                    \"neutron-network-id\": \"example-neutron-network-id-val-98070\",\r\n                    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-27472\"\r\n                  },\r\n                  \"l3-interface-ipv6-address-list\": {\r\n                    \"l3-interface-ipv6-address\": \"example-l3-interface-ipv6-address-val-39990\",\r\n                    \"l3-interface-ipv6-prefix-length\": \"23094280\",\r\n                    \"vlan-id-inner\": \"45385157\",\r\n                    \"vlan-id-outer\": \"7251303\",\r\n                    \"is-floating\": \"true\",\r\n                    \"neutron-network-id\": \"example-neutron-network-id-val-91087\",\r\n                    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-43501\"\r\n                  }\r\n                }\r\n              },\r\n              \"sriov-vfs\": {\r\n                \"sriov-vf\": {\r\n                  \"pci-id\": \"example-pci-id-val-91062\",\r\n                  \"vf-vlan-filter\": \"example-vf-vlan-filter-val-77261\",\r\n                  \"vf-mac-filter\": \"example-vf-mac-filter-val-52679\",\r\n                  \"vf-vlan-strip\": \"true\",\r\n                  \"vf-vlan-anti-spoof-check\": \"true\",\r\n                  \"vf-mac-anti-spoof-check\": \"true\",\r\n                  \"vf-mirrors\": \"example-vf-mirrors-val-39917\",\r\n                  \"vf-broadcast-allow\": \"true\",\r\n                  \"vf-unknown-multicast-allow\": \"true\",\r\n                  \"vf-unknown-unicast-allow\": \"true\",\r\n                  \"vf-insert-stag\": \"true\",\r\n                  \"vf-link-status\": \"example-vf-link-status-val-7159\",\r\n                  \"neutron-network-id\": \"example-neutron-network-id-val-6599\"\r\n                }\r\n              },\r\n              \"l-interfaces\": {\r\n                \"l-interface\": {\r\n                  \"interface-name\": \"example-interface-name-val-31463\",\r\n                  \"interface-role\": \"example-interface-role-val-59891\",\r\n                  \"v6-wan-link-ip\": \"example-v6-wan-link-ip-val-37795\",\r\n                  \"selflink\": \"example-selflink-val-8079\",\r\n                  \"interface-id\": \"example-interface-id-val-7731\",\r\n                  \"macaddr\": \"example-macaddr-val-4153\",\r\n                  \"network-name\": \"example-network-name-val-95567\",\r\n                  \"management-option\": \"example-management-option-val-37882\",\r\n                  \"interface-description\": \"example-interface-description-val-49246\",\r\n                  \"is-port-mirrored\": \"true\",\r\n                  \"in-maint\": \"true\",\r\n                  \"prov-status\": \"example-prov-status-val-679\",\r\n                  \"is-ip-unnumbered\": \"true\",\r\n                  \"allowed-address-pairs\": \"example-allowed-address-pairs-val-51719\"\r\n                }\r\n              },\r\n              \"l3-interface-ipv4-address-list\": {\r\n                \"l3-interface-ipv4-address\": \"example-l3-interface-ipv4-address-val-25727\",\r\n                \"l3-interface-ipv4-prefix-length\": \"72086436\",\r\n                \"vlan-id-inner\": \"49585016\",\r\n                \"vlan-id-outer\": \"31295411\",\r\n                \"is-floating\": \"true\",\r\n                \"neutron-network-id\": \"example-neutron-network-id-val-60599\",\r\n                \"neutron-subnet-id\": \"example-neutron-subnet-id-val-63673\"\r\n              },\r\n              \"l3-interface-ipv6-address-list\": {\r\n                \"l3-interface-ipv6-address\": \"example-l3-interface-ipv6-address-val-23230\",\r\n                \"l3-interface-ipv6-prefix-length\": \"52397550\",\r\n                \"vlan-id-inner\": \"90366390\",\r\n                \"vlan-id-outer\": \"74424116\",\r\n                \"is-floating\": \"true\",\r\n                \"neutron-network-id\": \"example-neutron-network-id-val-8866\",\r\n                \"neutron-subnet-id\": \"example-neutron-subnet-id-val-39258\"\r\n              }\r\n            }\r\n          }\r\n        }\r\n      }\r\n    }\r\n  },\r\n  \"flavors\": {\r\n    \"flavor\": [\r\n      {\r\n        \"flavor-id\": \"21f8220b-4d96-4c30-a426-2e9382f3fff2\",\r\n        \"flavor-name\": \"Flavor31\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 8,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"33ac6d4d-7fee-48d8-9e4a-c598feb101ed\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"1345615b-1077-4bb5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"31b5444d-1077-4bb5-a340-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"31ca66a2-7d9c-4bf2-9a1b-30e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"21d37d3d-0b15-1111-dddd-6210efc6dff9\",\r\n              \"hpa-feature\": \"pciePassthrough\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"7890\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      {\r\n        \"flavor-id\": \"323a2b2e-3206-41b6-80d5-cf041b098c43\",\r\n        \"flavor-name\": \"Flavor32\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 8,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"32a4615b-1077-4bb5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13a5515b-1077-4bb5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"32b5665d-1077-4bb5-a340-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"32cad672-7d9c-4bf2-9a1b-30e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      {\r\n        \"flavor-id\": \"33a92b2f-4217-53b3-91e6-da152b098c54\",\r\n        \"flavor-name\": \"Flavor33\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 12,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"33a8615b-1077-4bb5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"12\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"33b5715d-1077-4bb5-a340-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13a5665b-1077-4bb5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"6\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"33cad5a2-7d9c-4bf2-9a1b-30e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"33d3fd34-0b15-11w4-eeee-6210efc6dff9\",\r\n              \"hpa-feature\": \"sriovNICNetwork\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"3456\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"physicalNetwork\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"physnet4\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"33e3fd3d-3b15-11w4-ffff-6270efc6dff9\",\r\n              \"hpa-feature\": \"sriovNICNetwork\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"Intel64\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"pciCount\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciVendorId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1234\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"pciDeviceId\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"3456\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"physicalNetwork\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"physnet3\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      }\r\n    ]\r\n  },\r\n  \"group-assignments\": {\r\n    \"group-assignment\": {\r\n      \"group-id\": \"example-group-id-val-67572\",\r\n      \"group-type\": \"example-group-type-val-91331\",\r\n      \"group-name\": \"example-group-name-val-95940\",\r\n      \"group-description\": \"example-group-description-val-89653\"\r\n    }\r\n  },\r\n  \"snapshots\": {\r\n    \"snapshot\": {\r\n      \"snapshot-id\": \"example-snapshot-id-val-31755\",\r\n      \"snapshot-name\": \"example-snapshot-name-val-32860\",\r\n      \"snapshot-architecture\": \"example-snapshot-architecture-val-2456\",\r\n      \"snapshot-os-distro\": \"example-snapshot-os-distro-val-75068\",\r\n      \"snapshot-os-version\": \"example-snapshot-os-version-val-8641\",\r\n      \"application\": \"example-application-val-6391\",\r\n      \"application-vendor\": \"example-application-vendor-val-52418\",\r\n      \"application-version\": \"example-application-version-val-92869\",\r\n      \"snapshot-selflink\": \"example-snapshot-selflink-val-69763\",\r\n      \"prev-snapshot-id\": \"example-prev-snapshot-id-val-19500\"\r\n    }\r\n  },\r\n  \"images\": {\r\n    \"image\": {\r\n      \"image-id\": \"example-image-id-val-91484\",\r\n      \"image-name\": \"example-image-name-val-86952\",\r\n      \"image-architecture\": \"example-image-architecture-val-21769\",\r\n      \"image-os-distro\": \"example-image-os-distro-val-15267\",\r\n      \"image-os-version\": \"example-image-os-version-val-90601\",\r\n      \"application\": \"example-application-val-41444\",\r\n      \"application-vendor\": \"example-application-vendor-val-50626\",\r\n      \"application-version\": \"example-application-version-val-11318\",\r\n      \"image-selflink\": \"example-image-selflink-val-18790\",\r\n      \"metadata\": {\r\n        \"metadatum\": {\r\n          \"metaname\": \"example-metaname-val-39609\",\r\n          \"metaval\": \"example-metaval-val-62296\"\r\n        }\r\n      }\r\n    }\r\n  },\r\n  \"dvs-switches\": {\r\n    \"dvs-switch\": {\r\n      \"switch-name\": \"example-switch-name-val-23942\",\r\n      \"vcenter-url\": \"example-vcenter-url-val-7815\"\r\n    }\r\n  },\r\n  \"oam-networks\": {\r\n    \"oam-network\": {\r\n      \"network-uuid\": \"example-network-uuid-val-1061\",\r\n      \"network-name\": \"example-network-name-val-96413\",\r\n      \"cvlan-tag\": \"20601039\",\r\n      \"ipv4-oam-gateway-address\": \"example-ipv4-oam-gateway-address-val-92545\",\r\n      \"ipv4-oam-gateway-address-prefix-length\": \"9067\"\r\n    }\r\n  },\r\n  \"availability-zones\": {\r\n    \"availability-zone\": {\r\n      \"availability-zone-name\": \"example-availability-zone-name-val-37096\",\r\n      \"hypervisor-type\": \"example-hypervisor-type-val-91298\",\r\n      \"operational-status\": \"example-operational-status-val-4894\"\r\n    }\r\n  },\r\n  \"vip-ipv4-address-list\": {\r\n    \"vip-ipv4-address\": \"example-vip-ipv4-address-val-9775\",\r\n    \"vip-ipv4-prefix-length\": \"21779008\",\r\n    \"vlan-id-inner\": \"183626\",\r\n    \"vlan-id-outer\": \"7595139\",\r\n    \"is-floating\": \"true\",\r\n    \"neutron-network-id\": \"example-neutron-network-id-val-61916\",\r\n    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-94467\"\r\n  },\r\n  \"vip-ipv6-address-list\": {\r\n    \"vip-ipv6-address\": \"example-vip-ipv6-address-val-71778\",\r\n    \"vip-ipv6-prefix-length\": \"54690289\",\r\n    \"vlan-id-inner\": \"37212492\",\r\n    \"vlan-id-outer\": \"58857577\",\r\n    \"is-floating\": \"true\",\r\n    \"neutron-network-id\": \"example-neutron-network-id-val-2251\",\r\n    \"neutron-subnet-id\": \"example-neutron-subnet-id-val-64440\"\r\n  },\r\n  \"hpa-capabilities\": {\r\n    \"hpa-capability\": {\r\n      \"hpa-capability-id\": \"example-hpa-capability-id-val-22082\",\r\n      \"hpa-feature\": \"cloud-specific-hpa\",\r\n      \"hpa-version\": \"example-hpa-version-val-64467\",\r\n      \"architecture\": \"example-architecture-val-82451\",\r\n      \"hpa-feature-attributes\": {\r\n        \"hpa-attribute-key\": \"example-hpa-attribute-key-val-28058\",\r\n        \"hpa-attribute-value\": \"example-hpa-attribute-value-val-74993\"\r\n      }\r\n    }\r\n  }\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3"
					]
				}
			},
			"response": []
		},
		{
			"name": "PUT complex1-cloud-region-1 relationship",
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\t\"related-to\": \"complex\",\r\n\t\"related-link\": \"/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233\",\r\n\t\"relationship-data\": [\r\n\t{\r\n\t    \"relationship-key\": \"complex.physical-location-id\",\r\n\t    \"relationship-value\": \"DLLSTX233\"\r\n\t}\r\n\t]\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region1/relationship-list/relationship",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region1",
						"relationship-list",
						"relationship"
					]
				}
			},
			"response": []
		},
		{
			"name": "PUT complex2-cloud-region-2 relationship",
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\t\"related-to\": \"complex\",\r\n\t\"related-link\": \"/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233\",\r\n\t\"relationship-data\": [\r\n\t{\r\n\t    \"relationship-key\": \"complex.physical-location-id\",\r\n\t    \"relationship-value\": \"DLLSTX233\"\r\n\t}\r\n\t]\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region2/relationship-list/relationship",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region2",
						"relationship-list",
						"relationship"
					]
				}
			},
			"response": []
		},
		{
			"name": "PUT complex-cloud-region-3 relationship",
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\t\"related-to\": \"complex\",\r\n\t\"related-link\": \"/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233\",\r\n\t\"relationship-data\": [\r\n\t{\r\n\t    \"relationship-key\": \"complex.physical-location-id\",\r\n\t    \"relationship-value\": \"DLLSTX233\"\r\n\t}\r\n\t]\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3/relationship-list/relationship",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3",
						"relationship-list",
						"relationship"
					]
				}
			},
			"response": []
		},
		{
			"name": "GET Cloud-Region1",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region1?depth=all",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region1"
					],
					"query": [
						{
							"key": "depth",
							"value": "all"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Cloud-Region1",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-1?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-1"
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Connection",
							"value": "close",
							"name": "Connection",
							"description": "Options that are desired for the connection"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Sat, 17 Mar 2018 17:25:51 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "1-otconap5-180317-17:25:51:746-14527",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "4152",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\"cloud-owner\":\"HPA-cloud\",\"cloud-region-id\":\"cloud-region-1\",\"cloud-type\":\"openstack-pike\",\"owner-defined-type\":\"example-owner-defined-type-val-848\",\"cloud-region-version\":\"example-cloud-region-version-val-75919\",\"identity-url\":\"example-identity-url-val-14861\",\"cloud-zone\":\"example-cloud-zone-val-4978\",\"complex-name\":\"example-complex-name-val-62100\",\"sriov-automation\":true,\"cloud-extra-info\":\"example-cloud-extra-info-val-49466\",\"cloud-epa-caps\":\"example-cloud-epa-caps-val-99504\",\"resource-version\":\"1521307375722\",\"volume-groups\":{\"volume-group\":[{\"volume-group-id\":\"example-volume-group-id-val-66706\",\"volume-group-name\":\"example-volume-group-name-val-77554\",\"heat-stack-id\":\"example-heat-stack-id-val-70180\",\"vnf-type\":\"example-vnf-type-val-87572\",\"orchestration-status\":\"example-orchestration-status-val-34971\",\"model-customization-id\":\"example-model-customization-id-val-83513\",\"vf-module-model-customization-id\":\"example-vf-module-model-customization-id-val-6507\",\"resource-version\":\"1521306555806\"}]},\"tenants\":{\"tenant\":[{\"tenant-id\":\"tenant-id-1\",\"tenant-name\":\"tenant-name-1\",\"tenant-context\":\"example-tenant-context-val-28442\",\"resource-version\":\"1521306556951\",\"vservers\":{\"vserver\":[{\"vserver-id\":\"vserver-1\",\"vserver-name\":\"vserver-name-1\",\"vserver-name2\":\"example-vserver-name2-val-75154\",\"prov-status\":\"example-prov-status-val-62624\",\"vserver-selflink\":\"example-vserver-selflink-val-3687\",\"in-maint\":true,\"is-closed-loop-disabled\":true,\"resource-version\":\"1521306556989\",\"volumes\":{\"volume\":[{\"volume-id\":\"example-volume-id-val-11970\",\"volume-selflink\":\"example-volume-selflink-val-76166\",\"resource-version\":\"1521306557727\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-33353\",\"interface-role\":\"example-interface-role-val-20528\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-39242\",\"selflink\":\"example-selflink-val-69696\",\"interface-id\":\"example-interface-id-val-96451\",\"macaddr\":\"example-macaddr-val-92350\",\"network-name\":\"example-network-name-val-76057\",\"management-option\":\"example-management-option-val-24749\",\"interface-description\":\"example-interface-description-val-61248\",\"is-port-mirrored\":true,\"resource-version\":\"1521306558446\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-66068\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-97717\",\"vlans\":{\"vlan\":[{\"vlan-interface\":\"example-vlan-interface-val-69702\",\"vlan-id-inner\":67994473,\"vlan-id-outer\":93729787,\"resource-version\":\"1521306558520\",\"speed-value\":\"example-speed-value-val-13924\",\"speed-units\":\"example-speed-units-val-36978\",\"vlan-description\":\"example-vlan-description-val-33791\",\"backdoor-connection\":\"example-backdoor-connection-val-17790\",\"vpn-key\":\"example-vpn-key-val-9875\",\"orchestration-status\":\"example-orchestration-status-val-56763\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-70388\",\"is-ip-unnumbered\":true,\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-11760\",\"l3-interface-ipv4-prefix-length\":56201707,\"vlan-id-inner\":73451064,\"vlan-id-outer\":91938369,\"is-floating\":true,\"resource-version\":\"1521306559236\",\"neutron-network-id\":\"example-neutron-network-id-val-98070\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-27472\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-39990\",\"l3-interface-ipv6-prefix-length\":23094280,\"vlan-id-inner\":45385157,\"vlan-id-outer\":7251303,\"is-floating\":true,\"resource-version\":\"1521306559291\",\"neutron-network-id\":\"example-neutron-network-id-val-91087\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-43501\"}]}]},\"sriov-vfs\":{\"sriov-vf\":[{\"pci-id\":\"example-pci-id-val-91062\",\"vf-vlan-filter\":\"example-vf-vlan-filter-val-77261\",\"vf-mac-filter\":\"example-vf-mac-filter-val-52679\",\"vf-vlan-strip\":true,\"vf-vlan-anti-spoof-check\":true,\"vf-mac-anti-spoof-check\":true,\"vf-mirrors\":\"example-vf-mirrors-val-39917\",\"vf-broadcast-allow\":true,\"vf-unknown-multicast-allow\":true,\"vf-unknown-unicast-allow\":true,\"vf-insert-stag\":true,\"vf-link-status\":\"example-vf-link-status-val-7159\",\"resource-version\":\"1521306559341\",\"neutron-network-id\":\"example-neutron-network-id-val-6599\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-31463\",\"interface-role\":\"example-interface-role-val-59891\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-37795\",\"selflink\":\"example-selflink-val-8079\",\"interface-id\":\"example-interface-id-val-7731\",\"macaddr\":\"example-macaddr-val-4153\",\"network-name\":\"example-network-name-val-95567\",\"management-option\":\"example-management-option-val-37882\",\"interface-description\":\"example-interface-description-val-49246\",\"is-port-mirrored\":true,\"resource-version\":\"1521306559439\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-679\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-51719\"}]},\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-25727\",\"l3-interface-ipv4-prefix-length\":72086436,\"vlan-id-inner\":49585016,\"vlan-id-outer\":31295411,\"is-floating\":true,\"resource-version\":\"1521306560129\",\"neutron-network-id\":\"example-neutron-network-id-val-60599\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-63673\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-23230\",\"l3-interface-ipv6-prefix-length\":52397550,\"vlan-id-inner\":90366390,\"vlan-id-outer\":74424116,\"is-floating\":true,\"resource-version\":\"1521306560154\",\"neutron-network-id\":\"example-neutron-network-id-val-8866\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-39258\"}]}]}}]}}]},\"flavors\":{\"flavor\":[{\"flavor-id\":\"9cf8220b-4d96-4c30-a426-2e9382f3fff2\",\"flavor-name\":\"flavor-numa-cpu-topology-instruction-set\",\"flavor-vcpus\":64,\"flavor-ram\":65536,\"flavor-disk\":1048576,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"Intel64\",\"resource-version\":\"1521306560982\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['AAA', 'BBB', 'CCC', 'DDD']}}\",\"resource-version\":\"1521306560989\"}]},{\"hpa-capability-id\":\"167ad6a2-7d9c-4bf2-9a1b-30e5311b8c66\",\"hpa-feature\":\"numa\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306561020\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numaCpu-1\",\"hpa-attribute-value\":\"{\\\"value\\\":4}\",\"resource-version\":\"1521306561060\"},{\"hpa-attribute-key\":\"numaNodes\",\"hpa-attribute-value\":\"{\\\"value\\\":2}\",\"resource-version\":\"1521306561088\"},{\"hpa-attribute-key\":\"numaCpu-0\",\"hpa-attribute-value\":\"{\\\"value\\\":2}\",\"resource-version\":\"1521306561028\"},{\"hpa-attribute-key\":\"numaMem-0\",\"hpa-attribute-value\":\"{\\\"value\\\":2, \\\"unit\\\":\\\"GB\\\" }\",\"resource-version\":\"1521306561044\"},{\"hpa-attribute-key\":\"numaMem-1\",\"hpa-attribute-value\":\"{\\\"value\\\":4, \\\"unit\\\":\\\"GB\\\" }\",\"resource-version\":\"1521306561074\"}]},{\"hpa-capability-id\":\"13ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306560909\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":64}\",\"resource-version\":\"1521306560932\"},{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":65536, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306560954\"}]},{\"hpa-capability-id\":\"8fa22e64-41b4-471f-96ad-6c4708635e4c\",\"hpa-feature\":\"cpuTopology\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306561109\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numCpuCores\",\"hpa-attribute-value\":\"{\\\"value\\\":8}\",\"resource-version\":\"1521306561114\"},{\"hpa-attribute-key\":\"numCpuThreads\",\"hpa-attribute-value\":\"{\\\"value\\\":8}\",\"resource-version\":\"1521306561138\"},{\"hpa-attribute-key\":\"numCpuSockets\",\"hpa-attribute-value\":\"{\\\"value\\\":6}\",\"resource-version\":\"1521306561126\"}]}]},\"resource-version\":\"1521306560203\"},{\"flavor-id\":\"f5aa2b2e-3206-41b6-80d5-cf041b098c43\",\"flavor-name\":\"flavor-cpu-pinning-ovsdpdk-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":131072,\"flavor-disk\":2097152,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"4d04f4d8-e257-4442-8417-19a525e56096\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306561223\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['A11', 'B22']}}\",\"resource-version\":\"1521306561228\"}]},{\"hpa-capability-id\":\"8d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\"hpa-feature\":\"ovsDpdk\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306561170\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"dataProcessingAccelerationLibrary\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"v18.02\\\"}\",\"resource-version\":\"1521306561175\"}]},{\"hpa-capability-id\":\"c140c945-1532-4908-86c9-d7f71416f1dd\",\"hpa-feature\":\"cpuPinning\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306561191\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"logicalCpuPinningPolicy\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"dedicated\\\"}\",\"resource-version\":\"1521306561196\"},{\"hpa-attribute-key\":\"logicalCpuThreadPinningPolicy\",\"hpa-attribute-value\":\"{value:\\\"prefer\\\"}\",\"resource-version\":\"1521306561206\"}]},{\"hpa-capability-id\":\"4565615b-1077-4bb5-a340-c5be48db2aaa\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306561244\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306561259\"},{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":131072, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306561248\"}]}]},\"resource-version\":\"1521306561164\"}]},\"group-assignments\":{\"group-assignment\":[{\"group-id\":\"example-group-id-val-67572\",\"group-type\":\"example-group-type-val-91331\",\"group-name\":\"example-group-name-val-95940\",\"group-description\":\"example-group-description-val-89653\",\"resource-version\":\"1521306561284\"}]},\"snapshots\":{\"snapshot\":[{\"snapshot-id\":\"example-snapshot-id-val-31758\",\"snapshot-name\":\"example-snapshot-name-val-32860\",\"snapshot-architecture\":\"example-snapshot-architecture-val-2456\",\"snapshot-os-distro\":\"example-snapshot-os-distro-val-75068\",\"snapshot-os-version\":\"example-snapshot-os-version-val-8641\",\"application\":\"example-application-val-6391\",\"application-vendor\":\"example-application-vendor-val-52418\",\"application-version\":\"example-application-version-val-92869\",\"snapshot-selflink\":\"example-snapshot-selflink-val-69763\",\"prev-snapshot-id\":\"example-prev-snapshot-id-val-19500\",\"resource-version\":\"1521306561311\"}]},\"images\":{\"image\":[{\"image-id\":\"example-image-id-val-91484\",\"image-name\":\"example-image-name-val-86952\",\"image-architecture\":\"example-image-architecture-val-21769\",\"image-os-distro\":\"example-image-os-distro-val-15267\",\"image-os-version\":\"example-image-os-version-val-90601\",\"application\":\"example-application-val-41444\",\"application-vendor\":\"example-application-vendor-val-50626\",\"application-version\":\"example-application-version-val-11318\",\"image-selflink\":\"example-image-selflink-val-18790\",\"resource-version\":\"1521306561362\",\"metadata\":{\"metadatum\":[{\"metaname\":\"example-metaname-val-39609\",\"metaval\":\"example-metaval-val-62296\",\"resource-version\":\"1521306561387\"}]}}]},\"dvs-switches\":{\"dvs-switch\":[{\"switch-name\":\"example-switch-name-val-23942\",\"vcenter-url\":\"example-vcenter-url-val-7815\",\"resource-version\":\"1521306561409\"}]},\"oam-networks\":{\"oam-network\":[{\"network-uuid\":\"example-network-uuid-val-1061\",\"network-name\":\"example-network-name-val-96413\",\"cvlan-tag\":20601039,\"ipv4-oam-gateway-address\":\"example-ipv4-oam-gateway-address-val-92545\",\"ipv4-oam-gateway-address-prefix-length\":9067,\"resource-version\":\"1521306561436\"}]},\"availability-zones\":{\"availability-zone\":[{\"availability-zone-name\":\"example-availability-zone-name-val-37096\",\"hypervisor-type\":\"example-hypervisor-type-val-91298\",\"operational-status\":\"example-operational-status-val-4894\",\"resource-version\":\"1521306561465\"}]},\"relationship-list\":{\"relationship\":[{\"related-to\":\"complex\",\"relationship-label\":\"org.onap.relationships.inventory.LocatedIn\",\"related-link\":\"/aai/v13/cloud-infrastructure/complexes/complex/DLLSTX233\",\"relationship-data\":[{\"relationship-key\":\"complex.physical-location-id\",\"relationship-value\":\"DLLSTX233\"}]}]},\"vip-ipv4-address-list\":[{\"vip-ipv4-address\":\"example-vip-ipv4-address-val-9775\",\"vip-ipv4-prefix-length\":21779008,\"vlan-id-inner\":183626,\"vlan-id-outer\":7595139,\"is-floating\":true,\"resource-version\":\"1521306561488\",\"neutron-network-id\":\"example-neutron-network-id-val-61916\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-94467\"}],\"vip-ipv6-address-list\":[{\"vip-ipv6-address\":\"example-vip-ipv6-address-val-71778\",\"vip-ipv6-prefix-length\":54690289,\"vlan-id-inner\":37212492,\"vlan-id-outer\":58857577,\"is-floating\":true,\"resource-version\":\"1521306561508\",\"neutron-network-id\":\"example-neutron-network-id-val-2251\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-64440\"}],\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"example-hpa-capability-id-val-22082\",\"hpa-feature\":\"cloud-specific-hpa\",\"hpa-version\":\"example-hpa-version-val-64467\",\"architecture\":\"example-architecture-val-82451\",\"resource-version\":\"1521306561528\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"example-hpa-attribute-key-val-28058\",\"hpa-attribute-value\":\"example-hpa-attribute-value-val-74993\",\"resource-version\":\"1521306561532\"}]}]}}"
				}
			]
		},
		{
			"name": "GET Cloud-Region2",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region2?depth=all",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region2"
					],
					"query": [
						{
							"key": "depth",
							"value": "all"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2"
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Connection",
							"value": "close",
							"name": "Connection",
							"description": "Options that are desired for the connection"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Sat, 17 Mar 2018 17:27:13 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "1-otconap5-180317-17:27:13:058-50029",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "28816",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\"cloud-owner\":\"HPA-cloud\",\"cloud-region-id\":\"cloud-region-2\",\"cloud-type\":\"openstack-pike\",\"owner-defined-type\":\"example-owner-defined-type-val-848\",\"cloud-region-version\":\"example-cloud-region-version-val-75919\",\"identity-url\":\"example-identity-url-val-14861\",\"cloud-zone\":\"example-cloud-zone-val-4978\",\"complex-name\":\"example-complex-name-val-62100\",\"sriov-automation\":true,\"cloud-extra-info\":\"example-cloud-extra-info-val-49466\",\"cloud-epa-caps\":\"example-cloud-epa-caps-val-99504\",\"resource-version\":\"1521307358985\",\"volume-groups\":{\"volume-group\":[{\"volume-group-id\":\"example-volume-group-id-val-66706\",\"volume-group-name\":\"example-volume-group-name-val-77554\",\"heat-stack-id\":\"example-heat-stack-id-val-70180\",\"vnf-type\":\"example-vnf-type-val-87572\",\"orchestration-status\":\"example-orchestration-status-val-34971\",\"model-customization-id\":\"example-model-customization-id-val-83513\",\"vf-module-model-customization-id\":\"example-vf-module-model-customization-id-val-6507\",\"resource-version\":\"1521306714613\"}]},\"tenants\":{\"tenant\":[{\"tenant-id\":\"tenant-id-2\",\"tenant-name\":\"tenant-name-2\",\"tenant-context\":\"example-tenant-context-val-28442\",\"resource-version\":\"1521306714631\",\"vservers\":{\"vserver\":[{\"vserver-id\":\"vserver-21\",\"vserver-name\":\"vserver-name-2\",\"vserver-name2\":\"example-vserver-name2-val-75154\",\"prov-status\":\"example-prov-status-val-62624\",\"vserver-selflink\":\"example-vserver-selflink-val-3687\",\"in-maint\":true,\"is-closed-loop-disabled\":true,\"resource-version\":\"1521306714637\",\"volumes\":{\"volume\":[{\"volume-id\":\"example-volume-id-val-11970\",\"volume-selflink\":\"example-volume-selflink-val-76166\",\"resource-version\":\"1521306714645\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-33353\",\"interface-role\":\"example-interface-role-val-20528\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-39242\",\"selflink\":\"example-selflink-val-69696\",\"interface-id\":\"example-interface-id-val-96452\",\"macaddr\":\"example-macaddr-val-92350\",\"network-name\":\"example-network-name-val-76057\",\"management-option\":\"example-management-option-val-24749\",\"interface-description\":\"example-interface-description-val-61248\",\"is-port-mirrored\":true,\"resource-version\":\"1521306714659\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-66068\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-97717\",\"vlans\":{\"vlan\":[{\"vlan-interface\":\"example-vlan-interface-val-69702\",\"vlan-id-inner\":67994473,\"vlan-id-outer\":93729787,\"resource-version\":\"1521306714666\",\"speed-value\":\"example-speed-value-val-13924\",\"speed-units\":\"example-speed-units-val-36978\",\"vlan-description\":\"example-vlan-description-val-33791\",\"backdoor-connection\":\"example-backdoor-connection-val-17790\",\"vpn-key\":\"example-vpn-key-val-9875\",\"orchestration-status\":\"example-orchestration-status-val-56763\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-70388\",\"is-ip-unnumbered\":true,\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-11760\",\"l3-interface-ipv4-prefix-length\":56201707,\"vlan-id-inner\":73451064,\"vlan-id-outer\":91938369,\"is-floating\":true,\"resource-version\":\"1521306714673\",\"neutron-network-id\":\"example-neutron-network-id-val-98070\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-27472\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-39990\",\"l3-interface-ipv6-prefix-length\":23094280,\"vlan-id-inner\":45385157,\"vlan-id-outer\":7251303,\"is-floating\":true,\"resource-version\":\"1521306714686\",\"neutron-network-id\":\"example-neutron-network-id-val-91087\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-43501\"}]}]},\"sriov-vfs\":{\"sriov-vf\":[{\"pci-id\":\"example-pci-id-val-91063\",\"vf-vlan-filter\":\"example-vf-vlan-filter-val-77261\",\"vf-mac-filter\":\"example-vf-mac-filter-val-52679\",\"vf-vlan-strip\":true,\"vf-vlan-anti-spoof-check\":true,\"vf-mac-anti-spoof-check\":true,\"vf-mirrors\":\"example-vf-mirrors-val-39917\",\"vf-broadcast-allow\":true,\"vf-unknown-multicast-allow\":true,\"vf-unknown-unicast-allow\":true,\"vf-insert-stag\":true,\"vf-link-status\":\"example-vf-link-status-val-7159\",\"resource-version\":\"1521306714704\",\"neutron-network-id\":\"example-neutron-network-id-val-6599\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-31463\",\"interface-role\":\"example-interface-role-val-59891\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-37795\",\"selflink\":\"example-selflink-val-8079\",\"interface-id\":\"example-interface-id-val-7732\",\"macaddr\":\"example-macaddr-val-4153\",\"network-name\":\"example-network-name-val-95567\",\"management-option\":\"example-management-option-val-37882\",\"interface-description\":\"example-interface-description-val-49246\",\"is-port-mirrored\":true,\"resource-version\":\"1521306714716\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-679\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-51719\"}]},\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-25727\",\"l3-interface-ipv4-prefix-length\":72086436,\"vlan-id-inner\":49585016,\"vlan-id-outer\":31295411,\"is-floating\":true,\"resource-version\":\"1521306714727\",\"neutron-network-id\":\"example-neutron-network-id-val-60599\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-63673\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-23230\",\"l3-interface-ipv6-prefix-length\":52397550,\"vlan-id-inner\":90366390,\"vlan-id-outer\":74424116,\"is-floating\":true,\"resource-version\":\"1521306714738\",\"neutron-network-id\":\"example-neutron-network-id-val-8866\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-39258\"}]}]}}]}}]},\"flavors\":{\"flavor\":[{\"flavor-id\":\"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\"flavor-name\":\"flavor-cpu-topology-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":65536,\"flavor-disk\":1048576,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"11a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"Intel64\",\"resource-version\":\"1521306714796\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['aes', 'sse', 'avx', 'smt']}}\",\"resource-version\":\"1521306714799\"}]},{\"hpa-capability-id\":\"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714769\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":65536, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306714782\"},{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306714773\"}]},{\"hpa-capability-id\":\"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\"hpa-feature\":\"cpuTopology\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714813\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numCpuThreads\",\"hpa-attribute-value\":\"{\\\"value\\\":8}\",\"resource-version\":\"1521306714841\"},{\"hpa-attribute-key\":\"numCpuCores\",\"hpa-attribute-value\":\"{\\\"value\\\":16}\",\"resource-version\":\"1521306714817\"},{\"hpa-attribute-key\":\"numCpuSockets\",\"hpa-attribute-value\":\"{\\\"value\\\":2}\",\"resource-version\":\"1521306714826\"}]}]},\"resource-version\":\"1521306714764\"},{\"flavor-id\":\"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\"flavor-name\":\"flavor-cpu-pinning-ovsdpdk-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":131072,\"flavor-disk\":2097152,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"5565615b-1077-4bb5-a340-c5be48db2aaa\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714950\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306714964\"},{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":131072, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306714954\"}]},{\"hpa-capability-id\":\"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\"hpa-feature\":\"ovsDpdk\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714876\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"dataProcessingAccelerationLibrary\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"v17.02\\\"}\",\"resource-version\":\"1521306714881\"}]},{\"hpa-capability-id\":\"d140c945-1532-4908-86c9-d7f71416f1dd\",\"hpa-feature\":\"cpuPinning\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714899\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"logicalCpuThreadPinningPolicy\",\"hpa-attribute-value\":\"{value:\\\"prefer\\\"}\",\"resource-version\":\"1521306714915\"},{\"hpa-attribute-key\":\"logicalCpuPinningPolicy\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"dedicated\\\"}\",\"resource-version\":\"1521306714904\"}]},{\"hpa-capability-id\":\"5d04f4d8-e257-4442-8417-19a525e56096\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714931\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['aes', 'avx']}}\",\"resource-version\":\"1521306714936\"}]}]},\"resource-version\":\"1521306714871\"}]},\"group-assignments\":{\"group-assignment\":[{\"group-id\":\"example-group-id-val-67573\",\"group-type\":\"example-group-type-val-91331\",\"group-name\":\"example-group-name-val-95940\",\"group-description\":\"example-group-description-val-89653\",\"resource-version\":\"1521306714983\"}]},\"snapshots\":{\"snapshot\":[{\"snapshot-id\":\"example-snapshot-id-val-31759\",\"snapshot-name\":\"example-snapshot-name-val-32860\",\"snapshot-architecture\":\"example-snapshot-architecture-val-2456\",\"snapshot-os-distro\":\"example-snapshot-os-distro-val-75068\",\"snapshot-os-version\":\"example-snapshot-os-version-val-8641\",\"application\":\"example-application-val-6391\",\"application-vendor\":\"example-application-vendor-val-52418\",\"application-version\":\"example-application-version-val-92869\",\"snapshot-selflink\":\"example-snapshot-selflink-val-69763\",\"prev-snapshot-id\":\"example-prev-snapshot-id-val-19500\",\"resource-version\":\"1521306714993\"}]},\"images\":{\"image\":[{\"image-id\":\"example-image-id-val-91485\",\"image-name\":\"example-image-name-val-86952\",\"image-architecture\":\"example-image-architecture-val-21769\",\"image-os-distro\":\"example-image-os-distro-val-15267\",\"image-os-version\":\"example-image-os-version-val-90601\",\"application\":\"example-application-val-41444\",\"application-vendor\":\"example-application-vendor-val-50626\",\"application-version\":\"example-application-version-val-11318\",\"image-selflink\":\"example-image-selflink-val-18790\",\"resource-version\":\"1521306715005\",\"metadata\":{\"metadatum\":[{\"metaname\":\"example-metaname-val-39609\",\"metaval\":\"example-metaval-val-62296\",\"resource-version\":\"1521306715009\"}]}}]},\"dvs-switches\":{\"dvs-switch\":[{\"switch-name\":\"example-switch-name-val-23942\",\"vcenter-url\":\"example-vcenter-url-val-7815\",\"resource-version\":\"1521306715024\"}]},\"oam-networks\":{\"oam-network\":[{\"network-uuid\":\"example-network-uuid-val-1062\",\"network-name\":\"example-network-name-val-96413\",\"cvlan-tag\":20601039,\"ipv4-oam-gateway-address\":\"example-ipv4-oam-gateway-address-val-92545\",\"ipv4-oam-gateway-address-prefix-length\":9067,\"resource-version\":\"1521306715034\"}]},\"availability-zones\":{\"availability-zone\":[{\"availability-zone-name\":\"example-availability-zone-name-val-37097\",\"hypervisor-type\":\"example-hypervisor-type-val-91298\",\"operational-status\":\"example-operational-status-val-4894\",\"resource-version\":\"1521306715044\"}]},\"relationship-list\":{\"relationship\":[{\"related-to\":\"complex\",\"relationship-label\":\"org.onap.relationships.inventory.LocatedIn\",\"related-link\":\"/aai/v13/cloud-infrastructure/complexes/complex/DLLSTX233\",\"relationship-data\":[{\"relationship-key\":\"complex.physical-location-id\",\"relationship-value\":\"DLLSTX233\"}]}]},\"vip-ipv4-address-list\":[{\"vip-ipv4-address\":\"example-vip-ipv4-address-val-9775\",\"vip-ipv4-prefix-length\":21779008,\"vlan-id-inner\":183626,\"vlan-id-outer\":7595139,\"is-floating\":true,\"resource-version\":\"1521306715054\",\"neutron-network-id\":\"example-neutron-network-id-val-61916\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-94467\"}],\"vip-ipv6-address-list\":[{\"vip-ipv6-address\":\"example-vip-ipv6-address-val-71778\",\"vip-ipv6-prefix-length\":54690289,\"vlan-id-inner\":37212492,\"vlan-id-outer\":58857577,\"is-floating\":true,\"resource-version\":\"1521306715064\",\"neutron-network-id\":\"example-neutron-network-id-val-2251\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-64440\"}],\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"example-hpa-capability-id-val-22083\",\"hpa-feature\":\"cloud-specific-hpa\",\"hpa-version\":\"example-hpa-version-val-64467\",\"architecture\":\"example-architecture-val-82451\",\"resource-version\":\"1521306715075\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"example-hpa-attribute-key-val-28058\",\"hpa-attribute-value\":\"example-hpa-attribute-value-val-74993\",\"resource-version\":\"1521306715078\"}]}]}}"
				}
			]
		},
		{
			"name": "GET Cloud-Region3",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3?depth=all",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3"
					],
					"query": [
						{
							"key": "depth",
							"value": "all"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2"
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Connection",
							"value": "close",
							"name": "Connection",
							"description": "Options that are desired for the connection"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Sat, 17 Mar 2018 17:27:13 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "1-otconap5-180317-17:27:13:058-50029",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "28816",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\"cloud-owner\":\"HPA-cloud\",\"cloud-region-id\":\"cloud-region-2\",\"cloud-type\":\"openstack-pike\",\"owner-defined-type\":\"example-owner-defined-type-val-848\",\"cloud-region-version\":\"example-cloud-region-version-val-75919\",\"identity-url\":\"example-identity-url-val-14861\",\"cloud-zone\":\"example-cloud-zone-val-4978\",\"complex-name\":\"example-complex-name-val-62100\",\"sriov-automation\":true,\"cloud-extra-info\":\"example-cloud-extra-info-val-49466\",\"cloud-epa-caps\":\"example-cloud-epa-caps-val-99504\",\"resource-version\":\"1521307358985\",\"volume-groups\":{\"volume-group\":[{\"volume-group-id\":\"example-volume-group-id-val-66706\",\"volume-group-name\":\"example-volume-group-name-val-77554\",\"heat-stack-id\":\"example-heat-stack-id-val-70180\",\"vnf-type\":\"example-vnf-type-val-87572\",\"orchestration-status\":\"example-orchestration-status-val-34971\",\"model-customization-id\":\"example-model-customization-id-val-83513\",\"vf-module-model-customization-id\":\"example-vf-module-model-customization-id-val-6507\",\"resource-version\":\"1521306714613\"}]},\"tenants\":{\"tenant\":[{\"tenant-id\":\"tenant-id-2\",\"tenant-name\":\"tenant-name-2\",\"tenant-context\":\"example-tenant-context-val-28442\",\"resource-version\":\"1521306714631\",\"vservers\":{\"vserver\":[{\"vserver-id\":\"vserver-21\",\"vserver-name\":\"vserver-name-2\",\"vserver-name2\":\"example-vserver-name2-val-75154\",\"prov-status\":\"example-prov-status-val-62624\",\"vserver-selflink\":\"example-vserver-selflink-val-3687\",\"in-maint\":true,\"is-closed-loop-disabled\":true,\"resource-version\":\"1521306714637\",\"volumes\":{\"volume\":[{\"volume-id\":\"example-volume-id-val-11970\",\"volume-selflink\":\"example-volume-selflink-val-76166\",\"resource-version\":\"1521306714645\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-33353\",\"interface-role\":\"example-interface-role-val-20528\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-39242\",\"selflink\":\"example-selflink-val-69696\",\"interface-id\":\"example-interface-id-val-96452\",\"macaddr\":\"example-macaddr-val-92350\",\"network-name\":\"example-network-name-val-76057\",\"management-option\":\"example-management-option-val-24749\",\"interface-description\":\"example-interface-description-val-61248\",\"is-port-mirrored\":true,\"resource-version\":\"1521306714659\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-66068\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-97717\",\"vlans\":{\"vlan\":[{\"vlan-interface\":\"example-vlan-interface-val-69702\",\"vlan-id-inner\":67994473,\"vlan-id-outer\":93729787,\"resource-version\":\"1521306714666\",\"speed-value\":\"example-speed-value-val-13924\",\"speed-units\":\"example-speed-units-val-36978\",\"vlan-description\":\"example-vlan-description-val-33791\",\"backdoor-connection\":\"example-backdoor-connection-val-17790\",\"vpn-key\":\"example-vpn-key-val-9875\",\"orchestration-status\":\"example-orchestration-status-val-56763\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-70388\",\"is-ip-unnumbered\":true,\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-11760\",\"l3-interface-ipv4-prefix-length\":56201707,\"vlan-id-inner\":73451064,\"vlan-id-outer\":91938369,\"is-floating\":true,\"resource-version\":\"1521306714673\",\"neutron-network-id\":\"example-neutron-network-id-val-98070\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-27472\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-39990\",\"l3-interface-ipv6-prefix-length\":23094280,\"vlan-id-inner\":45385157,\"vlan-id-outer\":7251303,\"is-floating\":true,\"resource-version\":\"1521306714686\",\"neutron-network-id\":\"example-neutron-network-id-val-91087\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-43501\"}]}]},\"sriov-vfs\":{\"sriov-vf\":[{\"pci-id\":\"example-pci-id-val-91063\",\"vf-vlan-filter\":\"example-vf-vlan-filter-val-77261\",\"vf-mac-filter\":\"example-vf-mac-filter-val-52679\",\"vf-vlan-strip\":true,\"vf-vlan-anti-spoof-check\":true,\"vf-mac-anti-spoof-check\":true,\"vf-mirrors\":\"example-vf-mirrors-val-39917\",\"vf-broadcast-allow\":true,\"vf-unknown-multicast-allow\":true,\"vf-unknown-unicast-allow\":true,\"vf-insert-stag\":true,\"vf-link-status\":\"example-vf-link-status-val-7159\",\"resource-version\":\"1521306714704\",\"neutron-network-id\":\"example-neutron-network-id-val-6599\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-31463\",\"interface-role\":\"example-interface-role-val-59891\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-37795\",\"selflink\":\"example-selflink-val-8079\",\"interface-id\":\"example-interface-id-val-7732\",\"macaddr\":\"example-macaddr-val-4153\",\"network-name\":\"example-network-name-val-95567\",\"management-option\":\"example-management-option-val-37882\",\"interface-description\":\"example-interface-description-val-49246\",\"is-port-mirrored\":true,\"resource-version\":\"1521306714716\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-679\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-51719\"}]},\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-25727\",\"l3-interface-ipv4-prefix-length\":72086436,\"vlan-id-inner\":49585016,\"vlan-id-outer\":31295411,\"is-floating\":true,\"resource-version\":\"1521306714727\",\"neutron-network-id\":\"example-neutron-network-id-val-60599\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-63673\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-23230\",\"l3-interface-ipv6-prefix-length\":52397550,\"vlan-id-inner\":90366390,\"vlan-id-outer\":74424116,\"is-floating\":true,\"resource-version\":\"1521306714738\",\"neutron-network-id\":\"example-neutron-network-id-val-8866\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-39258\"}]}]}}]}}]},\"flavors\":{\"flavor\":[{\"flavor-id\":\"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\"flavor-name\":\"flavor-cpu-topology-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":65536,\"flavor-disk\":1048576,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"11a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"Intel64\",\"resource-version\":\"1521306714796\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['aes', 'sse', 'avx', 'smt']}}\",\"resource-version\":\"1521306714799\"}]},{\"hpa-capability-id\":\"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714769\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":65536, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306714782\"},{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306714773\"}]},{\"hpa-capability-id\":\"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\"hpa-feature\":\"cpuTopology\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714813\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numCpuThreads\",\"hpa-attribute-value\":\"{\\\"value\\\":8}\",\"resource-version\":\"1521306714841\"},{\"hpa-attribute-key\":\"numCpuCores\",\"hpa-attribute-value\":\"{\\\"value\\\":16}\",\"resource-version\":\"1521306714817\"},{\"hpa-attribute-key\":\"numCpuSockets\",\"hpa-attribute-value\":\"{\\\"value\\\":2}\",\"resource-version\":\"1521306714826\"}]}]},\"resource-version\":\"1521306714764\"},{\"flavor-id\":\"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\"flavor-name\":\"flavor-cpu-pinning-ovsdpdk-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":131072,\"flavor-disk\":2097152,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"5565615b-1077-4bb5-a340-c5be48db2aaa\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714950\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306714964\"},{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":131072, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306714954\"}]},{\"hpa-capability-id\":\"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\"hpa-feature\":\"ovsDpdk\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714876\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"dataProcessingAccelerationLibrary\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"v17.02\\\"}\",\"resource-version\":\"1521306714881\"}]},{\"hpa-capability-id\":\"d140c945-1532-4908-86c9-d7f71416f1dd\",\"hpa-feature\":\"cpuPinning\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714899\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"logicalCpuThreadPinningPolicy\",\"hpa-attribute-value\":\"{value:\\\"prefer\\\"}\",\"resource-version\":\"1521306714915\"},{\"hpa-attribute-key\":\"logicalCpuPinningPolicy\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"dedicated\\\"}\",\"resource-version\":\"1521306714904\"}]},{\"hpa-capability-id\":\"5d04f4d8-e257-4442-8417-19a525e56096\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714931\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['aes', 'avx']}}\",\"resource-version\":\"1521306714936\"}]}]},\"resource-version\":\"1521306714871\"}]},\"group-assignments\":{\"group-assignment\":[{\"group-id\":\"example-group-id-val-67573\",\"group-type\":\"example-group-type-val-91331\",\"group-name\":\"example-group-name-val-95940\",\"group-description\":\"example-group-description-val-89653\",\"resource-version\":\"1521306714983\"}]},\"snapshots\":{\"snapshot\":[{\"snapshot-id\":\"example-snapshot-id-val-31759\",\"snapshot-name\":\"example-snapshot-name-val-32860\",\"snapshot-architecture\":\"example-snapshot-architecture-val-2456\",\"snapshot-os-distro\":\"example-snapshot-os-distro-val-75068\",\"snapshot-os-version\":\"example-snapshot-os-version-val-8641\",\"application\":\"example-application-val-6391\",\"application-vendor\":\"example-application-vendor-val-52418\",\"application-version\":\"example-application-version-val-92869\",\"snapshot-selflink\":\"example-snapshot-selflink-val-69763\",\"prev-snapshot-id\":\"example-prev-snapshot-id-val-19500\",\"resource-version\":\"1521306714993\"}]},\"images\":{\"image\":[{\"image-id\":\"example-image-id-val-91485\",\"image-name\":\"example-image-name-val-86952\",\"image-architecture\":\"example-image-architecture-val-21769\",\"image-os-distro\":\"example-image-os-distro-val-15267\",\"image-os-version\":\"example-image-os-version-val-90601\",\"application\":\"example-application-val-41444\",\"application-vendor\":\"example-application-vendor-val-50626\",\"application-version\":\"example-application-version-val-11318\",\"image-selflink\":\"example-image-selflink-val-18790\",\"resource-version\":\"1521306715005\",\"metadata\":{\"metadatum\":[{\"metaname\":\"example-metaname-val-39609\",\"metaval\":\"example-metaval-val-62296\",\"resource-version\":\"1521306715009\"}]}}]},\"dvs-switches\":{\"dvs-switch\":[{\"switch-name\":\"example-switch-name-val-23942\",\"vcenter-url\":\"example-vcenter-url-val-7815\",\"resource-version\":\"1521306715024\"}]},\"oam-networks\":{\"oam-network\":[{\"network-uuid\":\"example-network-uuid-val-1062\",\"network-name\":\"example-network-name-val-96413\",\"cvlan-tag\":20601039,\"ipv4-oam-gateway-address\":\"example-ipv4-oam-gateway-address-val-92545\",\"ipv4-oam-gateway-address-prefix-length\":9067,\"resource-version\":\"1521306715034\"}]},\"availability-zones\":{\"availability-zone\":[{\"availability-zone-name\":\"example-availability-zone-name-val-37097\",\"hypervisor-type\":\"example-hypervisor-type-val-91298\",\"operational-status\":\"example-operational-status-val-4894\",\"resource-version\":\"1521306715044\"}]},\"relationship-list\":{\"relationship\":[{\"related-to\":\"complex\",\"relationship-label\":\"org.onap.relationships.inventory.LocatedIn\",\"related-link\":\"/aai/v13/cloud-infrastructure/complexes/complex/DLLSTX233\",\"relationship-data\":[{\"relationship-key\":\"complex.physical-location-id\",\"relationship-value\":\"DLLSTX233\"}]}]},\"vip-ipv4-address-list\":[{\"vip-ipv4-address\":\"example-vip-ipv4-address-val-9775\",\"vip-ipv4-prefix-length\":21779008,\"vlan-id-inner\":183626,\"vlan-id-outer\":7595139,\"is-floating\":true,\"resource-version\":\"1521306715054\",\"neutron-network-id\":\"example-neutron-network-id-val-61916\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-94467\"}],\"vip-ipv6-address-list\":[{\"vip-ipv6-address\":\"example-vip-ipv6-address-val-71778\",\"vip-ipv6-prefix-length\":54690289,\"vlan-id-inner\":37212492,\"vlan-id-outer\":58857577,\"is-floating\":true,\"resource-version\":\"1521306715064\",\"neutron-network-id\":\"example-neutron-network-id-val-2251\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-64440\"}],\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"example-hpa-capability-id-val-22083\",\"hpa-feature\":\"cloud-specific-hpa\",\"hpa-version\":\"example-hpa-version-val-64467\",\"architecture\":\"example-architecture-val-82451\",\"resource-version\":\"1521306715075\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"example-hpa-attribute-key-val-28058\",\"hpa-attribute-value\":\"example-hpa-attribute-value-val-74993\",\"resource-version\":\"1521306715078\"}]}]}}"
				}
			]
		},
		{
			"name": "GET Cloud-Region4",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/Intel/ONAP-POD-01-Rail-06?depth=all",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"Intel",
						"ONAP-POD-01-Rail-06"
					],
					"query": [
						{
							"key": "depth",
							"value": "all"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2"
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Connection",
							"value": "close",
							"name": "Connection",
							"description": "Options that are desired for the connection"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Sat, 17 Mar 2018 17:27:13 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "1-otconap5-180317-17:27:13:058-50029",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "28816",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\"cloud-owner\":\"HPA-cloud\",\"cloud-region-id\":\"cloud-region-2\",\"cloud-type\":\"openstack-pike\",\"owner-defined-type\":\"example-owner-defined-type-val-848\",\"cloud-region-version\":\"example-cloud-region-version-val-75919\",\"identity-url\":\"example-identity-url-val-14861\",\"cloud-zone\":\"example-cloud-zone-val-4978\",\"complex-name\":\"example-complex-name-val-62100\",\"sriov-automation\":true,\"cloud-extra-info\":\"example-cloud-extra-info-val-49466\",\"cloud-epa-caps\":\"example-cloud-epa-caps-val-99504\",\"resource-version\":\"1521307358985\",\"volume-groups\":{\"volume-group\":[{\"volume-group-id\":\"example-volume-group-id-val-66706\",\"volume-group-name\":\"example-volume-group-name-val-77554\",\"heat-stack-id\":\"example-heat-stack-id-val-70180\",\"vnf-type\":\"example-vnf-type-val-87572\",\"orchestration-status\":\"example-orchestration-status-val-34971\",\"model-customization-id\":\"example-model-customization-id-val-83513\",\"vf-module-model-customization-id\":\"example-vf-module-model-customization-id-val-6507\",\"resource-version\":\"1521306714613\"}]},\"tenants\":{\"tenant\":[{\"tenant-id\":\"tenant-id-2\",\"tenant-name\":\"tenant-name-2\",\"tenant-context\":\"example-tenant-context-val-28442\",\"resource-version\":\"1521306714631\",\"vservers\":{\"vserver\":[{\"vserver-id\":\"vserver-21\",\"vserver-name\":\"vserver-name-2\",\"vserver-name2\":\"example-vserver-name2-val-75154\",\"prov-status\":\"example-prov-status-val-62624\",\"vserver-selflink\":\"example-vserver-selflink-val-3687\",\"in-maint\":true,\"is-closed-loop-disabled\":true,\"resource-version\":\"1521306714637\",\"volumes\":{\"volume\":[{\"volume-id\":\"example-volume-id-val-11970\",\"volume-selflink\":\"example-volume-selflink-val-76166\",\"resource-version\":\"1521306714645\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-33353\",\"interface-role\":\"example-interface-role-val-20528\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-39242\",\"selflink\":\"example-selflink-val-69696\",\"interface-id\":\"example-interface-id-val-96452\",\"macaddr\":\"example-macaddr-val-92350\",\"network-name\":\"example-network-name-val-76057\",\"management-option\":\"example-management-option-val-24749\",\"interface-description\":\"example-interface-description-val-61248\",\"is-port-mirrored\":true,\"resource-version\":\"1521306714659\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-66068\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-97717\",\"vlans\":{\"vlan\":[{\"vlan-interface\":\"example-vlan-interface-val-69702\",\"vlan-id-inner\":67994473,\"vlan-id-outer\":93729787,\"resource-version\":\"1521306714666\",\"speed-value\":\"example-speed-value-val-13924\",\"speed-units\":\"example-speed-units-val-36978\",\"vlan-description\":\"example-vlan-description-val-33791\",\"backdoor-connection\":\"example-backdoor-connection-val-17790\",\"vpn-key\":\"example-vpn-key-val-9875\",\"orchestration-status\":\"example-orchestration-status-val-56763\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-70388\",\"is-ip-unnumbered\":true,\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-11760\",\"l3-interface-ipv4-prefix-length\":56201707,\"vlan-id-inner\":73451064,\"vlan-id-outer\":91938369,\"is-floating\":true,\"resource-version\":\"1521306714673\",\"neutron-network-id\":\"example-neutron-network-id-val-98070\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-27472\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-39990\",\"l3-interface-ipv6-prefix-length\":23094280,\"vlan-id-inner\":45385157,\"vlan-id-outer\":7251303,\"is-floating\":true,\"resource-version\":\"1521306714686\",\"neutron-network-id\":\"example-neutron-network-id-val-91087\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-43501\"}]}]},\"sriov-vfs\":{\"sriov-vf\":[{\"pci-id\":\"example-pci-id-val-91063\",\"vf-vlan-filter\":\"example-vf-vlan-filter-val-77261\",\"vf-mac-filter\":\"example-vf-mac-filter-val-52679\",\"vf-vlan-strip\":true,\"vf-vlan-anti-spoof-check\":true,\"vf-mac-anti-spoof-check\":true,\"vf-mirrors\":\"example-vf-mirrors-val-39917\",\"vf-broadcast-allow\":true,\"vf-unknown-multicast-allow\":true,\"vf-unknown-unicast-allow\":true,\"vf-insert-stag\":true,\"vf-link-status\":\"example-vf-link-status-val-7159\",\"resource-version\":\"1521306714704\",\"neutron-network-id\":\"example-neutron-network-id-val-6599\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-31463\",\"interface-role\":\"example-interface-role-val-59891\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-37795\",\"selflink\":\"example-selflink-val-8079\",\"interface-id\":\"example-interface-id-val-7732\",\"macaddr\":\"example-macaddr-val-4153\",\"network-name\":\"example-network-name-val-95567\",\"management-option\":\"example-management-option-val-37882\",\"interface-description\":\"example-interface-description-val-49246\",\"is-port-mirrored\":true,\"resource-version\":\"1521306714716\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-679\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-51719\"}]},\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-25727\",\"l3-interface-ipv4-prefix-length\":72086436,\"vlan-id-inner\":49585016,\"vlan-id-outer\":31295411,\"is-floating\":true,\"resource-version\":\"1521306714727\",\"neutron-network-id\":\"example-neutron-network-id-val-60599\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-63673\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-23230\",\"l3-interface-ipv6-prefix-length\":52397550,\"vlan-id-inner\":90366390,\"vlan-id-outer\":74424116,\"is-floating\":true,\"resource-version\":\"1521306714738\",\"neutron-network-id\":\"example-neutron-network-id-val-8866\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-39258\"}]}]}}]}}]},\"flavors\":{\"flavor\":[{\"flavor-id\":\"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\"flavor-name\":\"flavor-cpu-topology-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":65536,\"flavor-disk\":1048576,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"11a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"Intel64\",\"resource-version\":\"1521306714796\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['aes', 'sse', 'avx', 'smt']}}\",\"resource-version\":\"1521306714799\"}]},{\"hpa-capability-id\":\"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714769\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":65536, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306714782\"},{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306714773\"}]},{\"hpa-capability-id\":\"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\"hpa-feature\":\"cpuTopology\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714813\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numCpuThreads\",\"hpa-attribute-value\":\"{\\\"value\\\":8}\",\"resource-version\":\"1521306714841\"},{\"hpa-attribute-key\":\"numCpuCores\",\"hpa-attribute-value\":\"{\\\"value\\\":16}\",\"resource-version\":\"1521306714817\"},{\"hpa-attribute-key\":\"numCpuSockets\",\"hpa-attribute-value\":\"{\\\"value\\\":2}\",\"resource-version\":\"1521306714826\"}]}]},\"resource-version\":\"1521306714764\"},{\"flavor-id\":\"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\"flavor-name\":\"flavor-cpu-pinning-ovsdpdk-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":131072,\"flavor-disk\":2097152,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"5565615b-1077-4bb5-a340-c5be48db2aaa\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714950\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306714964\"},{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":131072, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306714954\"}]},{\"hpa-capability-id\":\"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\"hpa-feature\":\"ovsDpdk\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714876\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"dataProcessingAccelerationLibrary\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"v17.02\\\"}\",\"resource-version\":\"1521306714881\"}]},{\"hpa-capability-id\":\"d140c945-1532-4908-86c9-d7f71416f1dd\",\"hpa-feature\":\"cpuPinning\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714899\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"logicalCpuThreadPinningPolicy\",\"hpa-attribute-value\":\"{value:\\\"prefer\\\"}\",\"resource-version\":\"1521306714915\"},{\"hpa-attribute-key\":\"logicalCpuPinningPolicy\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"dedicated\\\"}\",\"resource-version\":\"1521306714904\"}]},{\"hpa-capability-id\":\"5d04f4d8-e257-4442-8417-19a525e56096\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714931\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['aes', 'avx']}}\",\"resource-version\":\"1521306714936\"}]}]},\"resource-version\":\"1521306714871\"}]},\"group-assignments\":{\"group-assignment\":[{\"group-id\":\"example-group-id-val-67573\",\"group-type\":\"example-group-type-val-91331\",\"group-name\":\"example-group-name-val-95940\",\"group-description\":\"example-group-description-val-89653\",\"resource-version\":\"1521306714983\"}]},\"snapshots\":{\"snapshot\":[{\"snapshot-id\":\"example-snapshot-id-val-31759\",\"snapshot-name\":\"example-snapshot-name-val-32860\",\"snapshot-architecture\":\"example-snapshot-architecture-val-2456\",\"snapshot-os-distro\":\"example-snapshot-os-distro-val-75068\",\"snapshot-os-version\":\"example-snapshot-os-version-val-8641\",\"application\":\"example-application-val-6391\",\"application-vendor\":\"example-application-vendor-val-52418\",\"application-version\":\"example-application-version-val-92869\",\"snapshot-selflink\":\"example-snapshot-selflink-val-69763\",\"prev-snapshot-id\":\"example-prev-snapshot-id-val-19500\",\"resource-version\":\"1521306714993\"}]},\"images\":{\"image\":[{\"image-id\":\"example-image-id-val-91485\",\"image-name\":\"example-image-name-val-86952\",\"image-architecture\":\"example-image-architecture-val-21769\",\"image-os-distro\":\"example-image-os-distro-val-15267\",\"image-os-version\":\"example-image-os-version-val-90601\",\"application\":\"example-application-val-41444\",\"application-vendor\":\"example-application-vendor-val-50626\",\"application-version\":\"example-application-version-val-11318\",\"image-selflink\":\"example-image-selflink-val-18790\",\"resource-version\":\"1521306715005\",\"metadata\":{\"metadatum\":[{\"metaname\":\"example-metaname-val-39609\",\"metaval\":\"example-metaval-val-62296\",\"resource-version\":\"1521306715009\"}]}}]},\"dvs-switches\":{\"dvs-switch\":[{\"switch-name\":\"example-switch-name-val-23942\",\"vcenter-url\":\"example-vcenter-url-val-7815\",\"resource-version\":\"1521306715024\"}]},\"oam-networks\":{\"oam-network\":[{\"network-uuid\":\"example-network-uuid-val-1062\",\"network-name\":\"example-network-name-val-96413\",\"cvlan-tag\":20601039,\"ipv4-oam-gateway-address\":\"example-ipv4-oam-gateway-address-val-92545\",\"ipv4-oam-gateway-address-prefix-length\":9067,\"resource-version\":\"1521306715034\"}]},\"availability-zones\":{\"availability-zone\":[{\"availability-zone-name\":\"example-availability-zone-name-val-37097\",\"hypervisor-type\":\"example-hypervisor-type-val-91298\",\"operational-status\":\"example-operational-status-val-4894\",\"resource-version\":\"1521306715044\"}]},\"relationship-list\":{\"relationship\":[{\"related-to\":\"complex\",\"relationship-label\":\"org.onap.relationships.inventory.LocatedIn\",\"related-link\":\"/aai/v13/cloud-infrastructure/complexes/complex/DLLSTX233\",\"relationship-data\":[{\"relationship-key\":\"complex.physical-location-id\",\"relationship-value\":\"DLLSTX233\"}]}]},\"vip-ipv4-address-list\":[{\"vip-ipv4-address\":\"example-vip-ipv4-address-val-9775\",\"vip-ipv4-prefix-length\":21779008,\"vlan-id-inner\":183626,\"vlan-id-outer\":7595139,\"is-floating\":true,\"resource-version\":\"1521306715054\",\"neutron-network-id\":\"example-neutron-network-id-val-61916\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-94467\"}],\"vip-ipv6-address-list\":[{\"vip-ipv6-address\":\"example-vip-ipv6-address-val-71778\",\"vip-ipv6-prefix-length\":54690289,\"vlan-id-inner\":37212492,\"vlan-id-outer\":58857577,\"is-floating\":true,\"resource-version\":\"1521306715064\",\"neutron-network-id\":\"example-neutron-network-id-val-2251\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-64440\"}],\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"example-hpa-capability-id-val-22083\",\"hpa-feature\":\"cloud-specific-hpa\",\"hpa-version\":\"example-hpa-version-val-64467\",\"architecture\":\"example-architecture-val-82451\",\"resource-version\":\"1521306715075\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"example-hpa-attribute-key-val-28058\",\"hpa-attribute-value\":\"example-hpa-attribute-value-val-74993\",\"resource-version\":\"1521306715078\"}]}]}}"
				}
			]
		},
		{
			"name": "GET Flavors Cloud-Region1",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region1/flavors/?depth=all&nodes-only=true",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region1",
						"flavors",
						""
					],
					"query": [
						{
							"key": "depth",
							"value": "all"
						},
						{
							"key": "nodes-only",
							"value": "true"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Flavors Cloud-Region1",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-1/flavors/?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-1",
								"flavors",
								""
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Length",
							"value": "4464",
							"name": "Content-Length",
							"description": "The length of the response body in octets (8-bit bytes)"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Tue, 10 Apr 2018 11:03:52 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "1-otconap5-180410-11:03:52:777-45485",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "8288",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\n    \"flavor\": [\n        {\n            \"flavor-id\": \"9cf8220b-4d96-4c30-a426-2e9382f3fff2\",\n            \"flavor-name\": \"flavor-numa-cpu-topology-instruction-set\",\n            \"flavor-vcpus\": 64,\n            \"flavor-ram\": 65536,\n            \"flavor-disk\": 1048576,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"13ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167731012\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"64\\\"}\",\n                                \"resource-version\": \"1522167731037\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"65536\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522167731729\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522167731759\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"aes\\\", \\\"sse\\\", \\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522167731767\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"8fa22e64-41b4-471f-96ad-6c4708635e4c\",\n                        \"hpa-feature\": \"cpuTopology\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732555\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numCpuCores\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522167732563\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuSockets\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"6\\\"}\",\n                                \"resource-version\": \"1522167732582\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuThreads\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522167732599\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"167ad6a2-7d9c-4bf2-9a1b-30e5311b8c66\",\n                        \"hpa-feature\": \"numa\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167731791\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numaCpu-1\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\",\n                                \"resource-version\": \"1522167731822\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numaNodes\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522167731855\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numaCpu-0\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522167731797\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numaMem-1\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\",\n                                \"resource-version\": \"1522167731835\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numaMem-0\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\",\n                                \"resource-version\": \"1522167731810\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522167730970\"\n        },\n        {\n            \"flavor-id\": \"f5aa2b2e-3206-41b6-80d5-cf041b098c43\",\n            \"flavor-name\": \"flavor-cpu-pinning-ovsdpdk-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 131072,\n            \"flavor-disk\": 2097152,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"c140c945-1532-4908-86c9-d7f71416f1dd\",\n                        \"hpa-feature\": \"cpuPinning\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732665\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuThreadPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"prefer\\\"}\",\n                                \"resource-version\": \"1522167732681\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"dedicated\\\"}\",\n                                \"resource-version\": \"1522167732670\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"8d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\n                        \"hpa-feature\": \"ovsDpdk\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732641\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"dataProcessingAccelerationLibrary\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"v18.02\\\"}\",\n                                \"resource-version\": \"1522167732646\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"4d04f4d8-e257-4442-8417-19a525e56096\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732698\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":[\\\"aes\\\", \\\"avx\\\"]}\",\n                                \"resource-version\": \"1522167732704\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"4565615b-1077-4bb5-a340-c5be48db2aaa\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732720\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"131072\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522167732725\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522167732736\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522167732632\"\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "PUT Flavors Cloud-Region1",
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n        \"flavor-id\": \"11f8220b-4d96-4c30-a426-2e9381f3fff2\",\r\n        \"flavor-name\": \"Flavor11\",\r\n        \"flavor-vcpus\": 2,\r\n        \"flavor-ram\": 8,\r\n        \"flavor-disk\": 20,\r\n        \"flavor-ephemeral\": 4,\r\n        \"flavor-swap\": \"128\",\r\n        \"flavor-is-public\": false,\r\n        \"flavor-selflink\": \"pXtX\",\r\n        \"flavor-disabled\": false,\r\n        \"hpa-capabilities\": {\r\n          \"hpa-capability\": [\r\n            {\r\n              \"hpa-capability-id\": \"11ac6d4d-7fee-41d8-9e4a-c598feb101ed\",\r\n              \"hpa-feature\": \"basicCapabilities\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numVirtualCpu\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"virtualMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"13a5615b-1077-42b5-a340-c5be48db2aaa\",\r\n              \"hpa-feature\": \"hugePages\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"memoryPageSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numberOfPages\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"11b3444d-1077-43b5-a340-c5be48db2daa\",\r\n              \"hpa-feature\": \"localStorage\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"diskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"20\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"ephemeralDiskSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"swapMemSize\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"128\\\", \\\"unit\\\":\\\"MB\\\" }\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"hpa-capability-id\": \"11cad6a2-7d9c-44f2-9a1b-30e5311b8c66\",\r\n              \"hpa-feature\": \"numa\",\r\n              \"hpa-version\": \"v1\",\r\n              \"architecture\": \"generic\",\r\n              \"hpa-feature-attributes\": [\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-0\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaCpu-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaMem-1\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\"\r\n                },\r\n                {\r\n                  \"hpa-attribute-key\": \"numaNodes\",\r\n                  \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      }"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/Intel/ONAP-POD-01-Rail-06/flavors/flavor/11f8220b-4d96-4c30-a426-2e9381f3fff2?resource-version=1540957289338",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"Intel",
						"ONAP-POD-01-Rail-06",
						"flavors",
						"flavor",
						"11f8220b-4d96-4c30-a426-2e9381f3fff2"
					],
					"query": [
						{
							"key": "depth",
							"value": "all",
							"disabled": true
						},
						{
							"key": "nodes-only",
							"value": "true",
							"disabled": true
						},
						{
							"key": "resource-version",
							"value": "1540957289338"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Flavors Cloud-Region1",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-1/flavors/?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-1",
								"flavors",
								""
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Length",
							"value": "4464",
							"name": "Content-Length",
							"description": "The length of the response body in octets (8-bit bytes)"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Tue, 10 Apr 2018 11:03:52 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "1-otconap5-180410-11:03:52:777-45485",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "8288",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\n    \"flavor\": [\n        {\n            \"flavor-id\": \"9cf8220b-4d96-4c30-a426-2e9382f3fff2\",\n            \"flavor-name\": \"flavor-numa-cpu-topology-instruction-set\",\n            \"flavor-vcpus\": 64,\n            \"flavor-ram\": 65536,\n            \"flavor-disk\": 1048576,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"13ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167731012\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"64\\\"}\",\n                                \"resource-version\": \"1522167731037\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"65536\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522167731729\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522167731759\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"aes\\\", \\\"sse\\\", \\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522167731767\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"8fa22e64-41b4-471f-96ad-6c4708635e4c\",\n                        \"hpa-feature\": \"cpuTopology\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732555\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numCpuCores\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522167732563\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuSockets\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"6\\\"}\",\n                                \"resource-version\": \"1522167732582\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuThreads\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522167732599\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"167ad6a2-7d9c-4bf2-9a1b-30e5311b8c66\",\n                        \"hpa-feature\": \"numa\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167731791\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numaCpu-1\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\"}\",\n                                \"resource-version\": \"1522167731822\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numaNodes\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522167731855\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numaCpu-0\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522167731797\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numaMem-1\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"4\\\", \\\"unit\\\":\\\"GB\\\" }\",\n                                \"resource-version\": \"1522167731835\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numaMem-0\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\", \\\"unit\\\":\\\"GB\\\" }\",\n                                \"resource-version\": \"1522167731810\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522167730970\"\n        },\n        {\n            \"flavor-id\": \"f5aa2b2e-3206-41b6-80d5-cf041b098c43\",\n            \"flavor-name\": \"flavor-cpu-pinning-ovsdpdk-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 131072,\n            \"flavor-disk\": 2097152,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"c140c945-1532-4908-86c9-d7f71416f1dd\",\n                        \"hpa-feature\": \"cpuPinning\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732665\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuThreadPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"prefer\\\"}\",\n                                \"resource-version\": \"1522167732681\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"dedicated\\\"}\",\n                                \"resource-version\": \"1522167732670\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"8d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\n                        \"hpa-feature\": \"ovsDpdk\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732641\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"dataProcessingAccelerationLibrary\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"v18.02\\\"}\",\n                                \"resource-version\": \"1522167732646\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"4d04f4d8-e257-4442-8417-19a525e56096\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732698\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":[\\\"aes\\\", \\\"avx\\\"]}\",\n                                \"resource-version\": \"1522167732704\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"4565615b-1077-4bb5-a340-c5be48db2aaa\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522167732720\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"131072\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522167732725\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522167732736\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522167732632\"\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "GET Flavors Cloud-Region2",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region2/flavors/?depth=all&nodes-only=true",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region2",
						"flavors",
						""
					],
					"query": [
						{
							"key": "depth",
							"value": "all"
						},
						{
							"key": "nodes-only",
							"value": "true"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Flavors Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2/flavors/?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2",
								"flavors",
								""
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Length",
							"value": "3682",
							"name": "Content-Length",
							"description": "The length of the response body in octets (8-bit bytes)"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Tue, 10 Apr 2018 11:06:59 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "0-otconap5-180410-11:06:59:966-45573",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "32784",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\n    \"flavor\": [\n        {\n            \"flavor-id\": \"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\n            \"flavor-name\": \"flavor-cpu-topology-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 65536,\n            \"flavor-disk\": 1048576,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267454\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"aes\\\", \\\"sse\\\", \\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267458\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\n                        \"hpa-feature\": \"cpuTopology\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267472\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numCpuCores\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"16\\\"}\",\n                                \"resource-version\": \"1522170267475\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuSockets\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522170267485\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuThreads\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522170267494\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267426\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"65536\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267440\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267431\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267420\"\n        },\n        {\n            \"flavor-id\": \"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\n            \"flavor-name\": \"flavor-cpu-pinning-ovsdpdk-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 131072,\n            \"flavor-disk\": 2097152,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"d140c945-1532-4908-86c9-d7f71416f1dd\",\n                        \"hpa-feature\": \"cpuPinning\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267537\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuThreadPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"prefer\\\"}\",\n                                \"resource-version\": \"1522170267550\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"dedicated\\\"}\",\n                                \"resource-version\": \"1522170267541\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\n                        \"hpa-feature\": \"ovsDpdk\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267519\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"dataProcessingAccelerationLibrary\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"v17.02\\\"}\",\n                                \"resource-version\": \"1522170267523\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267564\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267568\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"5565615b-1077-4bb5-a340-c5be48db2aaa\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267582\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267594\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"131072\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267585\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267514\"\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "GET Flavors Cloud-Region3",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3/flavors/?depth=all&nodes-only=true",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3",
						"flavors",
						""
					],
					"query": [
						{
							"key": "depth",
							"value": "all"
						},
						{
							"key": "nodes-only",
							"value": "true"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Flavors Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2/flavors/?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2",
								"flavors",
								""
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Length",
							"value": "3682",
							"name": "Content-Length",
							"description": "The length of the response body in octets (8-bit bytes)"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Tue, 10 Apr 2018 11:06:59 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "0-otconap5-180410-11:06:59:966-45573",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "32784",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\n    \"flavor\": [\n        {\n            \"flavor-id\": \"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\n            \"flavor-name\": \"flavor-cpu-topology-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 65536,\n            \"flavor-disk\": 1048576,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267454\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"aes\\\", \\\"sse\\\", \\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267458\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\n                        \"hpa-feature\": \"cpuTopology\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267472\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numCpuCores\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"16\\\"}\",\n                                \"resource-version\": \"1522170267475\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuSockets\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522170267485\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuThreads\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522170267494\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267426\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"65536\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267440\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267431\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267420\"\n        },\n        {\n            \"flavor-id\": \"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\n            \"flavor-name\": \"flavor-cpu-pinning-ovsdpdk-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 131072,\n            \"flavor-disk\": 2097152,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"d140c945-1532-4908-86c9-d7f71416f1dd\",\n                        \"hpa-feature\": \"cpuPinning\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267537\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuThreadPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"prefer\\\"}\",\n                                \"resource-version\": \"1522170267550\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"dedicated\\\"}\",\n                                \"resource-version\": \"1522170267541\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\n                        \"hpa-feature\": \"ovsDpdk\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267519\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"dataProcessingAccelerationLibrary\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"v17.02\\\"}\",\n                                \"resource-version\": \"1522170267523\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267564\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267568\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"5565615b-1077-4bb5-a340-c5be48db2aaa\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267582\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267594\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"131072\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267585\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267514\"\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "GET HPA Capabilities Cloud-Region3",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3/flavors/flavor/323a2b2e-3206-41b6-80d5-cf041b098c43/hpa-capabilities?depth=all&nodes-only=true",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3",
						"flavors",
						"flavor",
						"323a2b2e-3206-41b6-80d5-cf041b098c43",
						"hpa-capabilities"
					],
					"query": [
						{
							"key": "depth",
							"value": "all"
						},
						{
							"key": "nodes-only",
							"value": "true"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Flavors Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2/flavors/?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2",
								"flavors",
								""
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Length",
							"value": "3682",
							"name": "Content-Length",
							"description": "The length of the response body in octets (8-bit bytes)"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Tue, 10 Apr 2018 11:06:59 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "0-otconap5-180410-11:06:59:966-45573",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "32784",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\n    \"flavor\": [\n        {\n            \"flavor-id\": \"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\n            \"flavor-name\": \"flavor-cpu-topology-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 65536,\n            \"flavor-disk\": 1048576,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267454\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"aes\\\", \\\"sse\\\", \\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267458\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\n                        \"hpa-feature\": \"cpuTopology\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267472\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numCpuCores\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"16\\\"}\",\n                                \"resource-version\": \"1522170267475\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuSockets\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522170267485\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuThreads\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522170267494\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267426\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"65536\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267440\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267431\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267420\"\n        },\n        {\n            \"flavor-id\": \"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\n            \"flavor-name\": \"flavor-cpu-pinning-ovsdpdk-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 131072,\n            \"flavor-disk\": 2097152,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"d140c945-1532-4908-86c9-d7f71416f1dd\",\n                        \"hpa-feature\": \"cpuPinning\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267537\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuThreadPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"prefer\\\"}\",\n                                \"resource-version\": \"1522170267550\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"dedicated\\\"}\",\n                                \"resource-version\": \"1522170267541\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\n                        \"hpa-feature\": \"ovsDpdk\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267519\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"dataProcessingAccelerationLibrary\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"v17.02\\\"}\",\n                                \"resource-version\": \"1522170267523\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267564\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267568\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"5565615b-1077-4bb5-a340-c5be48db2aaa\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267582\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267594\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"131072\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267585\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267514\"\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "UPGRADE HPA Capabilities Cloud-Region3",
			"request": {
				"method": "PUT",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n                            \"hpa-capability-id\": \"13a5515b-1077-4bb5-a340-c5be48db2aaa\",\n                            \"hpa-feature\": \"hugePages\",\n                            \"hpa-version\": \"v1\",\n                            \"architecture\": \"generic\",\n                            \"hpa-feature-attributes\": [\n                                {\n                                    \"hpa-attribute-key\": \"numberOfPages\",\n                                    \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\"\n                                },\n                                {\n                                    \"hpa-attribute-key\": \"memoryPageSize\",\n                                    \"hpa-attribute-value\": \"{\\\"value\\\":\\\"1\\\", \\\"unit\\\":\\\"GB\\\" }\"\n                                }\n                            ]\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3/flavors/flavor/323a2b2e-3206-41b6-80d5-cf041b098c43/hpa-capabilities/hpa-capability/13a5515b-1077-4bb5-a340-c5be48db2aaa?",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3",
						"flavors",
						"flavor",
						"323a2b2e-3206-41b6-80d5-cf041b098c43",
						"hpa-capabilities",
						"hpa-capability",
						"13a5515b-1077-4bb5-a340-c5be48db2aaa"
					],
					"query": [
						{
							"key": "depth",
							"value": "all",
							"disabled": true
						},
						{
							"key": "resource-version",
							"value": "1540952208382",
							"disabled": true
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Flavors Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2/flavors/?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2",
								"flavors",
								""
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Length",
							"value": "3682",
							"name": "Content-Length",
							"description": "The length of the response body in octets (8-bit bytes)"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Tue, 10 Apr 2018 11:06:59 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "0-otconap5-180410-11:06:59:966-45573",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "32784",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\n    \"flavor\": [\n        {\n            \"flavor-id\": \"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\n            \"flavor-name\": \"flavor-cpu-topology-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 65536,\n            \"flavor-disk\": 1048576,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267454\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"aes\\\", \\\"sse\\\", \\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267458\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\n                        \"hpa-feature\": \"cpuTopology\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267472\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numCpuCores\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"16\\\"}\",\n                                \"resource-version\": \"1522170267475\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuSockets\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522170267485\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuThreads\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522170267494\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267426\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"65536\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267440\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267431\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267420\"\n        },\n        {\n            \"flavor-id\": \"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\n            \"flavor-name\": \"flavor-cpu-pinning-ovsdpdk-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 131072,\n            \"flavor-disk\": 2097152,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"d140c945-1532-4908-86c9-d7f71416f1dd\",\n                        \"hpa-feature\": \"cpuPinning\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267537\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuThreadPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"prefer\\\"}\",\n                                \"resource-version\": \"1522170267550\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"dedicated\\\"}\",\n                                \"resource-version\": \"1522170267541\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\n                        \"hpa-feature\": \"ovsDpdk\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267519\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"dataProcessingAccelerationLibrary\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"v17.02\\\"}\",\n                                \"resource-version\": \"1522170267523\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267564\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267568\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"5565615b-1077-4bb5-a340-c5be48db2aaa\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267582\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267594\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"131072\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267585\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267514\"\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "DELETE HPA Capabilities Cloud-Region3",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"type": "text",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3/flavors/flavor/323a2b2e-3206-41b6-80d5-cf041b098c43/hpa-capabilities/hpa-capability/13a5515b-1077-4bb5-a340-c5be48db2aaa?resource-version=1540952208382",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3",
						"flavors",
						"flavor",
						"323a2b2e-3206-41b6-80d5-cf041b098c43",
						"hpa-capabilities",
						"hpa-capability",
						"13a5515b-1077-4bb5-a340-c5be48db2aaa"
					],
					"query": [
						{
							"key": "depth",
							"value": "all",
							"disabled": true
						},
						{
							"key": "resource-version",
							"value": "1540952208382"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Flavors Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2/flavors/?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2",
								"flavors",
								""
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Length",
							"value": "3682",
							"name": "Content-Length",
							"description": "The length of the response body in octets (8-bit bytes)"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Tue, 10 Apr 2018 11:06:59 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "0-otconap5-180410-11:06:59:966-45573",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "32784",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\n    \"flavor\": [\n        {\n            \"flavor-id\": \"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\n            \"flavor-name\": \"flavor-cpu-topology-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 65536,\n            \"flavor-disk\": 1048576,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267454\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"aes\\\", \\\"sse\\\", \\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267458\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\n                        \"hpa-feature\": \"cpuTopology\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267472\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numCpuCores\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"16\\\"}\",\n                                \"resource-version\": \"1522170267475\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuSockets\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"2\\\"}\",\n                                \"resource-version\": \"1522170267485\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numCpuThreads\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"8\\\"}\",\n                                \"resource-version\": \"1522170267494\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267426\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"65536\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267440\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267431\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267420\"\n        },\n        {\n            \"flavor-id\": \"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\n            \"flavor-name\": \"flavor-cpu-pinning-ovsdpdk-instruction-set\",\n            \"flavor-vcpus\": 32,\n            \"flavor-ram\": 131072,\n            \"flavor-disk\": 2097152,\n            \"flavor-ephemeral\": 128,\n            \"flavor-swap\": \"0\",\n            \"flavor-is-public\": false,\n            \"flavor-selflink\": \"pXtX\",\n            \"flavor-disabled\": false,\n            \"hpa-capabilities\": {\n                \"hpa-capability\": [\n                    {\n                        \"hpa-capability-id\": \"d140c945-1532-4908-86c9-d7f71416f1dd\",\n                        \"hpa-feature\": \"cpuPinning\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267537\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuThreadPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"prefer\\\"}\",\n                                \"resource-version\": \"1522170267550\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"logicalCpuPinningPolicy\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"dedicated\\\"}\",\n                                \"resource-version\": \"1522170267541\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\n                        \"hpa-feature\": \"ovsDpdk\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267519\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"dataProcessingAccelerationLibrary\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"v17.02\\\"}\",\n                                \"resource-version\": \"1522170267523\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"01a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\n                        \"hpa-feature\": \"instructionSetExtensions\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"Intel64\",\n                        \"resource-version\": \"1522170267564\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"instructionSetExtensions\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\": [\\\"avx\\\", \\\"smt\\\"]}\",\n                                \"resource-version\": \"1522170267568\"\n                            }\n                        ]\n                    },\n                    {\n                        \"hpa-capability-id\": \"5565615b-1077-4bb5-a340-c5be48db2aaa\",\n                        \"hpa-feature\": \"basicCapabilities\",\n                        \"hpa-version\": \"v1\",\n                        \"architecture\": \"generic\",\n                        \"resource-version\": \"1522170267582\",\n                        \"hpa-feature-attributes\": [\n                            {\n                                \"hpa-attribute-key\": \"numVirtualCpu\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"32\\\"}\",\n                                \"resource-version\": \"1522170267594\"\n                            },\n                            {\n                                \"hpa-attribute-key\": \"virtualMemSize\",\n                                \"hpa-attribute-value\": \"{\\\"value\\\":\\\"131072\\\", \\\"unit\\\":\\\"MB\\\" }\",\n                                \"resource-version\": \"1522170267585\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"resource-version\": \"1522170267514\"\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "GET complex-cloud-region-3 relationship",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\t\"related-to\": \"complex\",\r\n\t\"related-link\": \"/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233\",\r\n\t\"relationship-data\": [\r\n\t{\r\n\t    \"relationship-key\": \"complex.physical-location-id\",\r\n\t    \"relationship-value\": \"DLLSTX233\"\r\n\t}\r\n\t]\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3/relationship-list/relationship",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3",
						"relationship-list",
						"relationship"
					]
				}
			},
			"response": []
		},
		{
			"name": "DELETE complex-cloud-region-3 relationship",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\t\"related-to\": \"complex\",\r\n\t\"related-link\": \"/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233\",\r\n\t\"relationship-data\": [\r\n\t{\r\n\t    \"relationship-key\": \"complex.physical-location-id\",\r\n\t    \"relationship-value\": \"DLLSTX233\"\r\n\t}\r\n\t]\r\n}"
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3/relationship-list/relationship?resource-version=1540963764960",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3",
						"relationship-list",
						"relationship"
					],
					"query": [
						{
							"key": "resource-version",
							"value": "1540963764960"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Complex",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/complexes/",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"complexes",
						""
					]
				}
			},
			"response": []
		},
		{
			"name": "TestD",
			"request": {
				"method": "GET",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions"
					]
				}
			},
			"response": []
		},
		{
			"name": "DELETE Cloud-Region3",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "X-TransactionId",
						"value": "9999"
					},
					{
						"key": "X-FromAppId",
						"value": "jimmy-postman"
					},
					{
						"key": "Real-Time",
						"value": "true"
					},
					{
						"key": "Authorization",
						"value": "Basic QUFJOkFBSQ=="
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/Cloud-region3?resource-version=1540963764960",
					"host": [
						"{{aai}}"
					],
					"path": [
						"cloud-infrastructure",
						"cloud-regions",
						"cloud-region",
						"HPA-cloud",
						"Cloud-region3"
					],
					"query": [
						{
							"key": "depth",
							"value": "all",
							"disabled": true
						},
						{
							"key": "resource-version",
							"value": "1540963764960"
						}
					]
				}
			},
			"response": [
				{
					"name": "GET Cloud-Region2",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-TransactionId",
								"value": "9999"
							},
							{
								"key": "X-FromAppId",
								"value": "jimmy-postman"
							},
							{
								"key": "Real-Time",
								"value": "true"
							},
							{
								"key": "Authorization",
								"value": "Basic QUFJOkFBSQ=="
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{aai}}/cloud-infrastructure/cloud-regions/cloud-region/HPA-cloud/cloud-region-2?depth=all",
							"host": [
								"{{aai}}"
							],
							"path": [
								"cloud-infrastructure",
								"cloud-regions",
								"cloud-region",
								"HPA-cloud",
								"cloud-region-2"
							],
							"query": [
								{
									"key": "depth",
									"value": "all"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Connection",
							"value": "close",
							"name": "Connection",
							"description": "Options that are desired for the connection"
						},
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "The mime type of this content"
						},
						{
							"key": "Date",
							"value": "Sat, 17 Mar 2018 17:27:13 GMT",
							"name": "Date",
							"description": "The date and time that the message was sent"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=16000000; includeSubDomains; preload;",
							"name": "Strict-Transport-Security",
							"description": "A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."
						},
						{
							"key": "X-AAI-TXID",
							"value": "1-otconap5-180317-17:27:13:058-50029",
							"name": "X-AAI-TXID",
							"description": "Custom header"
						},
						{
							"key": "vertex-id",
							"value": "28816",
							"name": "vertex-id",
							"description": "Custom header"
						}
					],
					"cookie": [],
					"body": "{\"cloud-owner\":\"HPA-cloud\",\"cloud-region-id\":\"cloud-region-2\",\"cloud-type\":\"openstack-pike\",\"owner-defined-type\":\"example-owner-defined-type-val-848\",\"cloud-region-version\":\"example-cloud-region-version-val-75919\",\"identity-url\":\"example-identity-url-val-14861\",\"cloud-zone\":\"example-cloud-zone-val-4978\",\"complex-name\":\"example-complex-name-val-62100\",\"sriov-automation\":true,\"cloud-extra-info\":\"example-cloud-extra-info-val-49466\",\"cloud-epa-caps\":\"example-cloud-epa-caps-val-99504\",\"resource-version\":\"1521307358985\",\"volume-groups\":{\"volume-group\":[{\"volume-group-id\":\"example-volume-group-id-val-66706\",\"volume-group-name\":\"example-volume-group-name-val-77554\",\"heat-stack-id\":\"example-heat-stack-id-val-70180\",\"vnf-type\":\"example-vnf-type-val-87572\",\"orchestration-status\":\"example-orchestration-status-val-34971\",\"model-customization-id\":\"example-model-customization-id-val-83513\",\"vf-module-model-customization-id\":\"example-vf-module-model-customization-id-val-6507\",\"resource-version\":\"1521306714613\"}]},\"tenants\":{\"tenant\":[{\"tenant-id\":\"tenant-id-2\",\"tenant-name\":\"tenant-name-2\",\"tenant-context\":\"example-tenant-context-val-28442\",\"resource-version\":\"1521306714631\",\"vservers\":{\"vserver\":[{\"vserver-id\":\"vserver-21\",\"vserver-name\":\"vserver-name-2\",\"vserver-name2\":\"example-vserver-name2-val-75154\",\"prov-status\":\"example-prov-status-val-62624\",\"vserver-selflink\":\"example-vserver-selflink-val-3687\",\"in-maint\":true,\"is-closed-loop-disabled\":true,\"resource-version\":\"1521306714637\",\"volumes\":{\"volume\":[{\"volume-id\":\"example-volume-id-val-11970\",\"volume-selflink\":\"example-volume-selflink-val-76166\",\"resource-version\":\"1521306714645\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-33353\",\"interface-role\":\"example-interface-role-val-20528\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-39242\",\"selflink\":\"example-selflink-val-69696\",\"interface-id\":\"example-interface-id-val-96452\",\"macaddr\":\"example-macaddr-val-92350\",\"network-name\":\"example-network-name-val-76057\",\"management-option\":\"example-management-option-val-24749\",\"interface-description\":\"example-interface-description-val-61248\",\"is-port-mirrored\":true,\"resource-version\":\"1521306714659\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-66068\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-97717\",\"vlans\":{\"vlan\":[{\"vlan-interface\":\"example-vlan-interface-val-69702\",\"vlan-id-inner\":67994473,\"vlan-id-outer\":93729787,\"resource-version\":\"1521306714666\",\"speed-value\":\"example-speed-value-val-13924\",\"speed-units\":\"example-speed-units-val-36978\",\"vlan-description\":\"example-vlan-description-val-33791\",\"backdoor-connection\":\"example-backdoor-connection-val-17790\",\"vpn-key\":\"example-vpn-key-val-9875\",\"orchestration-status\":\"example-orchestration-status-val-56763\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-70388\",\"is-ip-unnumbered\":true,\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-11760\",\"l3-interface-ipv4-prefix-length\":56201707,\"vlan-id-inner\":73451064,\"vlan-id-outer\":91938369,\"is-floating\":true,\"resource-version\":\"1521306714673\",\"neutron-network-id\":\"example-neutron-network-id-val-98070\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-27472\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-39990\",\"l3-interface-ipv6-prefix-length\":23094280,\"vlan-id-inner\":45385157,\"vlan-id-outer\":7251303,\"is-floating\":true,\"resource-version\":\"1521306714686\",\"neutron-network-id\":\"example-neutron-network-id-val-91087\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-43501\"}]}]},\"sriov-vfs\":{\"sriov-vf\":[{\"pci-id\":\"example-pci-id-val-91063\",\"vf-vlan-filter\":\"example-vf-vlan-filter-val-77261\",\"vf-mac-filter\":\"example-vf-mac-filter-val-52679\",\"vf-vlan-strip\":true,\"vf-vlan-anti-spoof-check\":true,\"vf-mac-anti-spoof-check\":true,\"vf-mirrors\":\"example-vf-mirrors-val-39917\",\"vf-broadcast-allow\":true,\"vf-unknown-multicast-allow\":true,\"vf-unknown-unicast-allow\":true,\"vf-insert-stag\":true,\"vf-link-status\":\"example-vf-link-status-val-7159\",\"resource-version\":\"1521306714704\",\"neutron-network-id\":\"example-neutron-network-id-val-6599\"}]},\"l-interfaces\":{\"l-interface\":[{\"interface-name\":\"example-interface-name-val-31463\",\"interface-role\":\"example-interface-role-val-59891\",\"v6-wan-link-ip\":\"example-v6-wan-link-ip-val-37795\",\"selflink\":\"example-selflink-val-8079\",\"interface-id\":\"example-interface-id-val-7732\",\"macaddr\":\"example-macaddr-val-4153\",\"network-name\":\"example-network-name-val-95567\",\"management-option\":\"example-management-option-val-37882\",\"interface-description\":\"example-interface-description-val-49246\",\"is-port-mirrored\":true,\"resource-version\":\"1521306714716\",\"in-maint\":true,\"prov-status\":\"example-prov-status-val-679\",\"is-ip-unnumbered\":true,\"allowed-address-pairs\":\"example-allowed-address-pairs-val-51719\"}]},\"l3-interface-ipv4-address-list\":[{\"l3-interface-ipv4-address\":\"example-l3-interface-ipv4-address-val-25727\",\"l3-interface-ipv4-prefix-length\":72086436,\"vlan-id-inner\":49585016,\"vlan-id-outer\":31295411,\"is-floating\":true,\"resource-version\":\"1521306714727\",\"neutron-network-id\":\"example-neutron-network-id-val-60599\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-63673\"}],\"l3-interface-ipv6-address-list\":[{\"l3-interface-ipv6-address\":\"example-l3-interface-ipv6-address-val-23230\",\"l3-interface-ipv6-prefix-length\":52397550,\"vlan-id-inner\":90366390,\"vlan-id-outer\":74424116,\"is-floating\":true,\"resource-version\":\"1521306714738\",\"neutron-network-id\":\"example-neutron-network-id-val-8866\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-39258\"}]}]}}]}}]},\"flavors\":{\"flavor\":[{\"flavor-id\":\"acf8220b-4d96-4c30-a426-2e9382f3fff2\",\"flavor-name\":\"flavor-cpu-topology-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":65536,\"flavor-disk\":1048576,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"11a4bfe1-1993-4fda-bd1c-ef333b4f76a9\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"Intel64\",\"resource-version\":\"1521306714796\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['aes', 'sse', 'avx', 'smt']}}\",\"resource-version\":\"1521306714799\"}]},{\"hpa-capability-id\":\"23ec6d4d-7fee-48d8-9e4a-c598feb101ed\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714769\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":65536, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306714782\"},{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306714773\"}]},{\"hpa-capability-id\":\"9fa22e64-41b4-471f-96ad-6c4708635e4c\",\"hpa-feature\":\"cpuTopology\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714813\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numCpuThreads\",\"hpa-attribute-value\":\"{\\\"value\\\":8}\",\"resource-version\":\"1521306714841\"},{\"hpa-attribute-key\":\"numCpuCores\",\"hpa-attribute-value\":\"{\\\"value\\\":16}\",\"resource-version\":\"1521306714817\"},{\"hpa-attribute-key\":\"numCpuSockets\",\"hpa-attribute-value\":\"{\\\"value\\\":2}\",\"resource-version\":\"1521306714826\"}]}]},\"resource-version\":\"1521306714764\"},{\"flavor-id\":\"e5aa2b2e-3206-41b6-80d5-cf041b098c43\",\"flavor-name\":\"flavor-cpu-pinning-ovsdpdk-instruction-set\",\"flavor-vcpus\":32,\"flavor-ram\":131072,\"flavor-disk\":2097152,\"flavor-ephemeral\":128,\"flavor-swap\":\"0\",\"flavor-is-public\":false,\"flavor-selflink\":\"pXtX\",\"flavor-disabled\":false,\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"5565615b-1077-4bb5-a340-c5be48db2aaa\",\"hpa-feature\":\"basicCapabilities\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714950\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"numVirtualCpu\",\"hpa-attribute-value\":\"{\\\"value\\\":32}\",\"resource-version\":\"1521306714964\"},{\"hpa-attribute-key\":\"virtualMemSize\",\"hpa-attribute-value\":\"{\\\"value\\\":131072, \\\"unit\\\":\\\"MB\\\" }\",\"resource-version\":\"1521306714954\"}]},{\"hpa-capability-id\":\"9d36a8fe-bfee-446a-bbcb-881ee66c8f78\",\"hpa-feature\":\"ovsDpdk\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714876\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"dataProcessingAccelerationLibrary\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"v17.02\\\"}\",\"resource-version\":\"1521306714881\"}]},{\"hpa-capability-id\":\"d140c945-1532-4908-86c9-d7f71416f1dd\",\"hpa-feature\":\"cpuPinning\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714899\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"logicalCpuThreadPinningPolicy\",\"hpa-attribute-value\":\"{value:\\\"prefer\\\"}\",\"resource-version\":\"1521306714915\"},{\"hpa-attribute-key\":\"logicalCpuPinningPolicy\",\"hpa-attribute-value\":\"{\\\"value\\\":\\\"dedicated\\\"}\",\"resource-version\":\"1521306714904\"}]},{\"hpa-capability-id\":\"5d04f4d8-e257-4442-8417-19a525e56096\",\"hpa-feature\":\"cpuInstructionSetExtensions\",\"hpa-version\":\"v1\",\"architecture\":\"generic\",\"resource-version\":\"1521306714931\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"instructionSetExtensions\",\"hpa-attribute-value\":\"{\\\"value\\\":{['aes', 'avx']}}\",\"resource-version\":\"1521306714936\"}]}]},\"resource-version\":\"1521306714871\"}]},\"group-assignments\":{\"group-assignment\":[{\"group-id\":\"example-group-id-val-67573\",\"group-type\":\"example-group-type-val-91331\",\"group-name\":\"example-group-name-val-95940\",\"group-description\":\"example-group-description-val-89653\",\"resource-version\":\"1521306714983\"}]},\"snapshots\":{\"snapshot\":[{\"snapshot-id\":\"example-snapshot-id-val-31759\",\"snapshot-name\":\"example-snapshot-name-val-32860\",\"snapshot-architecture\":\"example-snapshot-architecture-val-2456\",\"snapshot-os-distro\":\"example-snapshot-os-distro-val-75068\",\"snapshot-os-version\":\"example-snapshot-os-version-val-8641\",\"application\":\"example-application-val-6391\",\"application-vendor\":\"example-application-vendor-val-52418\",\"application-version\":\"example-application-version-val-92869\",\"snapshot-selflink\":\"example-snapshot-selflink-val-69763\",\"prev-snapshot-id\":\"example-prev-snapshot-id-val-19500\",\"resource-version\":\"1521306714993\"}]},\"images\":{\"image\":[{\"image-id\":\"example-image-id-val-91485\",\"image-name\":\"example-image-name-val-86952\",\"image-architecture\":\"example-image-architecture-val-21769\",\"image-os-distro\":\"example-image-os-distro-val-15267\",\"image-os-version\":\"example-image-os-version-val-90601\",\"application\":\"example-application-val-41444\",\"application-vendor\":\"example-application-vendor-val-50626\",\"application-version\":\"example-application-version-val-11318\",\"image-selflink\":\"example-image-selflink-val-18790\",\"resource-version\":\"1521306715005\",\"metadata\":{\"metadatum\":[{\"metaname\":\"example-metaname-val-39609\",\"metaval\":\"example-metaval-val-62296\",\"resource-version\":\"1521306715009\"}]}}]},\"dvs-switches\":{\"dvs-switch\":[{\"switch-name\":\"example-switch-name-val-23942\",\"vcenter-url\":\"example-vcenter-url-val-7815\",\"resource-version\":\"1521306715024\"}]},\"oam-networks\":{\"oam-network\":[{\"network-uuid\":\"example-network-uuid-val-1062\",\"network-name\":\"example-network-name-val-96413\",\"cvlan-tag\":20601039,\"ipv4-oam-gateway-address\":\"example-ipv4-oam-gateway-address-val-92545\",\"ipv4-oam-gateway-address-prefix-length\":9067,\"resource-version\":\"1521306715034\"}]},\"availability-zones\":{\"availability-zone\":[{\"availability-zone-name\":\"example-availability-zone-name-val-37097\",\"hypervisor-type\":\"example-hypervisor-type-val-91298\",\"operational-status\":\"example-operational-status-val-4894\",\"resource-version\":\"1521306715044\"}]},\"relationship-list\":{\"relationship\":[{\"related-to\":\"complex\",\"relationship-label\":\"org.onap.relationships.inventory.LocatedIn\",\"related-link\":\"/aai/v13/cloud-infrastructure/complexes/complex/DLLSTX233\",\"relationship-data\":[{\"relationship-key\":\"complex.physical-location-id\",\"relationship-value\":\"DLLSTX233\"}]}]},\"vip-ipv4-address-list\":[{\"vip-ipv4-address\":\"example-vip-ipv4-address-val-9775\",\"vip-ipv4-prefix-length\":21779008,\"vlan-id-inner\":183626,\"vlan-id-outer\":7595139,\"is-floating\":true,\"resource-version\":\"1521306715054\",\"neutron-network-id\":\"example-neutron-network-id-val-61916\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-94467\"}],\"vip-ipv6-address-list\":[{\"vip-ipv6-address\":\"example-vip-ipv6-address-val-71778\",\"vip-ipv6-prefix-length\":54690289,\"vlan-id-inner\":37212492,\"vlan-id-outer\":58857577,\"is-floating\":true,\"resource-version\":\"1521306715064\",\"neutron-network-id\":\"example-neutron-network-id-val-2251\",\"neutron-subnet-id\":\"example-neutron-subnet-id-val-64440\"}],\"hpa-capabilities\":{\"hpa-capability\":[{\"hpa-capability-id\":\"example-hpa-capability-id-val-22083\",\"hpa-feature\":\"cloud-specific-hpa\",\"hpa-version\":\"example-hpa-version-val-64467\",\"architecture\":\"example-architecture-val-82451\",\"resource-version\":\"1521306715075\",\"hpa-feature-attributes\":[{\"hpa-attribute-key\":\"example-hpa-attribute-key-val-28058\",\"hpa-attribute-value\":\"example-hpa-attribute-value-val-74993\",\"resource-version\":\"1521306715078\"}]}]}}"
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"id": "0e9d73d0-a004-4920-a49c-7a7745acf8eb",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"id": "9832ce67-d72a-425a-942f-9f32b3922fa8",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"id": "b11f0c56-8d9d-4993-96d0-6d873d86a611",
			"key": "aai",
			"value": "https://172.25.103.6:8443/aai/v14",
			"type": "string"
		}
	]
}