승인을 처리하려면 지정된 리소스 parent에 대해 다음과 같은 IAM 권한이 필요합니다.
dataproc.sessions.list
쿼리 매개변수
매개변수
pageSize
integer
선택사항입니다. 각 응답에서 반환할 최대 세션 수입니다. 서비스가 이 값보다 더 적게 반환할 수 있습니다.
pageToken
string
선택사항입니다. 이전 sessions.list 호출에서 받은 페이지 토큰입니다. 후속 페이지를 검색하려면 이 토큰을 입력합니다.
filter
string
선택사항입니다. 응답에 반환할 세션의 필터입니다.
필터는 각 세션 리소스의 다양한 필드 값을 제한하는 논리 표현식입니다. 필터는 대소문자를 구분하며 논리 연산자 (AND, OR)와 결합된 여러 절을 포함할 수 있습니다. 지원되는 필드는 sessionId, sessionUuid, state, createTime, labels입니다.
예: state = ACTIVE and createTime < "2023-01-01T00:00:00Z"는 2023-01-01 이전에 생성된 ACTIVE 상태의 세션에 대한 필터입니다. state = ACTIVE and labels.environment=production는 프로덕션 환경 라벨이 있는 ACTIVE 상태의 세션을 위한 필터입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-04(UTC)"],[[["This API endpoint retrieves a list of interactive sessions using a `GET` request to the specified URL, structured according to gRPC Transcoding syntax."],["The `parent` path parameter is required to identify the collection of sessions, and listing sessions requires the `dataproc.sessions.list` IAM permission."],["The API supports optional query parameters such as `pageSize`, `pageToken`, and `filter` to control the number of results, pagination, and to refine results based on different criteria."],["The request body must be empty, and the successful response includes a JSON representation containing an array of session objects and an optional `nextPageToken` for pagination."],["Authorization for this API call requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`, as detailed in the Authentication Overview."]]],[]]