IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Find All Alerts Attached to a Case
editFind All Alerts Attached to a Case
editRetrieves all alerts attached to a case.
Console supports only Elasticsearch APIs. Console doesn’t allow interactions with Kibana APIs. You must use curl
or another HTTP tool instead. For more information, refer to Run Elasticsearch API requests.
Request URL
editGET <kibana host>:<port>/api/cases/<case ID>/alerts
URL parts
editThe URL must include the case ID
of the case that you are interested in retrieving the associated alerts that are attached to it. Call Find cases to retrieve case IDs.
Example request
editReturns all alerts attached to case 293f1bc0-74f6-11ea-b83a-553aecdb28b6
:
GET api/cases/293f1bc0-74f6-11ea-b83a-553aecdb28b6/alerts
Response code
edit-
200
- Indicates a successful call.