Get Cluster Info
API endpoint to get cluster info
Request
URI
GET
https://{api_host}/api/v2/cluster/info
COPY
Responses
200
successful operation
Returns
ResponseContainerClusterInfoDTO
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"clusterAlias": "string",
"statusPageLink": "string"
}
}
object
status
Required
status
object
response
Optional
response
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/cluster/info
Wavefront Operations
GET
Get Cluster Info