provider Security Monitoring POST /api/v2/security_monitoring/rules/{rule_id}/test
@utdk/datadog /api/v2/security_monitoring/rules/{rule_id}/test
Test an existing rule
Test an existing rule.
rule_id path required
The ID of the rule.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
testexistingsecuritymonitoringrule
POST/api/v2/security_monitoring/rules/{rule_id}/test
Test an existing rule.

Parameters

required

The ID of the rule.

Input

Test a rule.

Data payloads used to test rules query with the expected result.

Configure credentials above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.testexistingsecuritymonitoringrule()