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
snapshotIntervalMinIntegerRequiredUpdated snapshot interval in minutes
Example: 30
retentionDaysIntegerRequiredUpdated data retention period in days
Example: 180
forecastEnabledBooleanRequiredWhether to enable capacity forecasting
Example: true
Responses
Endpoint
PUT/api/v1/monitoring/capacity/config
/api/v1/monitoring/capacity/config
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.
