Method: customers.configurations.get
Получает сведения о конфигурации.
HTTP-запрос
GET https://androiddeviceprovisioning.googleapis.com/v1/{name=customers/*/configurations/*}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Необходимый. Конфигурация, которую нужно получить. Имя ресурса API в формате customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID] . |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр Configuration
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/androidworkzerotouchemm
Дополнительную информацию см. в обзоре OAuth 2.0 .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 UTC."],[[["This endpoint retrieves the details of a specific configuration."],["The HTTP request method is `GET`, using a URL with gRPC Transcoding syntax."],["The `name` path parameter is required, formatted as `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`."],["The request body must be empty, and a successful response contains a `Configuration` instance."],["Authorization requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope."]]],["This document outlines the process of retrieving configuration details via an API. A `GET` request is sent to a specified URL using gRPC Transcoding syntax. The `name` parameter, formatted as `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`, is required within the URL path. The request body must be empty. Upon success, the response body returns a `Configuration` instance, and OAuth authorization with the scope `https://www.googleapis.com/auth/androidworkzerotouchemm` is required.\n"]]