Method: projects.deployments.getInstallStatus
Lấy trạng thái cài đặt của một lượt triển khai thử nghiệm.
Yêu cầu HTTP
GET https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*/installStatus}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
name |
string
Bắt buộc. Tên tài nguyên đầy đủ của bản triển khai. Ví dụ: projects/my_project/deployments/my_deployment/installStatus
Việc uỷ quyền yêu cầu quyền IAM sau đây trên tài nguyên name đã chỉ định:
gsuiteaddons.deployments.installStatus
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Trạng thái cài đặt của một bản triển khai thử nghiệm.
Nếu thành công, phần nội dung phản hồi sẽ chứa dữ liệu có cấu trúc sau:
Biểu diễn dưới dạng JSON |
{
"name": string,
"installed": boolean
} |
Trường |
name |
string
Tên tài nguyên đầy đủ chuẩn hoá của trạng thái cài đặt triển khai. Ví dụ: projects/123/deployments/my_deployment/installStatus
|
installed |
boolean
Đúng nếu người dùng đã cài đặt bản triển khai.
|
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/cloud-platform
Để biết thêm thông tin, hãy xem OAuth 2.0 Overview.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-01-15 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]