Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titlevCPE homing response (JSON)
collapsetrue
{
  "recommendations": [
    {
      "vG": {
        "inventory_provider": "aai",
        "candidate": {
          "candidate_id": "DLLSTX1A",
          "cloud_owner": "rackspace",
          "inventory_type": "cloud",
          "location_id": "DLLSTX1A",
          "location_type": "openstack-cloud"
        },
        "attributes": {
          "flavors": {
              "flavor_label_1": "vim_flavor_X",
              "flavor_label_2": "vim_flavor_Y"
          },
          "physical-location-id": "DLLSTX1223"
        }
      }
    },
    {
      "vGMuxInfra": {
        "inventory_provider": "aai",
        "candidate": {
          "candidate_id": "21d5f3e8-e714-4383-8f99-cc480144505a",
          "cloud_owner": "rackspace",
          "host_id": "vgmux_host_name",
          "inventory_type": "service",
          "location_id": "DLLSTX1A",
          "location_type": "openstack-cloud"
        },
        "attributes": {
          "physical-location-id": "DLLSTX1223"
        }
      }
    }
  ]
}