blob: 3e0ac8714767ece77e3c9e7e5e8dbb20588b7459 [file] [log] [blame]
Jerry Flood8a6b0b52017-11-12 15:44:21 -05001 {
2 "complex-name": "${complex_name}",
3 "physical-location-id": "${physical_location_id}",
4 "data-center-code": "example-data-center-code-val-5556",
5 "identity-url": "example-identity-url-val-56898",
6 "physical-location-type": "example-physical-location-type-val-7608",
7 "street1": "example-street1-val-34205",
8 "street2": "example-street2-val-99210",
9 "city": "example-city-val-27150",
10 "state": "example-state-val-59487",
Bin Yang279b6582018-05-23 01:38:25 +000011 "postal-code": "68871",
Jerry Flood8a6b0b52017-11-12 15:44:21 -050012 "country": "example-country-val-94173",
13 "region": "example-region-val-13893",
14 "latitude": "example-latitude-val-89101",
Bin Yang279b6582018-05-23 01:38:25 +000015 "longitude": "32.89948",
16 "elevation": "97.045443",
Jerry Flood8a6b0b52017-11-12 15:44:21 -050017 "lata": "example-lata-val-46073",
18 "relationship-list": {
19 "relationship": [
20 {
21 "related-to": "cloud-region",
afennerfcb00822018-06-14 07:56:19 +000022 "related-link": "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/${region}",
Jerry Flood8a6b0b52017-11-12 15:44:21 -050023 "relationship-data": [
24 {
25 "relationship-key": "cloud-region.cloud-owner",
26 "relationship-value": "${cloud_owner}"
27 },
28 {
29 "relationship-key": "cloud-region.cloud-region-id",
30 "relationship-value": "${region}"
31 }
32 ],
33 "related-to-property": [
34 {
35 "property-key": "cloud-region.owner-defined-type",
36 "property-value": "${owner_defined_type}"
37 }
38 ]
39 }
40 ]
41 }
42 }