Get a list of information, including the creation controller, node, and Pod IP, for the pods deployed in the namespace.
OK
대상 메트릭
시간 당 타임스탬프
1687848360
워크로드 내에서의 타임스탬프별 파드 개수
1
const response = await fetch('/v1/monitoring-ns/metric/pod-list/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "creator": "nfd-worker", "creator-kind": "DaemonSet", "end-point": "http", "host_ip": "0.0.0.0", "instance": "0.0.0.0:8080", "namespace": "cocktail-system", "node": "apps-gpu-v100", "pod": "cocktail-api-cmdb-0", "pod-ip": "0.0.0.0" }, "timestamp": 1687848360, "value": 1 } ]