@@ -28,6 +28,8 @@ class MonitorsApi:
28
28
notifies your team when a defined threshold has exceeded.
29
29
30
30
For more information, see `Creating Monitors <https://docs.datadoghq.com/monitors/create/types/>`_.
31
+
32
+ **Note:** ``curl`` commands require `url encoding <https://curl.se/docs/url-syntax.html>`_.
31
33
"""
32
34
33
35
def __init__ (self , api_client = None ):
@@ -679,7 +681,7 @@ def list_monitors(
679
681
Get all monitors from your organization.
680
682
681
683
:param group_states: When specified, shows additional information about the group states.
682
- Choose one or more from ``all`` , ``alert`` , ``warn`` , and ``no data`` ( ``no%20data`` ) .
684
+ Choose one or more from ``all`` , ``alert`` , ``warn`` , and ``no data``.
683
685
:type group_states: str, optional
684
686
:param name: A string to filter monitors by name.
685
687
:type name: str, optional
@@ -743,7 +745,7 @@ def list_monitors_with_pagination(
743
745
Provide a paginated version of :meth:`list_monitors`, returning all items.
744
746
745
747
:param group_states: When specified, shows additional information about the group states.
746
- Choose one or more from ``all`` , ``alert`` , ``warn`` , and ``no data`` ( ``no%20data`` ) .
748
+ Choose one or more from ``all`` , ``alert`` , ``warn`` , and ``no data``.
747
749
:type group_states: str, optional
748
750
:param name: A string to filter monitors by name.
749
751
:type name: str, optional
0 commit comments