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 トランスコーディング構文を使用します。

パスパラメータ

パラメーター
projectId

string

クラウドプロジェクト

historyId

string

ツール結果履歴 ID。

executionId

string

ツール結果の実行 ID。

stepId

string

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

クエリパラメータ

パラメーター
filter[]

enum ( PerfMetricType )

結果をフィルターするには、CPU などの 1 つ以上の PerfMetricType 値を指定します。

リクエストボディ

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

レスポンスボディ

成功した場合、応答本文には次の構造のデータが含まれます。

JSON表現
{
  "perfSampleSeries": [
    {
      object (PerfSampleSeries)
    }
  ]
}
田畑
perfSampleSeries[]

object ( PerfSampleSeries )

ID 順に並べ替えられた結果の PerfSampleSeries

認可範囲

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

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

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