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 |
Cloud プロジェクト |
historyId |
ツール結果履歴 ID。 |
executionId |
ツール結果実行 ID。 |
stepId |
ツール結果のステップ ID。 |
sampleSeriesId |
サンプルのシリーズ ID |
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には PerfSampleSeries
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/cloud-platform
詳細については、認証の概要をご覧ください。