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

指定されたステップの PerfSampleSeries を一覧表示します。

このリクエストでは、結果に含める 1 つ以上の PerfMetricsType を指定するオプションのフィルタが提供されます。何も返さない場合はすべて返されません。結果の PerfSampleSeries は ID で並べ替えられます。

以下の正規のエラーコードのいずれかを返す場合があります。- NOT_FOUND - 含まれるステップが存在しません。

HTTP リクエスト

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

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
projectId

string

Cloud プロジェクト

historyId

string

ツール結果履歴 ID。

executionId

string

ツール結果実行 ID。

stepId

string

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

クエリ パラメータ

パラメータ
filter[]

enum (PerfMetricType)

結果をフィルタするために、1 つ以上の PerfMetricType 値(CPU など)を指定します

リクエストの本文

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

レスポンスの本文

成功すると、レスポンスの本文に次の構造のデータが含まれます。

JSON 表現
{
  "perfSampleSeries": [
    {
      object (PerfSampleSeries)
    }
  ]
}
フィールド
perfSampleSeries[]

object (PerfSampleSeries)

ID で並べ替えた PerfSampleSeries

認可スコープ

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

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

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