You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -189759,6 +189759,7 @@ paths:
189759
189759
Please check the documentation regularly for updates.
189760
189760
/api/v2/slo/report:
189761
189761
post:
189762
+
deprecated: true
189762
189763
description: |-
189763
189764
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.
189764
189765
@@ -189821,10 +189822,12 @@ paths:
189821
189822
operator: OR
189822
189823
permissions:
189823
189824
- slos_read
189825
+
x-sunset: "2027-01-25"
189824
189826
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.
189826
189828
/api/v2/slo/report/{report_id}/download:
189827
189829
get:
189830
+
deprecated: true
189828
189831
description: |-
189829
189832
Download an SLO report. This can only be performed after the report job has completed.
189830
189833
@@ -189870,10 +189873,12 @@ paths:
189870
189873
summary: Get SLO report
189871
189874
tags:
189872
189875
- Service Level Objectives
189876
+
x-sunset: "2027-01-25"
189873
189877
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.
189875
189879
/api/v2/slo/report/{report_id}/status:
189876
189880
get:
189881
+
deprecated: true
189877
189882
description: Get the status of the SLO report job.
189878
189883
operationId: GetSLOReportJobStatus
189879
189884
parameters:
@@ -189921,8 +189926,9 @@ paths:
189921
189926
summary: Get SLO report status
189922
189927
tags:
189923
189928
- Service Level Objectives
189929
+
x-sunset: "2027-01-25"
189924
189930
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.
0 commit comments