provider Security Monitoring GET /api/v2/security_monitoring/configuration/suppressions/{suppression_id}/version_history
@utdk/datadog /api/v2/security_monitoring/configuration/suppressions/{suppression_id}/version_history
Get a suppression's version history
Get a suppression's version history.
suppression_id path required
The ID of the suppression 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.

getsuppressionversionhistory
GET/api/v2/security_monitoring/configuration/suppressions/{suppression_id}/version_history
Get a suppression's version history.

Parameters

required

The ID of the suppression 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.getsuppressionversionhistory({
  "page[size]": 10,
  "page[number]": 0
})