Health check on Privilege Monitoring

View as markdown
GET /api/entity_analytics/monitoring/privileges/health

Spaces method and path for this operation:

get /s/{space_id}/api/entity_analytics/monitoring/privileges/health

Refer to Spaces for more information.

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • error object
      Hide error attribute Show error attribute object
      • message string
    • status string Required

      The status of the Privilege Monitoring Engine

      Values are started, error, disabled, or not_installed.

    • users object

      User statistics for privilege monitoring

      Hide users attributes Show users attributes object
      • current_count integer Required

        Current number of privileged users being monitored

      • max_allowed integer Required

        Maximum number of privileged users allowed to be monitored

GET /api/entity_analytics/monitoring/privileges/health
curl \
 --request GET 'http://localhost:5601/api/entity_analytics/monitoring/privileges/health' \
 --header "Authorization: $API_KEY"