Get ingress controller average connection count trend

(deprecated) Get ingress controller average connection count trend - After 4.8.1, it will no longer be supported.

get

Get the per-minute trend of the average connection count for the Ingress Controller.

Query parameters
clusterIdsstringRequired
startstringRequired

Start date for the query

endstringRequired

End date for the query

Responses
200
OK
*/*
get
GET /v1/monitoring-ingress/metric/controller-connections/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster"
    },
    "timestamp": 1687741080,
    "value": 0.0048888888888869685
  }
]

Was this helpful?