Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The "cloudRegion-fromNfTypeVendorVersion" query allows a client to provide A&AI with an nf-type, application-vendor, and optional application-version and retrieve the cloud-regions.


InputOutputUsersRelease(s)

nf-type

application-vendor

optional application-version

cloud-region


Amsterdam

...

Elite soft json viewer
width800
height200
{
  "start":["nodes/image?application-vendor={application-vendor}"],
  "query":"query/cloudRegion-fromNfTypeVendorVersion?nfType={nf-type}"
}


OR

Elite soft json viewer
width800
height200
{
  "start":["nodes/image?application-vendor={application-vendor}&application-version={application-version}"],
  "query":"query/cloudRegion-fromNfTypeVendorVersion?nfType={nf-type}"
}

...