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 Transcoding 構文を使用します。

パスパラメータ

パラメータ
projectId

string

Cloud プロジェクト

historyId

string

ツール結果履歴 ID。

executionId

string

ツール結果実行 ID。

stepId

string

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

sampleSeriesId

string

サンプルのシリーズ ID

リクエストの本文

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

レスポンスの本文

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

認可スコープ

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

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

詳細については、認証の概要をご覧ください。