Method: projects.locations.clusters.getCertificateAuthority

Mendapatkan detail informasi certificate authority untuk cluster Redis.

Permintaan HTTP

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

URL menggunakan sintaks gRPC Transcoding.

Parameter jalur

Parameter
name

string

Wajib. Nama resource certificate authority cluster Redis menggunakan formulir: projects/{projectId}/locations/{locationId}/clusters/{clusterId}/certificateAuthority dengan locationId mengacu pada region Google Cloud.

Isi permintaan

Isi permintaan harus kosong.

Isi respons

Certificate authority cluster Redis

Jika berhasil, isi respons memuat data dengan struktur berikut:

Representasi 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.
}
Kolom
name

string

ID. Nama unik resource dalam cakupan ini, termasuk project, lokasi, dan cluster menggunakan format: projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority

Kolom union server_ca. Informasi CA server server_ca hanya dapat berupa salah satu dari berikut:
managedServerCa

object (ManagedCertificateAuthority)

Cakupan otorisasi

Memerlukan cakupan OAuth berikut:

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

Untuk mengetahui informasi selengkapnya, lihat Authentication Overview.

ManagedCertificateAuthority

Representasi JSON
{
  "caCerts": [
    {
      object (CertChain)
    }
  ]
}
Kolom
caCerts[]

object (CertChain)

Rantai sertifikat CA berenkode PEM untuk autentikasi server terkelola redis

CertChain

Representasi JSON
{
  "certificates": [
    string
  ]
}
Kolom
certificates[]

string

Sertifikat yang membentuk rantai CA, dari urutan leaf ke root.