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
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
}
}
Clusters Operations
GET
List Clusters Using GET