latestOpenAPI 3.0.32026-08-10152216352.3 KB
eea119b4113f
Guardrails
Create a new Guardrail Rule
Creates a new guardrail rule with optional notification setup
post/guardrails
Request body
Example request
{
"id": "507f1f77bcf86cd799439012",
"accountId": "507f1f77bcf86cd799439012",
"createdBy": "John Doe",
"criteria": {
"resource": {
"actions": [
"create"
]
}
},
"notificationId": "507f1f77bcf86cd799439012"
}Response
Guardrail Rule Created Successfully
Example response
{
"ruleId": "507f1f77bcf86cd799439011",
"notificationId": "507f1f77bcf86cd799439012"
}