Get the current total requested, limited, and used CPU (cores)/Memory (bytes) for the workload.
클러스터 정보
OK
const response = await fetch('/v1/monitoring-workloads/metric/resource/result/current', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "cluster": [ { "namespace": [ { "workload": [ {} ] } ] } ] }