Method: projects.deployments.getInstallStatus
Mendapatkan status penginstalan deployment pengujian.
Permintaan HTTP
GET https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*/installStatus}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. Nama resource lengkap deployment. Contoh: projects/my_project/deployments/my_deployment/installStatus .
Otorisasi memerlukan izin IAM berikut pada resource name yang ditentukan:
gsuiteaddons.deployments.installStatus
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Status penginstalan deployment pengujian.
Jika berhasil, isi respons memuat data dengan struktur berikut:
Representasi JSON |
{
"name": string,
"installed": boolean
} |
Kolom |
name |
string
Nama lengkap resource kanonis dari status penginstalan deployment. Contoh: projects/123/deployments/my_deployment/installStatus .
|
installed |
boolean
Benar jika deployment diinstal untuk pengguna.
|
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/cloud-platform
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-01-15 UTC.
[null,null,["Terakhir diperbarui pada 2025-01-15 UTC."],[[["Retrieves the installation status of a specific Google Workspace Add-on deployment."],["Requires the deployment's full resource name as a path parameter and an empty request body."],["Returns a JSON response indicating whether the deployment is installed for the user along with the deployment's full resource name."],["Needs authorization with the `https://www.googleapis.com/auth/cloud-platform` scope for access."]]],["This document details retrieving the installation status of a test deployment. A `GET` request to a specific URL using gRPC Transcoding syntax is made, including a `name` path parameter identifying the deployment. The request body is empty. The response contains a JSON object with the deployment's resource `name` and a boolean `installed` status. Authorization requires an IAM permission (`gsuiteaddons.deployments.installStatus`) and the OAuth scope (`https://www.googleapis.com/auth/cloud-platform`).\n"]]