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

建立批次 PerfSamples,用戶端可以透過重複呼叫此方法來提交多個 Perf Samples,以分割大型的要求承載 – 系統會忽略重複項目與現有時間戳記項目。- 批次作業可能部分成功 - 已成功在回應中傳回一組元素 (忽略資料庫中已存在的項目)。

可能會傳回下列任一標準錯誤代碼:- 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

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