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
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.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.addroletorestrictionquery()