인그레스 컨트롤러 평균 연결 개수 추이

(deprecated) 인그레스 컨트롤러 평균 연결 개수 추이 - 4.8.1 이후로는 더 이상 지원되지 않습니다.

get

인그레스 컨트롤러의 평균 연결 개수 분당 추이를 조회한다.

Query parameters
clusterIdsstringRequired

클러스터 아이디

startstringRequired

조회 시작일

endstringRequired

조회 종료일

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
  }
]

Last updated

Was this helpful?