NSX-T Data Center REST API
VnetStats (type)
{
"additionalProperties": false,
"description": "Stores statistics of the number of MANAGED and UNMANAGED virtual networks.",
"id": "VnetStats",
"module_id": "CloudServiceManager",
"properties": {
"error": {
"description": "The number of VNets with status NSX_GATEWAY_ERROR and NSX_COMPUTE_ERROR.",
"readonly": true,
"required": false,
"title": "Erroneous virtual networks",
"type": "integer"
},
"managed": {
"description": "The number of virtual networks with status NSX_MANAGED.",
"readonly": true,
"required": false,
"title": "Managed virtual networks",
"type": "integer"
},
"unmanaged": {
"description": "The number of vitual networks with status NSX_UNMANAGED.",
"readonly": true,
"required": false,
"title": "Unmanaged virtual networks",
"type": "integer"
}
},
"title": "Virtual Network statistics",
"type": "object"
}