Method: projects.locations.attachedClusters.list

列出给定 Google Cloud 项目和区域中的所有 AttachedCluster 资源。

HTTP 请求

GET https://{endpoint}/v1/{parent=projects/*/locations/*}/attachedClusters

其中 {endpoint}受支持的服务端点之一。

网址使用 gRPC 转码语法。

路径参数

参数
parent

string

必需。拥有此 AttachedCluster 资源集合的父级位置。

位置名称的格式为 projects/<project-id>/locations/<region>

如需详细了解 Google Cloud Platform 资源名称,请参阅资源名称

查询参数

参数
pageSize

integer

要返回的最大项目数。

如果未指定,则服务会使用默认值 50。无论 pageSize 值如何,响应都可以包含部分列表,并且调用方应该只依赖于响应的 nextPageToken 来确定是否还有更多实例需要查询。

pageToken

string

从上一个 attachedClusters.list 请求返回的 nextPageToken 值(如果有)。

请求正文

请求正文必须为空。

响应正文

AttachedClusters.ListAttachedClusters 方法的响应消息。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "attachedClusters": [
    {
      object (AttachedCluster)
    }
  ],
  "nextPageToken": string
}
字段
attachedClusters[]

object (AttachedCluster)

指定的 Google Cloud Platform 项目和区域中的 AttachedCluster 资源列表。

nextPageToken

string

用于检索下一页结果的令牌。如果列表中没有更多结果,则为空。

授权范围

需要以下 OAuth 范围:

  • https://www.googleapis.com/auth/cloud-platform

如需了解详情,请参阅身份验证概览

IAM 权限

需要拥有 parent 资源的以下 IAM 权限:

  • gkemulticloud.attachedClusters.list

如需了解详情,请参阅 IAM 文档