commandment.mdm.handlers.
ack_available_os_updates
(request: commandment.mdm.commands.AvailableOSUpdates, device: commandment.models.Device, response: dict)[source]¶Acknowledge a response to AvailableOSUpdates
commandment.mdm.handlers.
ack_device_information
(request: commandment.mdm.commands.DeviceInformation, device: commandment.models.Device, response: dict)[source]¶Acknowledge a DeviceInformation
response.
Parameters: |
|
---|---|
Returns: | Reserved for future use |
Return type: | void |
See also
commandment.mdm.handlers.
ack_install_application
(request: commandment.mdm.commands.InstallApplication, device: commandment.models.Device, response: dict)[source]¶Acknowledge a response to InstallApplication. Usually just contains Queued: True/False
commandment.mdm.handlers.
ack_install_profile
(request: commandment.mdm.commands.InstallProfile, device: commandment.models.Device, response: dict)[source]¶Acknowledge a response to InstallProfile
.
commandment.mdm.handlers.
ack_installed_app_list
(request: commandment.mdm.commands.InstalledApplicationList, device: commandment.models.Device, response: dict)[source]¶Acknowledge a response to InstalledApplicationList
.
Note
There is no composite key which can uniquely identify an item in the installed applications list. Some applications may not contain any version information at all. For this reason, the entire list of installed applications is cleared before inserting a new list.
Parameters: |
|
---|---|
Returns: | Nothing is returned but this behaviour is subject to change. |
Return type: | void |
commandment.mdm.handlers.
ack_profile_list
(request: commandment.mdm.commands.ProfileList, device: commandment.models.Device, response: dict)[source]¶Acknowledge a ProfileList
response.
Parameters: |
|
---|---|
Returns: | Reserved for future use |
Return type: | void |