provider Sensitive Data Scanner PATCH /api/v2/sensitive-data-scanner/config/groups/{group_id}
@utdk/datadog /api/v2/sensitive-data-scanner/config/groups/{group_id}
Update Scanning Group
Update a group, including the order of the rules. Rules within the group are reordered by including a rules relationship. If the rules relationship is present, its data section MUST contain linkages for all of the rules currently in the group, and MUST NOT contain any others.
group_id path required
The ID of a group of rules.
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.

updatescanninggroup
PATCH/api/v2/sensitive-data-scanner/config/groups/{group_id}
Update a group, including the order of the rules. Rules within the group are reordered by including a rules relationship. If the rules relationship is present, its data section MUST contain linkages for all of the rules currently in the group, and MUST NOT contain any others.

Parameters

required

The ID of a group of rules.

Input

required

Data related to the update of a group.

required

Meta payload containing information about the API.

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