NSX-T Data Center REST API
VpcStats (schema)
VPC statistics
Stores statistics of the number of MANAGED and UNMANAGED VPCs.
| Name | Description | Type | Notes |
|---|---|---|---|
| error | Erroneous VPCs The number of VPCs with status NSX_GATEWAY_ERROR and NSX_COMPUTE_ERROR. |
integer | Readonly |
| managed | Managed VPCs The number of VPCs with status NSX_MANAGED. |
integer | Readonly |
| unmanaged | Unmanaged VPCs The number of VPCs with status NSX_UNMANAGED. |
integer | Readonly |