NSX-T Data Center REST API

QuotaStatsRequestParameter (schema)

Filter to populate quota details

Quota details will be populated in the response body for given policy resource path.

Name Description Type Notes
constraint_path Constraint path to retrive the quota details.

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
string
path_prefix Path prefix for retriving the quota details.

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/
string Required