List Clusters Using GET

List Clusters Using GET

API code: GET-CLUSTERS Pre-authorized role(s): TENANT_USER

Request
URI
GET
https://{api_host}//localhost/api/alp/v1/clusters
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Page_Cluster_ of type(s) application/json
{
    "items": [
        {
            "id": "string",
            "k8s_provider": "string",
            "k8s_version": "string",
            "location": "string",
            "org_name": "string",
            "status": "string",
            "vdc_name": "string"
        }
    ],
    "page_info": {
        "limit": 0,
        "offset": 0,
        "total": 0
    }
}
array of Cluster
items
Optional

items

page_info
Optional

page_info