Skip to main content
Monitoring & Collection/Monitoring Query & Overview
PUTMonitoringSince 1.0SynchronousAuth Required

UpdateCapacityTrendConfig

Update the capacity trend configuration parameters

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

Body Fields

  • snapshotIntervalMinIntegerRequired

    Updated snapshot interval in minutes

    Example: 30

  • retentionDaysIntegerRequired

    Updated data retention period in days

    Example: 180

  • forecastEnabledBooleanRequired

    Whether to enable capacity forecasting

    Example: true

Responses

200 OK

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

Endpoint

PUT/api/v1/monitoring/capacity/config

/api/v1/monitoring/capacity/config

Operation ID

UpdateCapacityTrendConfig

Permalink

Request Example

curl -X PUT '{host}/api/v1/monitoring/capacity/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"snapshotIntervalMin":30,"retentionDays":180,"forecastEnabled":true}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history