provider Security Monitoring PUT /api/v2/security_monitoring/content_packs/{content_pack_id}/activate
@utdk/datadog /api/v2/security_monitoring/content_packs/{content_pack_id}/activate
Activate content pack
Activate a security monitoring content pack. This operation configures the necessary log filters or security filters depending on the pricing model and updates the content pack activation state.
content_pack_id path required
The ID of the content pack to activate.
string

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.

activatecontentpack
PUT/api/v2/security_monitoring/content_packs/{content_pack_id}/activate
Activate a security monitoring content pack. This operation configures the necessary log filters or security filters depending on the pricing model and updates the content pack activation state.

Parameters

required

The ID of the content pack to activate.

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