Android Device Provisioning Partner API: customers. Automates Android zero-touch enrollment for device resellers, customers, and EMMs. See: https://developers.google.com/zero-touch/docs/reference/rest/v1/customers
Android Device Provisioning Partner API: customers. Automates Android zero-touch enrollment for device resellers, customers, and EMMs. See: https://developers.google.com/zero-touch/docs/reference/rest/v1/customers
(configurations-create$ auth parameters body)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/create
Required parameters: parent
Optional parameters: none
Body:
{:isDefault boolean, :configurationName string, :dpcExtras string, :name string, :customMessage string, :contactEmail string, :configurationId string, :companyName string, :forcedResetTime string, :dpcResourcePath string, :contactPhone string}
Creates a new configuration. Once created, a customer can apply the configuration to devices.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/create Required parameters: parent Optional parameters: none Body: {:isDefault boolean, :configurationName string, :dpcExtras string, :name string, :customMessage string, :contactEmail string, :configurationId string, :companyName string, :forcedResetTime string, :dpcResourcePath string, :contactPhone string} Creates a new configuration. Once created, a customer can apply the configuration to devices.
(configurations-delete$ auth parameters)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/delete
Required parameters: name
Optional parameters: none
Deletes an unused configuration. The API call fails if the customer has devices with the configuration applied.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/delete Required parameters: name Optional parameters: none Deletes an unused configuration. The API call fails if the customer has devices with the configuration applied.
(configurations-get$ auth parameters)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/get
Required parameters: name
Optional parameters: none
Gets the details of a configuration.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/get Required parameters: name Optional parameters: none Gets the details of a configuration.
(configurations-list$ auth parameters)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/list
Required parameters: parent
Optional parameters: none
Lists a customer's configurations.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/list Required parameters: parent Optional parameters: none Lists a customer's configurations.
(configurations-patch$ auth parameters body)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/patch
Required parameters: name
Optional parameters: updateMask
Body:
{:isDefault boolean, :configurationName string, :dpcExtras string, :name string, :customMessage string, :contactEmail string, :configurationId string, :companyName string, :forcedResetTime string, :dpcResourcePath string, :contactPhone string}
Updates a configuration's field values.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/patch Required parameters: name Optional parameters: updateMask Body: {:isDefault boolean, :configurationName string, :dpcExtras string, :name string, :customMessage string, :contactEmail string, :configurationId string, :companyName string, :forcedResetTime string, :dpcResourcePath string, :contactPhone string} Updates a configuration's field values.
(devices-applyConfiguration$ auth parameters body)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/applyConfiguration
Required parameters: parent
Optional parameters: none
Body:
{:configuration string, :device {:deviceIdentifier DeviceIdentifier, :deviceId string}}
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.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/applyConfiguration Required parameters: parent Optional parameters: none Body: {:configuration string, :device {:deviceIdentifier DeviceIdentifier, :deviceId string}} 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.
(devices-get$ auth parameters)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/get
Required parameters: name
Optional parameters: none
Gets the details of a device.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/get Required parameters: name Optional parameters: none Gets the details of a device.
(devices-list$ auth parameters)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/list
Required parameters: parent
Optional parameters: pageSize, pageToken
Lists a customer's devices.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/list Required parameters: parent Optional parameters: pageSize, pageToken Lists a customer's devices.
(devices-removeConfiguration$ auth parameters body)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/removeConfiguration
Required parameters: parent
Optional parameters: none
Body:
{:device {:deviceIdentifier DeviceIdentifier, :deviceId string}}
Removes a configuration from device.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/removeConfiguration Required parameters: parent Optional parameters: none Body: {:device {:deviceIdentifier DeviceIdentifier, :deviceId string}} Removes a configuration from device.
(devices-unclaim$ auth parameters body)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/unclaim
Required parameters: parent
Optional parameters: none
Body:
{:device {:deviceIdentifier DeviceIdentifier, :deviceId string}}
Unclaims a device from a customer and removes it from zero-touch enrollment. After removing a device, a customer must contact their reseller to register the device into zero-touch enrollment again.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/unclaim Required parameters: parent Optional parameters: none Body: {:device {:deviceIdentifier DeviceIdentifier, :deviceId string}} Unclaims a device from a customer and removes it from zero-touch enrollment. After removing a device, a customer must contact their reseller to register the device into zero-touch enrollment again.
(dpcs-list$ auth parameters)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/dpcs/list
Required parameters: parent
Optional parameters: none
Lists the DPCs (device policy controllers) that support zero-touch enrollment.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/dpcs/list Required parameters: parent Optional parameters: none Lists the DPCs (device policy controllers) that support zero-touch enrollment.
(list$ auth parameters)
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/list
Required parameters: none
Optional parameters: pageToken, pageSize
Lists the user's customer accounts.
https://developers.google.com/zero-touch/api/reference/rest/v1/customers/list Required parameters: none Optional parameters: pageToken, pageSize Lists the user's customer accounts.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close