Skip to content

Commit b610231

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Deprecate report-related endpoints from SLO documentation (#1871)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 22d0ac9 commit b610231

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189759,6 +189759,7 @@ paths:
189759189759
Please check the documentation regularly for updates.
189760189760
/api/v2/slo/report:
189761189761
post:
189762+
deprecated: true
189762189763
description: |-
189763189764
Create a job to generate an SLO report. The report job is processed asynchronously and eventually results in a CSV report being available for download.
189764189765

@@ -189821,10 +189822,12 @@ paths:
189821189822
operator: OR
189822189823
permissions:
189823189824
- slos_read
189825+
x-sunset: "2027-01-25"
189824189826
x-unstable: |-
189825-
**Note**: This feature is in private beta. To request access, use the request access form in the [Service Level Objectives](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-csv-export) docs.
189827+
**Note**: This feature is in private beta and is no longer accepting requests for access.
189826189828
/api/v2/slo/report/{report_id}/download:
189827189829
get:
189830+
deprecated: true
189828189831
description: |-
189829189832
Download an SLO report. This can only be performed after the report job has completed.
189830189833

@@ -189870,10 +189873,12 @@ paths:
189870189873
summary: Get SLO report
189871189874
tags:
189872189875
- Service Level Objectives
189876+
x-sunset: "2027-01-25"
189873189877
x-unstable: |-
189874-
**Note**: This feature is in private beta. To request access, use the request access form in the [Service Level Objectives](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-csv-export) docs.
189878+
**Note**: This feature is in private beta and is no longer accepting requests for access.
189875189879
/api/v2/slo/report/{report_id}/status:
189876189880
get:
189881+
deprecated: true
189877189882
description: Get the status of the SLO report job.
189878189883
operationId: GetSLOReportJobStatus
189879189884
parameters:
@@ -189921,8 +189926,9 @@ paths:
189921189926
summary: Get SLO report status
189922189927
tags:
189923189928
- Service Level Objectives
189929+
x-sunset: "2027-01-25"
189924189930
x-unstable: |-
189925-
**Note**: This feature is in private beta. To request access, use the request access form in the [Service Level Objectives](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-csv-export) docs.
189931+
**Note**: This feature is in private beta and is no longer accepting requests for access.
189926189932
/api/v2/slo/{slo_id}/status:
189927189933
get:
189928189934
description: |-

0 commit comments

Comments
 (0)