NSX-T Data Center REST API
Get consumption details and other operational state for limits
This API returns the consumption and other operational state for limits. For example, in case of IPBlock quota limits,it returns all the quotas defined at the user role and how much of that limit is currently consumed, and its consumers.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/limits/state
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits/state
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits/state
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/limits/stateSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LimitStateListResult+