Retrieve constraints
GET/api/management/policy/constraint
Retrieve constraint templates registered in this control plane
Request
Responses
- 200
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
idnumber
typeConstraintType (string)required
Possible values: [ATOMIC
, LOGICAL
]
titlestringrequired
descriptionstring
[
{
"id": 0,
"type": "ATOMIC",
"title": "string",
"description": "string"
}
]
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}