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"
}
}
Wavefront Operations
GET
Get Cluster Info