Monitoring & Collection/Monitoring Cache
PATCHMonitoringSince 1.0SynchronousAuth Required
ConfigureSmartWarmup
Update the smart warmup configuration parameters
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
enabledBooleanRequiredWhether smart warmup should be active
Example: true
learningWindowStringRequiredTime window for pattern learning (e.g. 7d)
Example: 7d
topNQueriesIntegerRequiredNumber of top-N queries to auto-warm
Example: 20
minAccessCountIntegerRequiredMinimum access count threshold for learning
Example: 5
Responses
Endpoint
PATCH/api/v1/monitoring/cache/smart-warmup/config
/api/v1/monitoring/cache/smart-warmup/config
Request Example
curl -X PATCH '{host}/api/v1/monitoring/cache/smart-warmup/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"enabled":true,"learningWindow":"7d","topNQueries":20,"minAccessCount":5}'
Response Example
200{}Change History
This API has no change history records yet.
