Skip to main content
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

  • enabledBooleanRequired

    Whether smart warmup should be active

    Example: true

  • learningWindowStringRequired

    Time window for pattern learning (e.g. 7d)

    Example: 7d

  • topNQueriesIntegerRequired

    Number of top-N queries to auto-warm

    Example: 20

  • minAccessCountIntegerRequired

    Minimum access count threshold for learning

    Example: 5

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

PATCH/api/v1/monitoring/cache/smart-warmup/config

/api/v1/monitoring/cache/smart-warmup/config

Operation ID

ConfigureSmartWarmup

Permalink

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.

View all change history