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

创建一批 PerfSample - 客户端可以通过重复调用此方法来提交多个批次的 Perf 样本,以拆分较大的请求负载,重复项和现有时间戳条目将被忽略。- 批处理操作可能部分成功 - 响应中会返回成功插入的元素集(省略数据库中已存在的项)。

可能会返回以下任意一种规范错误代码:- NOT_FOUND - 所属 PerfSampleSeries 不存在

HTTP 请求

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

网址采用 gRPC 转码语法。

路径参数

参数
projectId

string

Cloud 项目

historyId

string

工具结果历史记录 ID。

executionId

string

工具结果执行 ID。

stepId

string

工具结果步骤 ID。

sampleSeriesId

string

示例系列 ID

请求正文

请求正文中包含结构如下的数据:

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

object (PerfSample)

要创建的一组 PerfSamples 不应包含现有时间戳

响应正文

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

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

object (PerfSample)

授权范围

需要以下 OAuth 范围:

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

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