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

GetCapacityTrendConfig

Retrieve the current capacity trend configuration (snapshot interval, retention, forecast settings)

Execution Availability

Try It Out

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

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • snapshotIntervalMinInteger

    Interval in minutes between capacity snapshots

    Example: 60

  • retentionDaysInteger

    Number of days to retain snapshot data

    Example: 90

  • forecastEnabledBoolean

    Whether capacity forecasting is enabled

    Example: true

Endpoint

GET/api/v1/monitoring/capacity/config

/api/v1/monitoring/capacity/config

Operation ID

GetCapacityTrendConfig

Permalink

Request Example

curl -X GET '{host}/api/v1/monitoring/capacity/config' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "snapshotIntervalMin": 60,
  "retentionDays": 90,
  "forecastEnabled": true
}

Change History

This API has no change history records yet.

View all change history