cluster
describe monitoring link
describe monitoring link
get/clusters/{clusterId}/monitor
Path parameters
clusterIdstring required
cluster id
Response
OK
Example response
{
"data": {
"alertUrl": "http://127.0.0.1:9093",
"clusterId": "abc",
"grafanaUrl": "http://127.0.0.1:3000"
}
}