NSX-T Data Center REST API
QuotaStatsRequestParameter (type)
{ "additionalProperties": false, "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. Please note, when this constraint path is given, only this constraint will be considered on given path_prefix for returning the quota status. - Sample example - 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 (exact match) with path-prefix of the quota. - Sample example - 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" }