v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Security Monitoring

Get all critical assets

Get the list of all critical assets.

get/api/v2/security_monitoring/configuration/critical_assets

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"
    }
  ]
}