NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Returns capacity usage data for NSX objects |
GET /policy/api/v1/infra/capacity/dashboard/usage
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/capacity/dashboard/usage |
Returns warning threshold(s) set for NSX Objects.Returns warning threshold(s) set for NSX Objects. |
GET /policy/api/v1/infra/capacity/threshold
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/capacity/threshold |
Updates the thresholds for specified NSX Objects.Updates the warning threshold(s) for NSX Objects specified, does not modify thresholds for any other objects. Threshold type NUMBER_OF_GATEWAY_POLICY is deprecated instead use NUMBER_OF_GATEWAY_FIREWALL_RULES. |
PATCH /policy/api/v1/infra/capacity/threshold
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/capacity/threshold |
Updates the warning threshold(s) for NSX Objects.Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s). Threshold list in the request must contain value for GLOBAL_DEFAULT threshold_type which represents global thresholds. Threshold type NUMBER_OF_GATEWAY_POLICY is deprecated instead use NUMBER_OF_GATEWAY_FIREWALL_RULES. |
PUT /policy/api/v1/infra/capacity/threshold
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/capacity/threshold |
Returns capacity usage data for NSX objects |
GET /policy/api/v1/infra/capacity/usage
(Deprecated)
|