...
...
...
...
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 |
Details
Table of Contents |
---|
...
Panel |
---|
configuration > logical-link (org.onap.relationships.inventory.Source) > l-interface > vserver > tenant > cloud-region configuration > logical-link (org.onap.relationships.inventory.Source) > l-interface > vserver > vf-module > generic-vnf |
Example Output
Code Block | language | js
---|
Elite soft json viewer |
{ "results": [ { "id": "4273582096", "node-type": "cloud-region", "properties": { "cloud-owner": "att-aic", "cloud-region-id": "cloudReg-11902", "resource-version": "1519310214233", "sriov-automation": false }, "url": "/aai/v12/cloud-infrastructure/cloud-regions/cloud-region/att-aic/cloudReg-11902" }, { "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/v12/network/generic-vnfs/generic-vnf/gVnf-11902" } ] } |