Security Timeline API
Import Timelines
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/timeline/_import</span></div>Refer to Spaces for more information.
Import Timelines.
post/api/timeline/_import
Request body
Response
Indicates a successful call.
Example response
{
"errors": [
{
"error": {
"message": "Malformed JSON",
"status_code": 400
},
"id": "6ce1b592-84e3-4b4a-9552-f189d4b82075"
}
],
"success_count": 99,
"timelines_installed": 80,
"timelines_updated": 19
}