Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-10 19:43:12.636369",
"spec_repo_commit": "fb5c5947"
"regenerated": "2025-07-10 21:04:05.216182",
"spec_repo_commit": "fe6b4ea7"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-10 19:43:12.654258",
"spec_repo_commit": "fb5c5947"
"regenerated": "2025-07-10 21:04:05.232966",
"spec_repo_commit": "fe6b4ea7"
}
}
}
18 changes: 12 additions & 6 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56371,7 +56371,8 @@ paths:
operator: OR
permissions:
- observability_pipelines_read
x-unstable: '**Note**: This endpoint is in Preview.'
x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
to request access.'
post:
description: Create a new pipeline.
operationId: CreatePipeline
Expand Down Expand Up @@ -56403,7 +56404,8 @@ paths:
operator: OR
permissions:
- observability_pipelines_deploy
x-unstable: '**Note**: This endpoint is in Preview.'
x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
to request access.'
/api/v2/remote_config/products/obs_pipelines/pipelines/validate:
post:
description: 'Validates a pipeline configuration without creating or updating
Expand Down Expand Up @@ -56439,7 +56441,8 @@ paths:
operator: OR
permissions:
- observability_pipelines_read
x-unstable: '**Note**: This endpoint is in Preview.'
x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
to request access.'
/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}:
delete:
description: Delete a pipeline.
Expand Down Expand Up @@ -56481,7 +56484,8 @@ paths:
operator: OR
permissions:
- observability_pipelines_delete
x-unstable: '**Note**: This endpoint is in Preview.'
x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
to request access.'
get:
description: Get a specific pipeline by its ID.
operationId: GetPipeline
Expand Down Expand Up @@ -56514,7 +56518,8 @@ paths:
operator: OR
permissions:
- observability_pipelines_read
x-unstable: '**Note**: This endpoint is in Preview.'
x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
to request access.'
put:
description: Update a pipeline.
operationId: UpdatePipeline
Expand Down Expand Up @@ -56555,7 +56560,8 @@ paths:
operator: OR
permissions:
- observability_pipelines_deploy
x-unstable: '**Note**: This endpoint is in Preview.'
x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
to request access.'
/api/v2/restriction_policy/{resource_id}:
delete:
description: Deletes the restriction policy associated with a specified resource.
Expand Down
Loading