Versions Compared

Key

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

The "count-vnf-byVnfType" query allows a client to get a list of the number of generic-vnfs for each vnf type.

This query only works with "format=console".


InputOutputUsersRelease(s)

None

vnf-types = count of generic-vnfs


Casablanca

...

Example payload

Code Block
languagejs
{
  "start" : ["network/generic-vnfs"],
  "query" : "query/count-vnf-byVnfType"
}

The Traversal

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

...