provider Static Analysis GET /api/v2/static-analysis/custom/rulesets/{ruleset_name}/rules/{rule_name}/revisions
@utdk/datadog /api/v2/static-analysis/custom/rulesets/{ruleset_name}/rules/{rule_name}/revisions
List Custom Rule Revisions
Get all revisions for a custom rule
ruleset_name path required
The ruleset name
string
rule_name path required
The rule name
string
page[offset] query
Pagination offset
integer
page[limit] query
Pagination limit
integer

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listcustomrulerevisions
GET/api/v2/static-analysis/custom/rulesets/{ruleset_name}/rules/{rule_name}/revisions
Get all revisions for a custom rule

Parameters

required

The ruleset name

required

The rule name

Pagination offset

Pagination limit

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.listcustomrulerevisions({
  "page[offset]": 0,
  "page[limit]": 10
})