Initialize the Privilege Monitoring Engine

POST /api/entity_analytics/monitoring/engine/init

Spaces method and path for this operation:

post /s/{space_id}/api/entity_analytics/monitoring/engine/init

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

        Error message typically only present if the engine is in error state

    • status string Required

      The status of the Privilege Monitoring Engine

      Values are started, error, disabled, or not_installed.

  • 500 application/json

    Internal Server Error

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

        Error message typically only present if the engine is in error state

    • status string Required

      The status of the Privilege Monitoring Engine

      Values are started, error, disabled, or not_installed.

POST /api/entity_analytics/monitoring/engine/init
curl \ --request POST 'https://localhost:5601/api/entity_analytics/monitoring/engine/init' \ --header "Authorization: $API_KEY"