Functest scripts, simulators, and payloads
[optf/osdf.git] / test / functest / simulators / has-api / response-payloads / flow1-success-simple / status-done.json
1 {
2   "plans": [
3     {
4       "status": "done",
5       "id": "plan_id",
6       "name": "Plan Name 1",
7       "links": [
8         [
9           {
10             "href": "http://conductor:8091/v1/plans/plan_id",
11             "rel": "self"
12           }
13         ]
14       ],
15       "recommendations": [
16         {
17           "vG": {
18             "inventory_provider": "aai",
19             "candidate": {
20               "candidate_id": "DLLSTX1A",
21               "cloud_owner": "CloudOwner1",
22               "inventory_type": "cloud",
23               "location_id": "DLLSTX1A",
24               "location_type": "openstack-cloud"
25             },
26             "attributes": {
27               "flavors": {
28                 "flavor_label_1": "vim_flavor_X",
29                 "flavor_label_2": "vim_flavor_Y"
30               },
31               "cloud_owner": "CloudOwner1",
32               "physical-location-id": "DLLSTX1A",
33               "cloud_version": "3.0",
34               "vim-id": "CloudOwner1_DLLSTX1A"
35             }
36           }
37         },
38         {
39           "vGMuxInfra": {
40             "attributes": {
41               "host_id": "vgmux_host_name",
42               "cloud_owner": "CloudOwner1",
43               "physical-location-id": "DLLSTX1A",
44               "service_instance_id": "21d5f3e8-e714-4383-8f99-cc480144505a",
45               "cloud_version": "3.0",
46               "vim-id": "CloudOwner1_DLLSTX1A"
47             },
48             "inventory_provider": "aai",
49             "service_resource_id": "12345",
50             "candidate": {
51               "is_rehome": "false",
52               "location_id": "DLLSTX1A",
53               "inventory_type": "service",
54               "candidate_id": "21d5f3e8-e714-4383-8f99-cc480144505a",
55               "host_id": "vgmux_host_name",
56               "cloud_owner": "CloudOwner1",
57               "location_type": "openstack-cloud"
58             }
59           }
60         }
61       ]
62     }
63   ]
64 }