Creates a new policy exception for specified resources.

Query params

customerGUID - required. Unique identifier for the customer.

Request object

The request body contains details about the runtime exception policy to be created.

Request object examples

Create an exception for a runtime incident for all EC2 instances:

{
"policyIDs": ["I006"],
"reason": "Approved business requirement for this runtime behavior",
"policyType": "runtimeIncidentExceptionPolicy",
"resources": [
{
"designatorType": "Attributes",
"attributes": {
"accountID": "",
"cloudProvider": "",
"cluster": "",
"kind": "",
"name": "",
"namespace": "",
"region": "",
"service": "EC2Instance"
}
}
]
}

policyType: securityRiskExceptionPolicy, runtimeIncidentExceptionPolicy

Language
Credentials
URL
Click Try It! to start a request and see the response here!