provider Security Monitoring PATCH /api/v2/security/findings/cases/{case_id}
@utdk/datadog /api/v2/security/findings/cases/{case_id}
Attach security findings to a case
Attach security findings to a case. You can attach up to 50 security findings per case. Security findings that are already attached to another case will be detached from their previous case and attached to the specified case.
case_id path required
Unique identifier of the case to attach security findings to
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.

attachcase
PATCH/api/v2/security/findings/cases/{case_id}
Attach security findings to a case. You can attach up to 50 security findings per case. Security findings that are already attached to another case will be detached from their previous case and attached to the specified case.

Parameters

required

Unique identifier of the case to attach security findings to

Input

Data of the case to attach security findings to.

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