Method: projects.histories.executions.steps.perfSampleSeries.samples.list

列出给定样本系列的性能样本 - 列表结果按时间戳升序排序。默认页面大小为 500 个样本;和允许的大小上限 5000 - 响应令牌表示上次返回的 PerfSample 时间戳 - 当结果大小超出页面大小时,请提交包含页面令牌的后续请求,以返回剩余的页面,直至达到页面上限

可能会返回以下任意一种规范错误代码:- OUT_OF_RANGE - 指定的请求 pageToken 超出有效范围 - NOT_FOUND - 包含的 PerfSampleSeries 不存在

HTTP 请求

GET https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples

网址采用 gRPC 转码语法。

路径参数

参数
projectId

string

Cloud 项目

historyId

string

工具结果历史记录 ID。

executionId

string

工具结果执行 ID。

stepId

string

工具结果步骤 ID。

sampleSeriesId

string

示例系列 ID

查询参数

参数
pageSize

integer

默认页面大小为 500 个示例,最大大小为 5000。如果 pageSize 大于 5000,则有效页面大小将为 5000

pageToken

string

可选,上一个响应中返回的 nextPageToken

请求正文

请求正文必须为空。

响应正文

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

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

object (PerfSample)

nextPageToken

string

可选,如果结果大小超过请求中指定的页面大小(如果未指定,则返回默认页面大小 500)。它表示在后续请求中用作 pageToken 的最后一个样本时间戳

授权范围

需要以下 OAuth 范围:

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

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