You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The "closed-loop" query allows a client to provide A&AI a vserver and retrieve the other data needed as input to the closed loop action, such as the related VNF, service instance, VF modules, tenant and cloud region.

This query is meant to replace the named query "closed-loop-named-query", which had named query uuid "4ff56a54-9e3f-46b7-a337-07a1d3c6b469". The format closest to the original query can be achieved with ?format=simple


InputOutputUsersRelease(s)

vserver

vserver

generic-vnf

model-ver

model

service-instance

vf-module

tenant

cloud-region


Dublin


Details

Example payload

{
"start" : "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}",
"query" : "query/closed-loop"
}


The Traversal

Only objects at the end of a line will be returned.

vserver
vserver > generic-vnf
    generic-vnf > model-ver
          model-ver > model
    generic-vnf > service-instance
          service-instance > model-ver
                  model-ver > model
          service-instance > generic-vnf
    generic-vnf > vf-module
           vf-module > model-ver
                  model-ver > model
vserver > tenant
    tenant > cloud-region


Example Output

 
  • No labels