provider Security Monitoring GET /api/v2/cloud_security_management/resource_filters
@utdk/datadog /api/v2/cloud_security_management/resource_filters
List resource filters
List resource filters.
cloud_provider query
Filter resource filters by cloud provider (e.g. aws, gcp, azure).
string
account_id query
Filter resource filters by cloud provider account ID. This parameter is only valid when provider is specified.
string
skip_cache query
Skip cache for resource filters.
boolean

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getresourceevaluationfilters
GET/api/v2/cloud_security_management/resource_filters
List resource filters.

Filter resource filters by cloud provider (e.g. aws, gcp, azure).

Filter resource filters by cloud provider account ID. This parameter is only valid when provider is specified.

Skip cache for resource filters.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getresourceevaluationfilters()