provider Security Monitoring GET /api/v2/security_monitoring/rules/{rule_id}/version_history
@utdk/datadog /api/v2/security_monitoring/rules/{rule_id}/version_history
Get a rule's version history
Get a rule's version history.
rule_id path required
The ID of the rule.
string
page[size] query
Size for a given page. The maximum allowed value is 100.
integer
page[number] query
Specific page number to return.
integer

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.

getruleversionhistory
GET/api/v2/security_monitoring/rules/{rule_id}/version_history
Get a rule's version history.

Parameters

required

The ID of the rule.

Size for a given page. The maximum allowed value is 100.

Specific page number to return.

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.getruleversionhistory({
  "page[size]": 10,
  "page[number]": 0
})