Method: projects.locations.services.queryMetadata

Dataproc Metastore 메타데이터 쿼리

HTTP 요청

POST https://metastore.googleapis.com/v1alpha/{service}:queryMetadata

경로 매개변수

매개변수
service

string

필수 입력란입니다. 메타데이터를 쿼리할 메타스토어 서비스의 상대 리소스 이름이며 다음 형식입니다.

projects/{projectId}/locations/{locationId}/services/{serviceId}.

승인을 처리하려면 지정된 리소스 service에 대해 다음과 같은 IAM 권한이 필요합니다.

  • metastore.services.queryMetadata

요청 본문

요청 본문에는 다음과 같은 구조의 데이터가 포함됩니다.

JSON 표현
{
  "query": string
}
필드
query

string

필수 입력란입니다. 메타데이터 데이터베이스에 대해 실행할 읽기 전용 SQL 쿼리입니다. 쿼리는 데이터를 변경하거나 변형할 수 없습니다.

응답 본문

성공한 경우 응답 본문에 Operation의 인스턴스가 포함됩니다.

승인 범위

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

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

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