查询指定地域内全部集群列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /regions/{region_id}/clusters HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
name | string | 否 | 通过集群名称进行模糊查询。 | test-cluster |
cluster_type | string | 否 | 查询指定类型的集群,可取值:
| Kubernetes |
page_size | long | 否 | 每页记录数量。 | 3 |
page_number | long | 否 | 页数。 | 10 |
profile | string | 否 | 查询指定子类型的集群,可取值:
| Serverless |
cluster_spec | string | 否 | 查询指定规格的集群,可取值:
| ack.standard |
cluster_id | string | 否 | 集群 ID。 | c8155823d057948c69a**** |
region_id | string | 是 | 地域。 | cn-hangzhou |
返回参数
示例
正常返回示例
JSON
格式
{
"clusters": [
{
"cluster_id": "c905d1364c2dd4b6284a3f41790c4****",
"cluster_type": "ManagedKubernetes",
"created": "2020-12-01T20:40:40+08:00",
"init_version": "1.16.6-aliyun.1",
"current_version": "1.16.6-aliyun.1",
"next_version": "1.18.8-aliyun.1",
"deletion_protection": false,
"name": "test-cluster",
"profile": "Default",
"region_id": "cn-beijing-a",
"resource_group_id": "rg-acfmyvw3wjm****",
"security_group_id": "sg-2zeihch86ooz9io4****",
"container_cidr": "172.20.0.0/16",
"service_cidr": "172.21.0.0/20",
"proxy_mode": "ipvs",
"timezone": "Asia/Shanghai",
"ip_stack": "ipv4",
"cluster_domain": "cluster.local",
"size": 2,
"state": "running",
"tags": [
{
"key": "env",
"value": "prod"
}
],
"updated": "2020-12-08T15:37:00+08:00",
"vpc_id": "vpc-2zeg8nf1ukc0fcmvq****",
"vswitch_ids": [
"vsw-2vc41xuumx5z2rdma****"
],
"cluster_spec": "ack.standard"
}
],
"page_info": {
"page_number": 1,
"page_size": 10,
"total_count": 10
}
}
错误码
访问错误中心查看更多错误码。