NSX-T Data Center REST API
QuotaStatsRequestParameter (type)
{ "description": "Quota details will be populated in the response body for given policy resource path.", "id": "QuotaStatsRequestParameter", "module_id": "PolicyMultiTenancyQuota", "properties": { "constraint_path": { "description": "Constraint path to retrive the quota details. - Sample examples - constraint_path=/orgs/org-1/projects/project-1/infra/constraints/constraint-1", "required": false, "title": "Constraint path to retrive the quota details.", "type": "string" }, "path_prefix": { "description": "Path prefix for retriving the quota details. This value will be compared with path-prefix of the quota. - Sample examples - path_prefix=/orgs/org-1/projects/project-1", "required": true, "title": "Path prefix for retriving the quota details.", "type": "string" } }, "title": "Filter to populate quota details", "type": "object" }