Applies a Configuration to the device to register the device for zero-touch enrollment. After applying a configuration to a device, the device automatically provisions itself on first boot, or next factory reset.
HTTP request
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:applyConfiguration
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The customer managing the device. An API resource name in the format |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"device": {
object ( |
Fields | |
---|---|
device |
Required. The device the configuration is applied to. |
configuration |
Required. The configuration applied to the device in the format |
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidworkzerotouchemm
For more information, see the OAuth 2.0 Overview.