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

GetProductTrend

Get metric trend data points for a given product type over a time window

GET/api/v1/monitoring/products/{productType}/trend

Operation ID

GetProductTrend

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

Path Parameters

  • productType
    StringRequired

    Product type to query (e.g. vm, host, storage)

Query Parameters

  • platformUuid
    String

    UUID of the target platform UUID of the target platform

  • metricName
    String

    Name of the metric to trend Name of the metric to trend

  • duration
    String

    Time duration for the trend window (e.g. 1h, 24h, 7d) Time duration for the trend window (e.g. 1h, 24h, 7d)

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • timestamp
      String

      Timestamp for this resource

      Example: 2026-01-15T08:00:00Z

    • value
      Long

      Metric value at this trend point

      Example: 72.5