blob: 993d3df0375a481c639b0037d9f2508c79fa49b0 (
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
|
{
"cloud-owner": "Sample-att-aic",
"cloud-region-id": "Sample-AAIAIC25",
"tenants": {
"tenant": [
{
"tenant-id" : "Sample-TenantId",
"tenant-name" : "Sample-TenantName"
}
]
},
"relationship-list": {
"relationship": [
{
"related-link": "/aai/v12/cloud-infrastructure/complexes/complex/complex1",
"related-to": "complex",
"relationship-data": [
{
"relationship-key": "complex.physical-location-id",
"relationship-value": "complex1"
}
],
"relationship-label": "org.onap.relationships.inventory.LocatedIn"
}
]
}
}
|