Method: customers.configurations.create
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 |
string
Required. The customer that manages the configuration. An API resource name in the format customers/[CUSTOMER_ID] .
|
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-07 UTC.
[null,null,["Last updated 2024-08-07 UTC."],[[["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 format `customers/[CUSTOMER_ID]`."],["The request body should include an instance of a `Configuration`, and a successful response will contain a newly created `Configuration`."],["The authorization scope `https://www.googleapis.com/auth/androidworkzerotouchemm` is required to make this call."]]],[]]