cluster
show details of a cluster
show details of a cluster
get/clusters/{clusterId}
Path parameters
clusterIdstring required
cluster id
Response
OK
Example response
{
"data": {
"info": {
"alertUrl": "http://127.0.0.1:9093",
"grafanaUrl": "http://127.0.0.1:3000"
}
}
}