Duplicate an exception list
Spaces method and path for this operation:
post /s/{space_id}/api/exception_lists/_duplicate
Refer to Spaces for more information.
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
agnosticorsingle. -
Determines whether to include expired exceptions in the exported list
Values are
trueorfalse. 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"