AI-generated Key Takeaways
-
This API enables mobile device customers and EMMs to manage zero-touch enrollment programmatically.
-
The service utilizes REST resources including
v1.customers
,v1.customers.configurations
,v1.customers.devices
, andv1.customers.dpcs
. -
The API provides various methods to manage customer accounts, configurations, and devices, including creating, deleting, listing, and updating configurations.
-
Device management includes applying and removing configurations, getting device details, and unclaiming devices from zero-touch enrollment.
-
The service endpoint for this API is
https://androiddeviceprovisioning.googleapis.com
, and it offers a discovery document for building client libraries.
The API lets mobile device customers and EMMs programmatically manage zero-touch enrollment.
- REST Resource: v1.customers
- REST Resource: v1.customers.configurations
- REST Resource: v1.customers.devices
- REST Resource: v1.customers.dpcs
Service: androiddeviceprovisioning.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://androiddeviceprovisioning.googleapis.com
REST Resource: v1.customers
Methods | |
---|---|
list |
GET /v1/customers Lists the user's customer accounts. |
REST Resource: v1.customers.configurations
Methods | |
---|---|
create |
POST /v1/{parent=customers/*}/configurations Creates a new configuration. |
delete |
DELETE /v1/{name=customers/*/configurations/*} Deletes an unused configuration. |
get |
GET /v1/{name=customers/*/configurations/*} Gets the details of a configuration. |
list |
GET /v1/{parent=customers/*}/configurations Lists a customer's configurations. |
patch |
PATCH /v1/{configuration.name=customers/*/configurations/*} Updates a configuration's field values. |
REST Resource: v1.customers.devices
Methods | |
---|---|
applyConfiguration |
POST /v1/{parent=customers/*}/devices:applyConfiguration Applies a Configuration to the device to register the device for zero-touch enrollment. |
get |
GET /v1/{name=customers/*/devices/*} Gets the details of a device. |
list |
GET /v1/{parent=customers/*}/devices Lists a customer's devices. |
removeConfiguration |
POST /v1/{parent=customers/*}/devices:removeConfiguration Removes a configuration from device. |
unclaim |
POST /v1/{parent=customers/*}/devices:unclaim Unclaims a device from a customer and removes it from zero-touch enrollment. |
REST Resource: v1.customers.dpcs
Methods | |
---|---|
list |
GET /v1/{parent=customers/*}/dpcs Lists the DPCs (device policy controllers) that support zero-touch enrollment. |