Schedule the risk engine to run as soon as possible
POST /api/risk_score/engine/schedule_now
curl \
-X POST https://localhost:5601/api/risk_score/engine/schedule_now \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Response examples (200)
{
"success": true
}
Response examples (400)
{
"message": "string",
"status_code": 42
}
Response examples (default)
{
"full_error": "string",
"message": "string"
}