Method: projects.locations.deliveryPipelines.automationRuns.list

특정 프로젝트와 위치의 AutomationRuns를 나열합니다.

HTTP 요청

GET https://clouddeploy.googleapis.com/v1/{parent=projects/*/locations/*/deliveryPipelines/*}/automationRuns

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
parent

string

필수 항목입니다. 이 automationRuns 컬렉션을 소유한 상위 Delivery Pipeline입니다. 형식은 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}이어야 합니다.

쿼리 매개변수

매개변수
pageSize

integer

반환할 최대 automationRuns 수입니다. 서비스가 이 값보다 더 적게 반환할 수 있습니다. 지정하지 않으면 automationRuns가 최대 50개까지 반환됩니다. 최댓값은 1,000이며, 1,000을 초과하는 값은 1,000으로 설정됩니다.

pageToken

string

이전 automationRuns.list 호출에서 받은 페이지 토큰입니다. 후속 페이지를 검색하려면 이를 입력합니다.

페이지로 나누기로 표시할 때 페이지 토큰을 제공한 호출과 일치하는 다른 모든 제공된 매개변수가 표시됩니다.

filter

string

반환할 automationRuns를 필터링합니다. 모든 필드를 필터에서 사용할 수 있습니다.

orderBy

string

정렬할 필드입니다.

요청 본문

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

응답 본문

automationRuns.list의 응답 객체입니다.

성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.

JSON 표현
{
  "automationRuns": [
    {
      object (AutomationRun)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
필드
automationRuns[]

object (AutomationRun)

AutomationRuns 객체입니다.

nextPageToken

string

다음 페이지를 검색하기 위해 pageToken으로 전송할 수 있는 토큰입니다. 이 필드를 생략하면 후속 페이지가 표시되지 않습니다.

unreachable[]

string

도달할 수 없는 위치입니다.

승인 범위

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

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

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

IAM 권한

parent 리소스에 대해서는 다음 IAM 권한이 필요합니다.

  • clouddeploy.automationRuns.list

자세한 내용은 IAM 문서를 참조하세요.