Google Play EMM API: devices. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices
Google Play EMM API: devices. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices
(forceReportUpload$ auth parameters)
Required parameters: userId, deviceId, enterpriseId
Optional parameters: none
Uploads a report containing any changes in app states on the device since the last report was generated. You can call this method up to 3 times every 24 hours for a given device. If you exceed the quota, then the Google Play EMM API returns HTTP 429 Too Many Requests.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/forceReportUpload Required parameters: userId, deviceId, enterpriseId Optional parameters: none Uploads a report containing any changes in app states on the device since the last report was generated. You can call this method up to 3 times every 24 hours for a given device. If you exceed the quota, then the Google Play EMM API returns HTTP 429 Too Many Requests.
(get$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/get
Required parameters: deviceId, userId, enterpriseId
Optional parameters: none
Retrieves the details of a device.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/get Required parameters: deviceId, userId, enterpriseId Optional parameters: none Retrieves the details of a device.
(getState$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/getState
Required parameters: deviceId, enterpriseId, userId
Optional parameters: none
Retrieves whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/getState Required parameters: deviceId, enterpriseId, userId Optional parameters: none Retrieves whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.
(list$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/list
Required parameters: enterpriseId, userId
Optional parameters: none
Retrieves the IDs of all of a user's devices.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/list Required parameters: enterpriseId, userId Optional parameters: none Retrieves the IDs of all of a user's devices.
(setState$ auth parameters body)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/setState
Required parameters: enterpriseId, deviceId, userId
Optional parameters: none
Body:
{:accountState string}
Sets whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/setState Required parameters: enterpriseId, deviceId, userId Optional parameters: none Body: {:accountState string} Sets whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.
(update$ auth parameters body)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/update
Required parameters: deviceId, enterpriseId, userId
Optional parameters: updateMask
Body:
{:report {:lastUpdatedTimestampMillis string, :appState [AppState]}, :policy {:autoUpdatePolicy string, :deviceReportPolicy string, :productPolicy [ProductPolicy], :productAvailabilityPolicy string, :maintenanceWindow MaintenanceWindow}, :managementType string, :androidId string}
Updates the device policy
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices/update Required parameters: deviceId, enterpriseId, userId Optional parameters: updateMask Body: {:report {:lastUpdatedTimestampMillis string, :appState [AppState]}, :policy {:autoUpdatePolicy string, :deviceReportPolicy string, :productPolicy [ProductPolicy], :productAvailabilityPolicy string, :maintenanceWindow MaintenanceWindow}, :managementType string, :androidId string} Updates the device policy
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close