Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 4 Next »

The "genericVnfs-fromPserver" query is a more efficient version of the vnfs-fromPserver query, and allows a client to provide A&AI with a pserver hostname and retrieve the generic-vnfs related to it. This query also supports pre-filtering the vnf results.


InputOutputUsersRelease(s)

pserver

optional vnfType, nfRole, nfNamingCode, and/or nfFunction

generic-vnfs
Casablanca


Details

Example payloads

{ 
"start":["cloud-infrastructure/pservers?fqdn={fqdn}"],
"query":"query/genericVnfs-fromPserver?vnfType={vnf-type}&nfFunction={nf-function}"
}

OR

{ 
"start":["cloud-infrastructure/pservers?hostname={hostname}"],
"query":"query/genericVnfs-fromPserver?nfNamingCode={nf-naming-code}"
}


The Traversal

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

pserver > generic-vnf
pserver > vserver > generic-vnf


  • No labels