provider Static Analysis GET /api/v2/static-analysis/custom/rulesets/{ruleset_name}/rules/{rule_name}/revisions/{id}
@utdk/datadog /api/v2/static-analysis/custom/rulesets/{ruleset_name}/rules/{rule_name}/revisions/{id}
Show Custom Rule Revision
Get a specific revision of a custom rule
ruleset_name path required
The ruleset name
string
rule_name path required
The rule name
string
id path required
The revision ID
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
getcustomrulerevision
GET/api/v2/static-analysis/custom/rulesets/{ruleset_name}/rules/{rule_name}/revisions/{id}
Get a specific revision of a custom rule

Parameters

required

The ruleset name

required

The rule name

required

The revision ID

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.getcustomrulerevision()