Schedule the Privilege Monitoring Engine

POST /api/entity_analytics/monitoring/engine/schedule_now

Responses

  • 200 application/json

    Successful response

    Hide response attribute Show response attribute object
    • success boolean

      Indicates the scheduling was successful

  • 409 application/json

    Conflict - Monitoring engine is already running

    Hide response attribute Show response attribute object
    • message string

      Error message indicating the engine is already running

POST /api/entity_analytics/monitoring/engine/schedule_now
curl \
 --request POST 'https://<KIBANA_URL>/api/entity_analytics/monitoring/engine/schedule_now' \
 --header "Authorization: $API_KEY"