summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/tests/unit/data/candidate_list.json
blob: 789ab642eca23d9c439836d88e26f9a7d119e10d (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "candidate_list": [
    {
      "candidate_id": "1ac71fb8-ad43-4e16-9459-c3f372b8236d",
      "candidate_type": "service",
      "inventory_type": "service",
      "inventory_provider": "aai",
      "host_id": "vnf_123456",
      "cost": "100",
      "location_id": "DLLSTX55",
      "location_type": "azure",
      "latitude": "32.897480",
      "longitude": "-97.040443",
      "city": "Dallas",
      "state": "TX",
      "country": "USA",
      "region": "US",
      "complex_name": "dalls_one",
      "cloud_owner": "att-aic",
      "cloud_region_version": "1.1",
      "physical_location_id": "DLLSTX55",
      "vim-id": "att-aic_DLLSTX55"
    },
    {
      "candidate_id": "NYCNY55",
      "candidate_type": "cloud",
      "inventory_type": "cloud",
      "inventory_provider": "aai",
      "cost": "100",
      "location_id": "NYCNY55",
      "location_type": "azure",
      "latitude": "40.7128",
      "longitude": "-74.0060",
      "city": "New York",
      "state": "NY",
      "country": "USA",
      "region": "US",
      "complex_name": "ny_one",
      "cloud_owner": "att-aic",
      "cloud_region_version": "1.1",
      "physical_location_id": "NYCNY55",
      "vim-id": "att-aic_DLLSTX55"
    }
  ]
}