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: packages/datadog-api-client-v1/apis/DowntimesApi.ts
+7-7
Original file line number
Diff line number
Diff line change
@@ -807,7 +807,7 @@ export class DowntimesApi {
807
807
}
808
808
809
809
/**
810
-
* Cancel a downtime.
810
+
* Cancel a downtime. **Note:** This endpoint has been deprecated. Please use v2 endpoints.
811
811
* @param param The request object
812
812
*/
813
813
publiccancelDowntime(
@@ -828,7 +828,7 @@ export class DowntimesApi {
828
828
}
829
829
830
830
/**
831
-
* Delete all downtimes that match the scope of `X`.
831
+
* Delete all downtimes that match the scope of `X`. **Note:** This only interacts with Downtimes created using v1 endpoints. This endpoint has been deprecated and will not be replaced. Please use v2 endpoints to find and cancel downtimes.
832
832
* @param param The request object
833
833
*/
834
834
publiccancelDowntimesByScope(
@@ -849,7 +849,7 @@ export class DowntimesApi {
849
849
}
850
850
851
851
/**
852
-
* Schedule a downtime.
852
+
* Schedule a downtime. **Note:** This endpoint has been deprecated. Please use v2 endpoints.
853
853
* @param param The request object
854
854
*/
855
855
publiccreateDowntime(
@@ -870,7 +870,7 @@ export class DowntimesApi {
870
870
}
871
871
872
872
/**
873
-
* Get downtime detail by `downtime_id`.
873
+
* Get downtime detail by `downtime_id`. **Note:** This endpoint has been deprecated. Please use v2 endpoints.
874
874
* @param param The request object
875
875
*/
876
876
publicgetDowntime(
@@ -891,7 +891,7 @@ export class DowntimesApi {
891
891
}
892
892
893
893
/**
894
-
* Get all scheduled downtimes.
894
+
* Get all scheduled downtimes. **Note:** This endpoint has been deprecated. Please use v2 endpoints.
895
895
* @param param The request object
896
896
*/
897
897
publiclistDowntimes(
@@ -913,7 +913,7 @@ export class DowntimesApi {
913
913
}
914
914
915
915
/**
916
-
* Get all active downtimes for the specified monitor.
916
+
* Get all active v1 downtimes for the specified monitor. **Note:** This endpoint has been deprecated. Please use v2 endpoints.
917
917
* @param param The request object
918
918
*/
919
919
publiclistMonitorDowntimes(
@@ -934,7 +934,7 @@ export class DowntimesApi {
934
934
}
935
935
936
936
/**
937
-
* Update a single downtime by `downtime_id`.
937
+
* Update a single downtime by `downtime_id`. **Note:** This endpoint has been deprecated. Please use v2 endpoints.
0 commit comments