Duplicate an exception list
Duplicate an existing exception list.
Query parameters
-
Exception list's human identifier
Minimum length is
1
. -
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
. -
Determines whether to include expired exceptions in the exported list
Values are
true
orfalse
. Default value istrue
.
POST
/api/exception_lists/_duplicate
curl \
--request POST 'https://localhost:5601/api/exception_lists/_duplicate?list_id=string&namespace_type=agnostic&include_expired_exceptions=true' \
--header "Authorization: $API_KEY"