Finalize detection alert migrations
Deprecated
Spaces method and path for this operation:
post /s/{space_id}/api/detection_engine/signals/finalize_migration
Refer to Spaces for more information.
Finalize successful migrations of detection alerts. This replaces the original index's alias with the successfully migrated index's alias. The endpoint is idempotent; therefore, it can safely be used to poll a given migration and, upon completion, finalize it.
POST
/api/detection_engine/signals/finalize_migration
curl \
--request POST 'https://localhost:5601/api/detection_engine/signals/finalize_migration' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"migration_ids":["string"]}'