Last updated 9 months ago
Get the creation time of the namespace (timestamp).
OK
대상 메트릭
시간 당 타임스탬프
1687846680
해당 네임스페이스가 생성된 시각을 타임스탬프로 반환
1669945838
const response = await fetch('/v1/monitoring-ns/metric/created/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "namespace": "cocktail-system" }, "timestamp": 1687846680, "value": 1669945838 } ]