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

GetProductTrend

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

Execution Availability

Try It Out

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

Path Parameters

Query Parameters

Request Inputs

Path Parameters

  • productTypeStringRequired

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

Query Parameters

  • platformUuidString

    UUID of the target platform UUID of the target platform

  • metricNameString

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

  • durationString

    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

On success, this API returns the following response structure.

  • itemsList

    Collection of result items

    Example: (nested array)

    • timestampString

      Timestamp for this resource

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

    • valueLong

      Metric value at this trend point

      Example: 72.5

Endpoint

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

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

Operation ID

GetProductTrend

Permalink

Request Example

curl -X GET '{host}/api/v1/monitoring/products/{productType}/trend' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ]
}

Change History

This API has no change history records yet.

View all change history