Method: projects.histories.executions.steps.perfSampleSeries.create

创建 PerfSampleSeries。

可能返回以下任何错误代码: - ALREADY_EXISTS - 指定步骤已存在 PerfMetricSummary - NOT_FOUND - 包含的步骤不存在

HTTP 请求

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

网址采用 gRPC 转码语法。

路径参数

参数
projectId

string

Cloud 项目

historyId

string

工具结果历史记录 ID。

executionId

string

工具结果执行 ID。

stepId

string

工具结果步骤 ID。

请求正文

请求正文包含一个 PerfSampleSeries 实例。

响应正文

如果成功,响应正文将包含一个新创建的 PerfSampleSeries 实例。

授权范围

需要以下 OAuth 范围:

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

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