Skip to main content

rum_teams_ownership_mapping_operations

Creates, updates, deletes, gets or lists a rum_teams_ownership_mapping_operations resource.

Overview

Namerum_teams_ownership_mapping_operations
TypeResource
Iddatadog.digital_experience.rum_teams_ownership_mapping_operations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
create_teams_ownership_mappings_batchinsertatomic:operationsAdd and remove teams ownership mappings for your organization in a single atomic request, following<br />the JSON:API [atomic operations extension](https:​//jsonapi.org/ext/atomic/).<br />Operations are applied together: if any operation is invalid, none of the operations are applied.<br />Add operations are processed before remove operations, so results may not appear in the same<br />order as the request.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
sitestringThe Datadog site (region) for your organization, for example datadoghq.com, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ap2.datadoghq.com, datadoghq.eu, ddog-gov.com. Resolved from the DD_SITE environment variable when set. Optional: defaults to datadoghq.com, or the value of the DD_SITE environment variable when set; a WHERE value overrides both.

INSERT examples

Add and remove teams ownership mappings for your organization in a single atomic request, following<br />the JSON:API [atomic operations extension](https:​//jsonapi.org/ext/atomic/).<br />Operations are applied together: if any operation is invalid, none of the operations are applied.<br />Add operations are processed before remove operations, so results may not appear in the same<br />order as the request.

INSERT INTO datadog.digital_experience.rum_teams_ownership_mapping_operations (
atomic:operations
)
SELECT
'{{ atomic:operations }}' /* required */
RETURNING
atomic:results,
errors
;