Method: projects.locations.clusters.getCertificateAuthority

Redis 클러스터의 인증 기관 정보 세부정보를 가져옵니다.

HTTP 요청

GET https://redis.googleapis.com/v1alpha1/{name=projects/*/locations/*/clusters/*/certificateAuthority}

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

경로 매개변수

매개변수
name

string

필수 입력란입니다. projects/{projectId}/locations/{locationId}/clusters/{clusterId}/certificateAuthority 형식을 사용하는 Redis 클러스터 인증 기관 리소스 이름입니다. 여기서 locationId는 Google Cloud 리전을 나타냅니다.

요청 본문

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

응답 본문

Redis 클러스터 인증 기관

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

JSON 표현
{
  "name": string,

  // Union field server_ca can be only one of the following:
  "managedServerCa": {
    object (ManagedCertificateAuthority)
  }
  // End of list of possible types for union field server_ca.
}
필드
name

string

식별자. projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority 형식을 사용한 프로젝트, 위치, 클러스터가 포함된 범위 내 리소스의 고유한 이름입니다.

통합 필드 server_ca. 서버 CA 정보 server_ca는 다음 중 하나여야 합니다.
managedServerCa

object (ManagedCertificateAuthority)

승인 범위

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

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

자세한 내용은 Authentication Overview를 참조하세요.

ManagedCertificateAuthority

JSON 표현
{
  "caCerts": [
    {
      object (CertChain)
    }
  ]
}
필드
caCerts[]

object (CertChain)

Redis 관리형 서버 인증을 위한 PEM으로 인코딩된 CA 인증서 체인입니다.

CertChain

JSON 표현
{
  "certificates": [
    string
  ]
}
필드
certificates[]

string

리프에서 루트 순서로 CA 체인을 형성하는 인증서입니다.