IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Summary exception container
editSummary exception container
editRetrieves an exception container summary.
Console supports only Elasticsearch APIs. You cannot interact with Kibana APIs with Console and must use curl
or another HTTP tool instead. For more information, refer to Console.
Request URL
editPOST <kibana host>:<port>/api/exception_lists/summary
Request body
editA JSON object with these fields:
Name | Type | Description | Required |
---|---|---|---|
|
String |
Exception container ID. |
Yes |
|
String |
Unique identifier. |
Yes |
|
String |
Determines whether the exception container is available in all Kibana spaces or just the space in which it is created, where:
|
Yes |
Example requests
editGets the summary from an exception container:
GET api/exception_lists/summary { "id": "allowes-process-id", "list_id": "allowed-processes", "namespace_type": "single", }
Response code
edit-
200
- Indicates a successful call.
Response payload
editA summary of the exception container:
{ windows: 1, linux: 3, macos: 2, total: 6, }