Skip to main content
Monitoring & Collection/Monitoring Query & Overview

UpdateCapacityTrendConfig

Update the capacity trend configuration parameters

PUT/api/v1/monitoring/capacity/config

Operation ID

UpdateCapacityTrendConfig

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

  • snapshotIntervalMin
    IntegerRequired

    Updated snapshot interval in minutes

    Example: 30

  • retentionDays
    IntegerRequired

    Updated data retention period in days

    Example: 180

  • forecastEnabled
    BooleanRequired

    Whether to enable capacity forecasting

    Example: true

Responses

200 OK
200 OK

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