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
Retrieves all case IDs that have a specific alert attached to the cases.
4
+
Uses an alert ID (`alert id`) to retrieve the case IDs of any cases the alert is attached to.
5
5
6
-
NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactions with {kib} APIs. You must use `curl` or another HTTP tool instead. For more information, refer to {kibana-ref}/console-kibana.html[Run {es} API requests].
6
+
TIP: The case ID is identical to the case's saved object ID.
7
7
8
-
NOTE: The case ID refers to the cases saved object ID field.
8
+
NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactions with {kib} APIs. You must use `curl` or another HTTP tool instead. For more information, refer to {kibana-ref}/console-kibana.html[Run {es} API requests].
The URL must include the `alert ID` of the alert that you are interested in find the associated cases it is attached to.
16
+
The URL must include the alert ID, which is used to retrieve any cases the alert is attached to.
17
17
18
18
===== URL query parameters
19
19
20
20
[width="100%",options="header"]
21
21
|==============================================
22
22
|Name |Type |Description |Required
23
23
24
-
|`owner` |String or String[] |A filter to limit the retrieved case IDs to a specific set of applications. If this parameter is omitted, the response will contain all case IDs that the user has access to read. |No
24
+
|`owner` |String or String[] |A filter to limit the retrieved case IDs to a specific set of applications. If you omit this parameter, the response will contain every case ID that the user has `read` access to. |No
25
25
26
26
|==============================================
27
27
28
28
===== Example request
29
29
30
-
Returns all case IDs with the alert `293f1bc0-74f6-11ea-b83a-553aecdb28b6` attached to them:
30
+
Returns case IDs with the alert ID `293f1bc0-74f6-11ea-b83a-553aecdb28b6` attached to them:
0 commit comments