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

PerfSampleSeries を取得します。

次のいずれかのエラー コードが返される場合があります。 - NOT_FOUND - 指定された PerfSampleSeries が存在しません。

HTTPリクエスト

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

URL はgRPC トランスコーディング構文を使用します。

パスパラメータ

パラメーター
projectId

string

クラウドプロジェクト

historyId

string

ツール結果履歴 ID。

executionId

string

ツール結果の実行 ID。

stepId

string

ツール結果のステップ ID。

sampleSeriesId

string

サンプルシリーズID

リクエストボディ

リクエストの本文は空である必要があります。

レスポンスボディ

成功した場合、応答本文にはPerfSampleSeriesのインスタンスが含まれます。

認可範囲

次の OAuth スコープが必要です。

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

詳細については、 「認証の概要」を参照してください。