The SIEM app is now a part of the Elastic Security solution.
Click
here to view SIEM documentation for previous releases.
Export list items
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Export list items
editExports list item values from the specified list container.
Request URL
editPOST <kibana host>:<port>/api/lists/items/_export
URL query parameters
editThe URL query must include the list container’s id
:
id
- POST /api/lists/items/_export?list_id=<id>
If you want to to use cURL to export rules to a file, use the -o
option
to specify a file name.
Example request
editExports the values of the external-ip-excludes
list container:
POST api/lists/items/_export?list_id=external-ip-excludes
Response code
edit-
200
- Indicates a successful call.
Was this helpful?
Thank you for your feedback.