List Clusters Using GET
API code: GET-CLUSTERS
Pre-authorized role(s): TENANT_USER
Request
URI
GET
https://{api_host}/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
}
}
array of
object
items
Optional
items
object
page_info
Optional
page_info
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/alp/v1/clusters
Clusters Operations
GET
List Clusters Using GET