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

Lists PerfSampleSeries for a given Step.

The request provides an optional filter which specifies one or more PerfMetricsType to include in the result; if none returns all. The resulting PerfSampleSeries are sorted by ids.

May return any of the following canonical error codes: - NOT_FOUND - The containing Step does not exist

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
projectId

string

The cloud project

historyId

string

A tool results history ID.

executionId

string

A tool results execution ID.

stepId

string

A tool results step ID.

Query parameters

Parameters
filter[]

enum (PerfMetricType)

Specify one or more PerfMetricType values such as CPU to filter the result

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "perfSampleSeries": [
    {
      object (PerfSampleSeries)
    }
  ]
}
Fields
perfSampleSeries[]

object (PerfSampleSeries)

The resulting PerfSampleSeries sorted by id

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.