Get the existence of ETCD Leader

Get the existence of ETCD Leader

get
Query parameters
clusterIdsstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-etcd/metric/leader-count/result/current?clusterIds=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster"
    },
    "timestamp": 1687940700,
    "value": 3
  }
]

Was this helpful?