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: src/datadogV2/api/api_events.rs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,8 @@ impl EventsAPI {
181
181
///
182
182
/// **Note:** To utilize this endpoint with our client libraries, please ensure you are using the latest version released on or after July 1, 2025. Earlier versions do not support this functionality.
183
183
///
184
+
/// **Important:** Upgrade to the latest client library version to use the updated endpoint at `<https://event-management-intake.{site}/api/v2/events`.> Older client library versions of the Post an event (v2) API send requests to a deprecated endpoint (`<https://api.{site}/api/v2/events`>).
185
+
///
184
186
/// ✅ **Only events with the `change` or `alert` category** are in General Availability. For change events, see [Change Tracking](<https://docs.datadoghq.com/change_tracking>) for more details.
185
187
///
186
188
/// ❌ For use cases involving other event categories, use the V1 endpoint or reach out to [support](<https://www.datadoghq.com/support/>).
@@ -209,6 +211,8 @@ impl EventsAPI {
209
211
///
210
212
/// **Note:** To utilize this endpoint with our client libraries, please ensure you are using the latest version released on or after July 1, 2025. Earlier versions do not support this functionality.
211
213
///
214
+
/// **Important:** Upgrade to the latest client library version to use the updated endpoint at `<https://event-management-intake.{site}/api/v2/events`.> Older client library versions of the Post an event (v2) API send requests to a deprecated endpoint (`<https://api.{site}/api/v2/events`>).
215
+
///
212
216
/// ✅ **Only events with the `change` or `alert` category** are in General Availability. For change events, see [Change Tracking](<https://docs.datadoghq.com/change_tracking>) for more details.
213
217
///
214
218
/// ❌ For use cases involving other event categories, use the V1 endpoint or reach out to [support](<https://www.datadoghq.com/support/>).
0 commit comments