From 3825eb3c9777b83bb9fad9d48d5e10dd045c959f Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 24 Jul 2026 19:21:06 +0000 Subject: [PATCH] Regenerate client from commit d953cb9 of spec repo --- .generator/schemas/v2/openapi.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 203a2ac6c..92d598bce 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -189759,6 +189759,7 @@ paths: Please check the documentation regularly for updates. /api/v2/slo/report: post: + deprecated: true description: |- 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. @@ -189821,10 +189822,12 @@ paths: operator: OR permissions: - slos_read + x-sunset: "2027-01-25" x-unstable: |- - **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. + **Note**: This feature is in private beta and is no longer accepting requests for access. /api/v2/slo/report/{report_id}/download: get: + deprecated: true description: |- Download an SLO report. This can only be performed after the report job has completed. @@ -189870,10 +189873,12 @@ paths: summary: Get SLO report tags: - Service Level Objectives + x-sunset: "2027-01-25" x-unstable: |- - **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. + **Note**: This feature is in private beta and is no longer accepting requests for access. /api/v2/slo/report/{report_id}/status: get: + deprecated: true description: Get the status of the SLO report job. operationId: GetSLOReportJobStatus parameters: @@ -189921,8 +189926,9 @@ paths: summary: Get SLO report status tags: - Service Level Objectives + x-sunset: "2027-01-25" x-unstable: |- - **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. + **Note**: This feature is in private beta and is no longer accepting requests for access. /api/v2/slo/{slo_id}/status: get: description: |-