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.
...
Input | Output | Users | Release(s) |
---|---|---|---|
pserver optional vnfType, nfRole, nfNamingCode, and/or nfFunction | generic-vnfs | Casablanca |
Details
...
Code Block | ||
---|---|---|
| ||
{ "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.
Code Block |
---|
pserver > generic-vnf
pserver > vserver > generic-vnf |