post https://api.armosec.io/api/v1/runtime/exceptions/new
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