Reads the alert index name if it exists
Spaces method and path for this operation:
get /s/{space_id}/api/detection_engine/index
Refer to Spaces for more information.
GET
/api/detection_engine/index
curl \
--request GET 'https://localhost:5601/api/detection_engine/index' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"name": ".alerts-security.alerts-default",
"index_mapping_outdated": false
}