Last updated 9 months ago
Get the list of alerts generated in the cluster.
OK
알람 목록
조회 조건에 대한 상태 정보
const response = await fetch('/v1/monitoring/alerts?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "alarm_id": "text", "alarm_key": "text", "alarm_name": "text", "cluster_id": "text", "container": "text", "description": "text", "namespace": "text", "pod": "text", "resource": "text", "runbook_url": "text", "severity": "text", "status": "text", "workload": "text" } ], "metrics": { "count": "text", "end": "text", "limit": "text", "page": "text", "start": "text", "total": "text" } }