- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
The cloud project |
historyId |
A tool results history ID. |
executionId |
A tool results execution ID. |
stepId |
A tool results step ID. |
Query parameters
Parameters | |
---|---|
filter[] |
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 ( |
Fields | |
---|---|
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.