Gets the status of the privileged access detection package for the Entity Analytics privileged user monitoring experience

GET /api/entity_analytics/privileged_user_monitoring/pad/status

Responses

  • 200 application/json

    Privileged access detection status retrieved

    Hide response attributes Show response attributes object
    • jobs array[object] Required
      Hide jobs attributes Show jobs attributes object
      • description string
      • job_id string Required
      • state string Required

        Values are closing, closed, opened, failed, or opening.

    • ml_module_setup_status string Required

      Values are complete or incomplete.

    • package_installation_status string Required

      Values are complete or incomplete.

GET /api/entity_analytics/privileged_user_monitoring/pad/status
curl \
 --request GET 'https://<KIBANA_URL>/api/entity_analytics/privileged_user_monitoring/pad/status' \
 --header "Authorization: $API_KEY"