blob: 6ae3c0d08ee059d223c65b165c77a1345b0ba04f [file] [log] [blame]
Jerry Flood8a6b0b52017-11-12 15:44:21 -05001 {
DR695H3bb6cf42019-06-20 15:04:04 -04002 "complex-name": "{{complex_name}}",
3 "physical-location-id": "{{physical_location_id}}",
Jerry Flood8a6b0b52017-11-12 15:44:21 -05004 "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",
DR695H3bb6cf42019-06-20 15:04:04 -040022 "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",
DR695H3bb6cf42019-06-20 15:04:04 -040026 "relationship-value": "{{cloud_owner}}"
Jerry Flood8a6b0b52017-11-12 15:44:21 -050027 },
28 {
29 "relationship-key": "cloud-region.cloud-region-id",
DR695H3bb6cf42019-06-20 15:04:04 -040030 "relationship-value": "{{region}}"
Jerry Flood8a6b0b52017-11-12 15:44:21 -050031 }
32 ],
33 "related-to-property": [
34 {
35 "property-key": "cloud-region.owner-defined-type",
DR695H3bb6cf42019-06-20 15:04:04 -040036 "property-value": "{{owner_defined_type}}"
Jerry Flood8a6b0b52017-11-12 15:44:21 -050037 }
38 ]
39 }
40 ]
41 }
42 }