Method: projects.deployments.getInstallStatus
Ruft den Installationsstatus einer Testbereitstellung ab.
HTTP-Anfrage
GET https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*/installStatus}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der vollständige Ressourcenname der Bereitstellung. Beispiel: projects/my_project/deployments/my_deployment/installStatus .
Für die Autorisierung ist die folgende IAM-Berechtigung für die angegebene Ressource name erforderlich:
gsuiteaddons.deployments.installStatus
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Installationsstatus einer Testbereitstellung.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung |
{
"name": string,
"installed": boolean
} |
Felder |
name |
string
Der vollständige kanonische Ressourcenname des Installationsstatus der Bereitstellung. Beispiel: projects/123/deployments/my_deployment/installStatus .
|
installed |
boolean
„Wahr“, wenn die Bereitstellung für den Nutzer installiert ist.
|
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/cloud-platform
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-01-15 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]