Get a suppression rule
GET {{baseUrl}}/api/v2/security_monitoring/configuration/suppressions/:suppression_id
Get the details of a specific suppression rule.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"creation_date":-78646947,"creator":{"handle":"john.doe@datadoghq.com","name":"John Doe"},"data_exclusion_query":"source:cloudtrail account_id:12345","description":"This rule suppresses low-severity signals in staging environments.","enabled":true,"expiration_date":1703187336000,"name":"Custom suppression","rule_query":"type:log_detection source:cloudtrail","suppression_query":"env:staging status:low","update_date":50312714,"updater":{"handle":"john.doe@datadoghq.com","name":"John Doe"},"version":42},"id":"3dd-0uc-h1s","type":"suppressions"}}