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

Creates a PerfSampleSeries.

May return any of the following error code(s): - ALREADY_EXISTS - PerfMetricSummary already exists for the given Step - NOT_FOUND - The containing Step does not exist

HTTP request

POST 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.

Request body

The request body contains an instance of PerfSampleSeries.

Response body

If successful, the response body contains a newly created instance of PerfSampleSeries.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.