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

지정된 단계에 대한 PerfSampleSeries를 나열합니다.

요청은 결과에 포함할 하나 이상의 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와 같은 PerfMetricType 값을 하나 이상 지정하세요.

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

성공하면 응답 본문에 다음 구조의 데이터가 포함됩니다.

JSON 표현
{
  "perfSampleSeries": [
    {
      object (PerfSampleSeries)
    }
  ]
}
필드
perfSampleSeries[]

object ( PerfSampleSeries )

ID별로 정렬된 결과 PerfSampleSeries

승인 범위

다음 OAuth 범위가 필요합니다.

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

자세한 내용은 인증 개요를 참조하세요.