這個 API 可讓行動裝置客戶和 EMM 透過程式輔助方式管理零接觸註冊機制。
- REST 資源:v1.customers
- REST 資源:v1.customers.configurations
- REST 資源:v1.customers.devices
- REST 資源:v1.customers.dpcs
服務:androiddeviceprovision.googleapis.com
如要呼叫這項服務,建議您使用 Google 提供的用戶端程式庫。如果應用程式需要使用您自己的程式庫呼叫這項服務,請在發出 API 要求時使用下列資訊。
探索文件
探索文件是一種機器可解讀的規格,用於說明和使用 REST API。此文件用於建構用戶端程式庫、IDE 外掛程式,以及與 Google API 互動的其他工具。一項服務可能會提供多個探索文件。這項服務提供下列探索文件:
服務端點
服務端點是指定 API 服務網路位址的基準網址。一項服務可能有多個服務端點。這項服務有以下服務端點,且下方的 URI 皆以此服務端點為基準:
https://androiddeviceprovisioning.googleapis.com
REST 資源:v1.customers
方法 | |
---|---|
list |
GET /v1/customers 個列出使用者的客戶帳戶。 |
REST 資源:v1.customers.configurations
方法 | |
---|---|
create |
POST /v1/{parent=customers/*}/configurations 個建立新的設定。 |
delete |
DELETE /v1/{name=customers/*/configurations/*} 個刪除未使用的設定。 |
get |
GET /v1/{name=customers/*/configurations/*} 個取得設定的詳細資料。 |
list |
GET /v1/{parent=customers/*}/configurations 個列出客戶的設定。 |
patch |
PATCH /v1/{configuration.name=customers/*/configurations/*} 個更新設定的欄位值。 |
REST 資源:v1.customers.devices
方法 | |
---|---|
applyConfiguration |
POST /v1/{parent=customers/*}/devices:applyConfiguration 個將設定套用至裝置,為裝置註冊零接觸註冊機制。 |
get |
GET /v1/{name=customers/*/devices/*} 個取得裝置的詳細資料。 |
list |
GET /v1/{parent=customers/*}/devices 個列出客戶的裝置。 |
removeConfiguration |
POST /v1/{parent=customers/*}/devices:removeConfiguration 個從裝置上移除設定。 |
unclaim |
POST /v1/{parent=customers/*}/devices:unclaim 個從客戶取消認領裝置,並從零接觸註冊機制中移除裝置。 |
REST 資源:v1.customers.dpcs
方法 | |
---|---|
list |
GET /v1/{parent=customers/*}/dpcs 個列出支援零接觸註冊機制的 DPC (裝置政策控制器)。 |