Android Device Provisioning Partner API

這個 API 可讓行動裝置客戶和 EMM 透過程式管理零接觸註冊機制。

服務:androiddevicemanagement.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 (裝置政策控制器)。