The "cloud-region-and-source-FromConfiguration" query allows a client to provide A&AI with a configuration-id and retrieve the source cloud-region and source vnf..
Query needs to be submitted using format=simple&nodesOnly=true
Input | Output | Users | Release(s) |
---|---|---|---|
configuration-id | cloud-region generic-vnf (source vnf) | VID | Casablanca |
...
Example Output
Elite soft json viewer | ||||
---|---|---|---|---|
| ||||
{ "results": [ { "id": "4273582096", "node-type": "cloud-region", "properties": { "cloud-owner": "att-aicCloudOwner", "cloud-region-id": "cloudReg-11902Region1", "resource-version": "1519310214233", "sriov-automation": false }, "url": "/aai/v12v16/cloud-infrastructure/cloud-regions/cloud-region/att-aic/cloudReg-11902CloudOwner/Region1" }, { "id": "4982943744", "node-type": "generic-vnf", "properties": { "in-maint": true, "is-closed-loop-disabled": false, "orchestration-status": "active", "resource-version": "1519314710016", "service-id": "a9a77d5a-123e-4-11902", "vnf-id": "gVnf-11902", "vnf-name": "vnf-11902", "vnf-type": "1-11902" }, "url": "/aai/v12v16/network/generic-vnfs/generic-vnf/gVnf-11902" } ] } |
...