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
end times, prevent all alerting related to specified Datadog tags.'
33617
33616
name: Downtimes
33618
-
- description: 'The events service allows you to programmatically post events to the
33619
-
event stream
33620
-
33621
-
and fetch events from the event stream. Events are limited to 4000 characters.
33622
-
33623
-
If an event is sent out with a message containing more than 4000 characters, only
33624
-
the
33617
+
- description: 'The Event Management API allows you to programmatically post events
33618
+
to the Events Explorer
33625
33619
33626
-
first 4000 characters are displayed.'
33620
+
and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
33621
+
for more information.'
33627
33622
name: Events
33628
33623
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
33629
33624
33630
33625
through the Datadog API. Read more about the [Datadog-Google Cloud Platform integration](https://docs.datadoghq.com/integrations/google_cloud_platform).'
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/dashboards_api.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@
28
28
29
29
classDashboardsApi:
30
30
"""
31
-
Interact with your dashboard lists through the API to make it easier to organize,
32
-
find, and share all of your dashboards with your team and organization.
31
+
Manage all your dashboards, as well as access to your shared dashboards, through the API. See the `Dashboards page <https://docs.datadoghq.com/dashboards/>`_ for more information.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/events_api.py
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,8 @@
20
20
21
21
classEventsApi:
22
22
"""
23
-
The events service allows you to programmatically post events to the event stream
24
-
and fetch events from the event stream. Events are limited to 4000 characters.
25
-
If an event is sent out with a message containing more than 4000 characters, only the
26
-
first 4000 characters are displayed.
23
+
The Event Management API allows you to programmatically post events to the Events Explorer
24
+
and fetch events from the Events Explorer. See the `Event Management page <https://docs.datadoghq.com/service_management/events/>`_ for more information.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/hosts_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
classHostsApi:
21
21
"""
22
-
Get information about your live hosts in Datadog.
22
+
Get information about your infrastructure hosts in Datadog, and mute or unmute any notifications from your hosts. See the `Infrastructure page <https://docs.datadoghq.com/infrastructure/>`_ for more information.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/api/confluent_cloud_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
classConfluentCloudApi:
20
20
"""
21
-
Configure your Datadog Confluent Cloud integration directly through the Datadog API.
21
+
Manage your Datadog Confluent Cloud integration accounts and account resources directly through the Datadog API. See the `Confluent Cloud page <https://docs.datadoghq.com/integrations/confluent_cloud/>`_ for more information.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/api/container_images_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
classContainerImagesApi:
22
22
"""
23
-
The Container Images API allows you to query Container Image data for your organization.
23
+
The Container Images API allows you to query Container Image data for your organization. See the `Container Images View page <https://docs.datadoghq.com/infrastructure/containers/container_images/>`_ for more information.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/api/containers_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
classContainersApi:
22
22
"""
23
-
The Containers API allows you to query container data for your organization.
23
+
The Containers API allows you to query container data for your organization. See the `Container Monitoring page <https://docs.datadoghq.com/containers/>`_ for more information.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/api/events_api.py
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,8 @@
22
22
23
23
classEventsApi:
24
24
"""
25
-
The events service allows you to programmatically post events to the event stream
26
-
and fetch events from the event stream. Events are limited to 4000 characters.
27
-
If an event is sent out with a message containing more than 4000 characters, only the
28
-
first 4000 characters are displayed.
25
+
The Event Management API allows you to programmatically post events to the Events Explorer
26
+
and fetch events from the Events Explorer. See the `Event Management page <https://docs.datadoghq.com/service_management/events/>`_ for more information.
0 commit comments