Jerry Flood | 8a6b0b5 | 2017-11-12 15:44:21 -0500 | [diff] [blame] | 1 | { |
| 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 Yang | 279b658 | 2018-05-23 01:38:25 +0000 | [diff] [blame] | 11 | "postal-code": "68871", |
Jerry Flood | 8a6b0b5 | 2017-11-12 15:44:21 -0500 | [diff] [blame] | 12 | "country": "example-country-val-94173", |
| 13 | "region": "example-region-val-13893", |
| 14 | "latitude": "example-latitude-val-89101", |
Bin Yang | 279b658 | 2018-05-23 01:38:25 +0000 | [diff] [blame] | 15 | "longitude": "32.89948", |
| 16 | "elevation": "97.045443", |
Jerry Flood | 8a6b0b5 | 2017-11-12 15:44:21 -0500 | [diff] [blame] | 17 | "lata": "example-lata-val-46073", |
| 18 | "relationship-list": { |
| 19 | "relationship": [ |
| 20 | { |
| 21 | "related-to": "cloud-region", |
afenner | fcb0082 | 2018-06-14 07:56:19 +0000 | [diff] [blame^] | 22 | "related-link": "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/${region}", |
Jerry Flood | 8a6b0b5 | 2017-11-12 15:44:21 -0500 | [diff] [blame] | 23 | "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 | } |