GET /api/sam/admin/cluster/{id}
Get information for a specific cluster
Description
Get the metadata for this cluster.
Request Example
GET http://localhost:8080/api/sam/admin/cluster/2
Parameters
id | Required path variable. The id of the target cluster. |
Response Example
{
"description": "A cluster of test instances",
"name": "test"
}