NSX-T Data Center REST API

VpcStats (type)

{
  "additionalProperties": false, 
  "description": "Stores statistics of the number of MANAGED and UNMANAGED VPCs.", 
  "id": "VpcStats", 
  "module_id": "CloudServiceManager", 
  "properties": {
    "error": {
      "description": "The number of VPCs with status NSX_GATEWAY_ERROR and NSX_COMPUTE_ERROR.", 
      "readonly": true, 
      "required": false, 
      "title": "Erroneous VPCs", 
      "type": "integer"
    }, 
    "managed": {
      "description": "The number of VPCs with status NSX_MANAGED.", 
      "readonly": true, 
      "required": false, 
      "title": "Managed VPCs", 
      "type": "integer"
    }, 
    "unmanaged": {
      "description": "The number of VPCs with status NSX_UNMANAGED.", 
      "readonly": true, 
      "required": false, 
      "title": "Unmanaged VPCs", 
      "type": "integer"
    }
  }, 
  "title": "VPC statistics", 
  "type": "object"
}