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/datadog_api_client/v2/api/incidents_api.py
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -920,11 +920,9 @@ def search_incidents(
920
920
921
921
Search for incidents matching a certain query.
922
922
923
-
:param query: Specifies which incidents should be returned. After entering a search query in your `Incidents page <https://app.datadoghq.com/incidents>`_ ,
924
-
use the query parameter value in the URL of the page as the value for this parameter.
925
-
926
-
The query can contain any number of incident facets joined by ``ANDs`` , along with multiple values for each of
927
-
those facets joined by ``OR`` s, for instance: ``query="state:active AND severity:(SEV-2 OR SEV-1)"``.
923
+
:param query: Specifies which incidents should be returned. The query can contain any number of incident facets
924
+
joined by ``ANDs`` , along with multiple values for each of those facets joined by ``OR`` s. For
925
+
example: ``state:active AND severity:(SEV-2 OR SEV-1)``.
928
926
:type query: str
929
927
:param include: Specifies which types of related objects should be included in the response.
Provide a paginated version of :meth:`search_incidents`, returning all items.
968
966
969
-
:param query: Specifies which incidents should be returned. After entering a search query in your `Incidents page <https://app.datadoghq.com/incidents>`_ ,
970
-
use the query parameter value in the URL of the page as the value for this parameter.
971
-
972
-
The query can contain any number of incident facets joined by ``ANDs`` , along with multiple values for each of
973
-
those facets joined by ``OR`` s, for instance: ``query="state:active AND severity:(SEV-2 OR SEV-1)"``.
967
+
:param query: Specifies which incidents should be returned. The query can contain any number of incident facets
968
+
joined by ``ANDs`` , along with multiple values for each of those facets joined by ``OR`` s. For
969
+
example: ``state:active AND severity:(SEV-2 OR SEV-1)``.
974
970
:type query: str
975
971
:param include: Specifies which types of related objects should be included in the response.
0 commit comments