v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity Monitoring
Get critical assets affecting a specific rule
Get the list of critical assets that affect a specific existing rule by the rule's ID.
get/api/v2/security_monitoring/configuration/critical_assets/rules/{rule_id}
Path parameters
rule_idstring required
The ID of the rule.
Response
OK
Example response
{
"data": [
{
"attributes": {
"creation_author_id": 367742,
"creator": {
"handle": "john.doe@datadoghq.com",
"name": "John Doe"
},
"description": "Production database servers handling PII",
"enabled": true,
"query": "security:monitoring",
"rule_query": "type:log_detection source:cloudtrail",
"severity": "increase",
"tags": [
"team:database",
"source:cloudtrail"
],
"update_author_id": 367743,
"updater": {
"handle": "john.doe@datadoghq.com",
"name": "John Doe"
},
"version": 2
},
"id": "4e2435a5-6670-4b8f-baff-46083cd1c250",
"type": "critical_assets"
}
]
}