- Permintaan HTTP
- Parameter jalur
- Isi permintaan
- Isi respons
- Cakupan otorisasi
- ManagedCertificateAuthority
- CertChain
- Contoh
- Cobalah!
Mendapatkan detail informasi certificate authority untuk cluster Redis.
Permintaan HTTP
GET https://redis.googleapis.com/v1beta1/{name=projects/*/locations/*/clusters/*/certificateAuthority}
URL menggunakan sintaks gRPC Transcoding.
Parameter jalur
Parameter | |
---|---|
name |
Wajib. Nama resource certificate authority cluster Redis menggunakan formulir: |
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 |
Kolom | |
---|---|
name |
ID. Nama unik resource dalam cakupan ini, termasuk project, lokasi, dan cluster menggunakan format: |
Kolom union server_ca . Informasi CA server server_ca hanya dapat berupa salah satu dari berikut: |
|
managedServerCa |
|
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 ( |
Kolom | |
---|---|
caCerts[] |
Rantai sertifikat CA berenkode PEM untuk autentikasi server terkelola redis |
CertChain
Representasi JSON |
---|
{ "certificates": [ string ] } |
Kolom | |
---|---|
certificates[] |
Sertifikat yang membentuk rantai CA, dari urutan leaf ke root. |