네임스페이스 디플로이먼트 생성 개수 추이
네임스페이스에 생성된 디플로이먼트 개수 분당 추이를 조회한다.
Query parameters
clusterIdsstringRequired
클러스터 아이디
namespacesstringOptional
네임스페이스 이름
startstringRequired
조회 시작일
endstringRequired
조회 종료일
Responses
200
OK
*/*
get
GET /v1/monitoring-ns/metric/deployment-created/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"cluster": "thingcluster",
"namespace": "cocktail-system"
},
"samples": [
5,
5,
5
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]
Last updated
Was this helpful?