Export an exception list Beta
Export an exception list and its associated items to an NDJSON file.
Query parameters
-
Exception list's identifier
Minimum length is
1
. Format should match the following pattern:^(?! *$).+$
. -
Exception list's human identifier
Minimum length is
1
. Format should match the following pattern:^(?! *$).+$
. -
Determines whether the exception container is available in all Kibana spaces or just the space in which it is created, where:
single
: Only available in the Kibana space in which it is created.agnostic
: Available in all Kibana spaces.
Values are
agnostic
orsingle
. Default value issingle
. -
Determines whether to include expired exceptions in the exported list
Values are
true
orfalse
. Default value istrue
.
Responses
-
200 application/ndjson; Elastic-Api-Version=2023-10-31
Successful response
A
.ndjson
file containing specified exception list and its items -
400 application/json; Elastic-Api-Version=2023-10-31
Invalid input data response
-
401 application/json; Elastic-Api-Version=2023-10-31
Unsuccessful authentication response
-
403 application/json; Elastic-Api-Version=2023-10-31
Not enough privileges response
-
404 application/json; Elastic-Api-Version=2023-10-31
Exception list not found response
-
500 application/json; Elastic-Api-Version=2023-10-31
Internal server error response
curl \
-X POST https://localhost:5601/api/exception_lists/_export?id=string&list_id=string&namespace_type=single&include_expired_exceptions=true
@file
{
"error": "string",
"message": "string",
"statusCode": 42
}
{
"message": "string",
"status_code": 42
}
{
"error": "string",
"message": "string",
"statusCode": 42
}
{
"error": "string",
"message": "string",
"statusCode": 42
}
{
"message": "string",
"status_code": 42
}
{
"message": "string",
"status_code": 42
}