Monitoring & Collection/Monitoring Cache
POSTMonitoringSince 1.0SynchronousAuth Required
TriggerWarmup
Manually trigger a cache warmup cycle for all enabled rules
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
POST/api/v1/monitoring/cache/warmup
/api/v1/monitoring/cache/warmup
Request Example
curl -X POST '{host}/api/v1/monitoring/cache/warmup' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"status": "running",
"totalQueries": 50,
"completed": 30,
"failed": 2,
"startTime": "example",
"eta": "2m30s"
}Change History
This API has no change history records yet.
