Policy > Infra > Constraints

Associated URIs:

API Description API Path

List tenant Constraints.


List tenant constraints.
GET /policy/api/v1/infra/constraints
GET /policy/api/v1/global-infra/constraints

Delete tenant Constraint.


Delete tenant constraint.
DELETE /policy/api/v1/infra/constraints/<constraint-id>

Read tenant Constraint.


Read tenant constraint.
GET /policy/api/v1/infra/constraints/<constraint-id>
GET /policy/api/v1/global-infra/constraints/<constraint-id>

Create or update tenant Constraint


Create tenant constraint if not exists, otherwise update the existing constraint.
PATCH /policy/api/v1/infra/constraints/<constraint-id>

Create or update tenant Constraint


Create tenant constraint if it does not exist,
otherwise replace the existing constraint.
PUT /policy/api/v1/infra/constraints/<constraint-id>