Schedule the risk engine to run as soon as possible

POST /api/risk_score/engine/schedule_now

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    Successful response

    Hide response attribute Show response attribute object
  • 400 application/json; Elastic-Api-Version=2023-10-31

    Task manager is unavailable

    Hide response attributes Show response attributes object

    Task manager is unavailable

  • default application/json; Elastic-Api-Version=2023-10-31

    Unexpected error

    Hide response attributes Show response attributes object
POST /api/risk_score/engine/schedule_now
curl \
 -X POST http://localhost:5622/api/risk_score/engine/schedule_now
Response examples (200)
{
  "success": true
}
Response examples (400)
{
  "message": "string",
  "status_code": 42
}
Response examples (default)
{
  "full_error": "string",
  "message": "string"
}