Method: projects.histories.executions.environments.list

列出给定执行的环境。

环境按显示名排序。

系统可能会返回以下任一规范错误代码:

  • PERMISSION_DENIED - 如果用户无权读取项目
  • INVALID_ARGUMENT - 如果请求格式错误
  • NOT_FOUND - 如果包含的执行不存在

HTTP 请求

GET https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/environments

网址采用 gRPC 转码语法。

路径参数

参数
projectId

string

必需。项目 ID。

historyId

string

必需。历史记录 ID。

executionId

string

必需。执行 ID。

查询参数

参数
pageToken

string

用于在下一项中继续查询的延续令牌。

pageSize

integer

要提取的环境数量上限。

默认值:25。如果此字段未设置或值为 0,服务器将使用此默认值。

请求正文

请求正文必须为空。

响应正文

EnvironmentService.ListEnvironments 的响应消息。

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

JSON 表示法
{
  "projectId": string,
  "historyId": string,
  "executionId": string,
  "environments": [
    {
      object (Environment)
    }
  ],
  "nextPageToken": string
}
字段
projectId

string

项目 ID。

始终设置。

historyId

string

历史记录 ID。

始终设置。

executionId

string

执行 ID

始终设置。

environments[]

object (Environment)

Environments.

始终设置。

nextPageToken

string

用于在下一项中继续查询的延续令牌。

只有在有更多环境可供提取时才会设置。

授权范围

需要以下 OAuth 范围:

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

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