NSX-T Data Center REST API
Get consumption details and another operational state for limits for VPCs within a project
This API returns the consumption and other operational state for limits. For example, in case of IPBlock quota limits,it returns the quotas applied and how much quota is consumed. The response will contain a collection of such consumption
information for all VPCs within a project
Request:
Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/limits/state
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/orgs/default/projects/project-1/limits/stateSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LimitStateListResultForVpcs+