Last updated 9 months ago
Get the list of events generated in the cluster.
OK
이벤트 목록
조회 조건에 대한 상태 정보
const response = await fetch('/v1/monitoring/events?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "cluster_id": "text", "count": 0, "event_id": "text", "event_name": "text", "event_type": "text", "message": "text", "namespace": "text", "node": "text", "reason": "text", "source": "text", "workload": "text", "workload_type": "text", "workload_version": "text" } ], "metrics": { "count": "text", "end": "text", "limit": "text", "page": "text", "start": "text", "total": "text" } }