NSX-T Data Center REST API
Get quota details
Get quota detailsTo create, update, list and delete the Quota, please refer to Constraint APIs with 'constraint_expressions'
as 'EntityInstanceCountConstraintExpression'.
Request:
Method:
              GET
            URI Path(s):
              
                /policy/api/v1/orgs/{org-id}/projects/{project-id}/quota-stats
                
              
            Request Headers:
                n/a
            Query Parameters:
    QuotaStatsRequestParameter+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/orgs/org-1/projects/project-1/quota-stats?path_prefix=/orgs/org-1/projects/project-1 &constraint_path=/orgs/org-1/projects/project-1/infra/constraints/quota-1Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    QuotaStatsListResult+