aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/payloads/resource/cloud-region.json
blob: 0c4855d2a30a69f08938073cf0dc3f890ac6eecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "cloud-owner": "testOwner",
  "cloud-region-id": "testRegionOne",
  "tenants": {
    "tenant": [
      {
        "tenant-id": "test-tenant-id",
        "tenant-name": "tenant-name"
      }
    ]
  }
}