Versions Compared

Key

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

...

Code Block
languagejs
collapsetrue
{
  			
"inventory_provider" : " "candidate_id":"NYCNY55",
   "inventorycandidate_type" : "cloud",
   "candidateinventory_idtype" : "cloud",
"uniqueness" : "   "inventory_provider":"aai",
   "cost" : "100",
"service_resource
   "location_id" : "NYCNY55",

   "location_id" : "",
"location_type" : "",

"vim-id" : "",
"cloud_region_version" : "",
"cloud_owner" : "",   

"physical_location_id" : "",
"complex_name" : "",
"latitude" : "",
"longitude" : "",
"city" : "",
"state" : "",
"region" : "",
"country" : "",

"sriov_automation" : "",
"flavors" : ""
}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",
   "flavors":{
      "flavor":[
         {
            "flavor-id":"9cf8220b-4d96-4c30-a426-2e9382f3fff2",
            "flavor-name":"flavor-numa-cpu-topology-instruction-set",
            "flavor-vcpus":64,
            "flavor-ram":65536,
            "flavor-disk":1048576,
            "flavor-ephemeral":128,
            "flavor-swap":"0",
            "flavor-is-public":false,
            "flavor-selflink":"pXtX",
            "flavor-disabled":false,
            "hpa-capabilities":{
               "hpa-capability":[
                  {
                     "hpa-capability-id":"8fa22e64-41b4-471f-96ad-6c4708635e4c",
                     "hpa-feature":"cpuTopology",
                     "hpa-version":"v1",
                     "architecture":"generic",
                     "resource-version":"1521306561109",
                     "hpa-feature-attributes":[
                        {
                           "hpa-attribute-key":"numCpuCores",
                           "hpa-attribute-value":"{\"value\":8}",
                           "resource-version":"1521306561114"
                        },
                        {
                           "hpa-attribute-key":"numCpuThreads",
                           "hpa-attribute-value":"{\"value\":8}",
                           "resource-version":"1521306561138"
                        },
                        {
                           "hpa-attribute-key":"numCpuSockets",
                           "hpa-attribute-value":"{\"value\":6}",
                           "resource-version":"1521306561126"
                        }
                     ]
                  }
               ]
            },
            "resource-version":"1521306560203"
         }
      ]
   }
}

MODEL

AttributeRequiredContentValuesDescription
location_infoYObject

location_id, location_type


complex_infoY

Object

physical_location_id, complex_name, latitude, longitude, state, country, city, region


cloud_infoNObjectcloud_region_version, cloud_owner
other attributesflavors
Objectflavors 
flavors,  sriov_automation automation




Service object

EXAMPLE

Code Block
languagejs
collapsetrue
{  			
"inventory_provider"  {
    "candidate_id": "1ac71fb8-ad43-4e16-9459-c3f372b8236d",
    "inventorycandidate_type" : "service",
    "candidateinventory_idtype" : "service",
"uniqueness"     "inventory_provider": "aai",
"cost"     "host_id": "vnf_123456",
"service_resource_id"     "cost": "100",

    "location_id" : "DLLSTX9A",
    "location_type": "azure",

    "latitude": "32.897480",

"vim-id"     "longitude": "-97.040443",
    "city": "Dallas",
"cloud_region_version"     "state": "TX",
    "country": "USA",
"cloud_owner"     "region": "US",
   

 "hostcomplex_idname" : "dalls_one",

    "vlancloud_keyowner" : "att-aic",
"port_key"     "cloud_region_version": "1.1",

"sriov_automation"     "physical_location_id": "DLLSTX9A",

}

MODEL

AttributeRequiredContentValuesDescription
location_infoYObject

location_id, location_type


vlan_infoY

Object

vlan_key, port_key


cloud_infoNObjectcloud_region_version, cloud_owner, vim_id





...