provider Logs Restriction Queries POST /api/v2/logs/config/restriction_queries/{restriction_query_id}/roles
@utdk/datadog /api/v2/logs/config/restriction_queries/{restriction_query_id}/roles
Grant role to a restriction query
Adds a role to a restriction query. **Note**: This operation automatically grants the `logs_read_data` permission to the role if it doesn't already have it.
restriction_query_id path required
The ID of the restriction query.
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.

addroletorestrictionquery
POST/api/v2/logs/config/restriction_queries/{restriction_query_id}/roles
Adds a role to a restriction query. **Note**: This operation automatically grants the `logs_read_data` permission to the role if it doesn't already have it.

Parameters

required

The ID of the restriction query.

Input

Relationship to role object.

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