Skip to main content

GET /api/sam/admin/cluster/

Get information for all clusters

Description

Get the metadata for all of the defined clusters.

Request Example

GET http://localhost:8080/api/sam/admin/cluster/

Response Example

[
    {
        "id": 1,
        "name": "production",
        "description": "The main cluster"
    }
    {
        "id": 2,
        "name": "test",
        "description": "A cluster of test instances"
    }
]
FeedbackOpens in a new tab