cluster
dashboard
dashboard
get/clusters/{clusterId}/dashboard
Path parameters
clusterIdstring required
cluster id
Response
OK
Example response
{
"data": {
"clusterId": "abc",
"url": "http://127.0.0.1:9093"
}
}dashboard
cluster id
OK
{
"data": {
"clusterId": "abc",
"url": "http://127.0.0.1:9093"
}
}