AI-generated Key Takeaways
-
This endpoint creates a new configuration that can be applied to devices under a specified customer.
-
The request is a POST request to the URL
https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations
, using gRPC Transcoding syntax. -
The
parent
path parameter is a required string that specifies the customer managing the configuration in the formatcustomers/[CUSTOMER_ID]
. -
The request body should include an instance of a
Configuration
, and a successful response will contain a newly createdConfiguration
. -
The authorization scope
https://www.googleapis.com/auth/androidworkzerotouchemm
is required to make this call.
Creates a new configuration. Once created, a customer can apply the configuration to devices.
HTTP request
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The customer that manages the configuration. An API resource name in the format |
Request body
The request body contains an instance of Configuration
.
Response body
If successful, the response body contains a newly created instance of Configuration
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidworkzerotouchemm
For more information, see the OAuth 2.0 Overview.