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

建立 PerfMetricsSummary 資源。傳回現有的 ID (如果已經建立的話)。

可能會傳回下列任一錯誤代碼:- NOT_FOUND - 所含步驟不存在

HTTP 要求

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

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
projectId

string

Cloud 專案

historyId

string

工具結果記錄 ID。

executionId

string

工具結果執行作業 ID。

stepId

string

工具結果步驟 ID。

要求主體

要求主體包含 PerfMetricsSummary 的執行個體。

回應主體

如果成功,回應主體會包含新建立的 PerfMetricsSummary 執行個體。

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱驗證總覽一文。