rum_teams_ownership_mapping_operations
Creates, updates, deletes, gets or lists a rum_teams_ownership_mapping_operations resource.
Overview
| Name | rum_teams_ownership_mapping_operations |
| Type | Resource |
| Id | datadog.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
create_teams_ownership_mappings_batch | insert | atomic:operations | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
site | string | The 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
- create_teams_ownership_mappings_batch
- Manifest
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
;
# Description fields are for documentation purposes
- name: rum_teams_ownership_mapping_operations
props:
- name: atomic:operations
description: |
The list of add and remove operations to apply atomically.
value:
- data:
attributes:
application_id: "{{ application_id }}"
match_type: "{{ match_type }}"
service: "{{ service }}"
team_handle: "{{ team_handle }}"
view_name: "{{ view_name }}"
type: "{{ type }}"
op: "{{ op }}"
ref:
id: "{{ id }}"
type: "{{ type }}"