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

GetCapacityTrendConfig

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

GET/api/v1/monitoring/capacity/config

Operation ID

GetCapacityTrendConfig

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

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • snapshotIntervalMin
    Integer

    Interval in minutes between capacity snapshots

    Example: 60

  • retentionDays
    Integer

    Number of days to retain snapshot data

    Example: 90

  • forecastEnabled
    Boolean

    Whether capacity forecasting is enabled

    Example: true