Spaces method and path for this operation:
get /s/{space_id}/api/entity_analytics/monitoring/privileges/health
Refer to Spaces for more information.
Returns the current health status of the Privilege Monitoring Engine, including engine status, error details, and user count statistics.
GET
/api/entity_analytics/monitoring/privileges/health
curl \
--request GET 'https://localhost:5601/api/entity_analytics/monitoring/privileges/health' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"status": "started",
"users": {
"current_count": 42,
"max_allowed": 1000
}
}