summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-lcm_locations.json
blob: 5cce8064fa08b596b8a5e355d165a175e6ee04bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "cloud-owner": "City B",
    "cloud-region-id": "Edge_TIC01"
  },
  {
    "cloud-owner": "City A",
    "cloud-region-id": "Core_TIC01"
  },
  {
    "cloud-owner": "City D",
    "cloud-region-id": "Edge_TIC01"
  },
  {
    "cloud-owner": "City C",
    "cloud-region-id": "Edge_TIC01"
  }
]