Skip to main content
Monitoring & Collection/Monitoring Cache

ConfigureSmartWarmup

Update the smart warmup configuration parameters

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

Operation ID

ConfigureSmartWarmup

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • enabled
    BooleanRequired

    Whether smart warmup should be active

    Example: true

  • learningWindow
    StringRequired

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

    Example: 7d

  • topNQueries
    IntegerRequired

    Number of top-N queries to auto-warm

    Example: 20

  • minAccessCount
    IntegerRequired

    Minimum access count threshold for learning

    Example: 5

Responses

200 OK
200 OK

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