Skip to content

Commit d998f08

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 76db663 of spec repo
1 parent 8bf5752 commit d998f08

34 files changed

Lines changed: 98 additions & 1356 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 18 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -81022,16 +81022,13 @@ paths:
8102281022
appKeyAuth: []
8102381023
- AuthZ:
8102481024
- user_access_read
81025-
summary: Get all datasets
81025+
summary: Get all Data Access Control datasets
8102681026
tags:
81027-
- Datasets
81027+
- Data Access Controls
8102881028
"x-permission":
8102981029
operator: OR
8103081030
permissions:
8103181031
- user_access_read
81032-
x-unstable: |-
81033-
**Note: Data Access is in preview. If you have any feedback,
81034-
contact [Datadog support](https://docs.datadoghq.com/help/).**
8103581032
post:
8103681033
description: |-
8103781034
Create a dataset with the configurations in the request.
@@ -81074,17 +81071,14 @@ paths:
8107481071
appKeyAuth: []
8107581072
- AuthZ:
8107681073
- user_access_manage
81077-
summary: Create a dataset
81074+
summary: Create a Data Access Control dataset
8107881075
tags:
81079-
- Datasets
81076+
- Data Access Controls
8108081077
x-codegen-request-body-name: body
8108181078
x-permission:
8108281079
operator: OR
8108381080
permissions:
8108481081
- user_access_manage
81085-
x-unstable: |-
81086-
**Note: Data Access is in preview. If you have any feedback,
81087-
contact [Datadog support](https://docs.datadoghq.com/help/).**
8108881082
/api/v2/datasets/{dataset_id}:
8108981083
delete:
8109081084
description: Deletes the dataset associated with the ID.
@@ -81107,16 +81101,13 @@ paths:
8110781101
appKeyAuth: []
8110881102
- AuthZ:
8110981103
- user_access_manage
81110-
summary: Delete a dataset
81104+
summary: Delete a Data Access Control dataset
8111181105
tags:
81112-
- Datasets
81106+
- Data Access Controls
8111381107
"x-permission":
8111481108
operator: OR
8111581109
permissions:
8111681110
- user_access_manage
81117-
x-unstable: |-
81118-
**Note: Data Access is in preview. If you have any feedback,
81119-
contact [Datadog support](https://docs.datadoghq.com/help/).**
8112081111
get:
8112181112
description: Retrieves the dataset associated with the ID.
8112281113
operationId: GetDataset
@@ -81142,15 +81133,12 @@ paths:
8114281133
appKeyAuth: []
8114381134
- AuthZ:
8114481135
- user_access_read
81145-
summary: Get a single dataset by ID
81136+
summary: Get a Data Access Control dataset by ID
8114681137
tags:
81147-
- Datasets
81138+
- Data Access Controls
8114881139
"x-permission":
8114981140
operator: OPEN
8115081141
permissions: []
81151-
x-unstable: |-
81152-
**Note: Data Access is in preview. If you have any feedback,
81153-
contact [Datadog support](https://docs.datadoghq.com/help/).**
8115481142
put:
8115581143
description: |-
8115681144
Edits the dataset associated with the ID.
@@ -81184,17 +81172,14 @@ paths:
8118481172
appKeyAuth: []
8118581173
- AuthZ:
8118681174
- user_access_manage
81187-
summary: Edit a dataset
81175+
summary: Edit a Data Access Control dataset
8118881176
tags:
81189-
- Datasets
81177+
- Data Access Controls
8119081178
x-codegen-request-body-name: body
8119181179
"x-permission":
8119281180
operator: OR
8119381181
permissions:
8119481182
- user_access_manage
81195-
x-unstable: |-
81196-
**Note: Data Access is in preview. If you have any feedback,
81197-
contact [Datadog support](https://docs.datadoghq.com/help/).**
8119881183
/api/v2/deletion/data/{product}:
8119981184
post:
8120081185
description: Creates a data deletion request by providing a query and a timeframe targeting the proper data.
@@ -110369,13 +110354,16 @@ tags:
110369110354
organization.
110370110355
name: Dashboard Lists
110371110356
- description: |-
110372-
The Data Deletion API allows the user to target and delete data from the allowed products. It's currently enabled for Logs and RUM and depends on `logs_delete_data` and `rum_delete_data` permissions respectively.
110373-
name: Data Deletion
110374-
- description: |-
110375-
Data Access Controls in Datadog is a feature that allows administrators and access managers to regulate
110357+
Manage [Data Access Controls](https://docs.datadoghq.com/account_management/rbac/data_access/)
110358+
programmatically using Datasets.
110359+
110360+
Data Access Controls in Datadog allows administrators and access managers to regulate
110376110361
access to sensitive data. By defining Restricted Datasets, you can ensure that only specific teams or roles can
110377110362
view certain types of telemetry (for example, logs, traces, metrics, and RUM data).
110378-
name: Datasets
110363+
name: Data Access Controls
110364+
- description: |-
110365+
The Data Deletion API allows the user to target and delete data from the allowed products. It's currently enabled for Logs and RUM and depends on `logs_delete_data` and `rum_delete_data` permissions respectively.
110366+
name: Data Deletion
110379110367
- description: |-
110380110368
Manage Deployment Gates using this API to reduce the likelihood and impact of incidents caused by deployments. See the [Deployment Gates documentation](https://docs.datadoghq.com/deployment_gates/) for more information.
110381110369
name: Deployment Gates

cassettes/v2/Datasets_304632144/Create-a-dataset-returns-Bad-Request-response_430521186/frozen.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

cassettes/v2/Datasets_304632144/Create-a-dataset-returns-Bad-Request-response_430521186/recording.har

Lines changed: 0 additions & 67 deletions
This file was deleted.

cassettes/v2/Datasets_304632144/Create-a-dataset-returns-Conflict-response_2550608988/frozen.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

cassettes/v2/Datasets_304632144/Create-a-dataset-returns-Conflict-response_2550608988/recording.har

Lines changed: 0 additions & 162 deletions
This file was deleted.

cassettes/v2/Datasets_304632144/Create-a-dataset-returns-OK-response_1489201120/frozen.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)