Method: projects.locations.operations.list

列出与请求中指定的过滤条件匹配的操作。如果服务器不支持此方法,则会返回 UNIMPLEMENTED

HTTP 请求

GET https://vmwareengine.googleapis.com/v1/{name=projects/*/locations/*}/operations

网址采用 gRPC 转码语法。

路径参数

参数
name

string

操作的父级资源名称。

查询参数

参数
filter

string

标准列表过滤条件。

pageSize

integer

标准列表页面大小。

pageToken

string

标准列表页面令牌。

returnPartialSuccess

boolean

如果设置为 true,则可访问的操作会正常返回,而不可访问的操作会在 ListOperationsResponse.unreachable 字段中返回。

仅在跨集合读取时才能设置为 true。例如,当 parent 设置为 "projects/example/locations/-" 时。

默认情况下不支持此字段,除非在特定于服务或产品的文档中另有明确说明,否则设置此字段将导致 UNIMPLEMENTED 错误。

请求正文

请求正文必须为空。

响应正文

Operations.ListOperations 的响应消息。

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

JSON 表示法
{
  "operations": [
    {
      object (Operation)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
字段
operations[]

object (Operation)

与请求中指定的过滤条件匹配的操作列表。

nextPageToken

string

标准列表下一页令牌。

unreachable[]

string

无序列表。无法访问的资源。当请求设置 ListOperationsRequest.return_partial_success 并跨集合读取数据时,系统会填充此字段。例如,尝试列出所有受支持位置的所有资源时。

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅 Authentication Overview