Run the risk scoring engine
Spaces method and path for this operation:
post /s/{space_id}/api/risk_score/engine/schedule_now
Refer to Spaces for more information.
Schedule the risk scoring engine to run as soon as possible. You can use this to recalculate entity risk scores after updating their asset criticality.
POST
/api/risk_score/engine/schedule_now
curl \
--request POST 'https://localhost:5601/api/risk_score/engine/schedule_now' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"