Retrieve the status of detection alert migrations
Deprecated
Spaces method and path for this operation:
post /s/{space_id}/api/detection_engine/signals/migration_status
Refer to Spaces for more information.
Retrieve indices that contain detection alerts of a particular age, along with migration information for each of those indices.
POST
/api/detection_engine/signals/migration_status
curl \
--request POST 'https://localhost:5601/api/detection_engine/signals/migration_status?from=string' \
--header "Authorization: $API_KEY"