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

Query Params
string
required

Unique identifier for the customer.

Body Params

Request body containing policy exception details.

policyIDs
array of strings

Array of policy IDs to create exceptions for.

policyIDs
string

Type of policy exception.

string

Reason for creating the exception.

resources
array of objects

Resources to which the exception applies.

resources
Responses
200
400
401
403
Language
Credentials
URL
Response
Click Try It! to start a request and see the response here!