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

Compare with Current View Page History

Version 1 Next »

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


InputOutputUsersRelease(s)

None

vnf-types = count of generic-vnfs


Casablanca


Details

Example payload

 

The Traversal

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

generic-vnfs > generic-vnf.groupCount().by('vnf-type')


Example Output

{"results": [    
	{"result": "SIModelName1/vSAMP10a=4"},    
	{"result": "ZZ=26"},    
	{"result": "vUSP - vCOM=3"},    
	{"result": "vIRC-X=2"},    
	{"result": "vpe-WL2432=1"},    
	{"result": "Test/v123=1"},    
	{"result": "vbng=7"}
]}
  • No labels