tuxudo / ios_devices
iOS devices module for munkireport.
v3.0
2023-03-29 17:34 UTC
This package is auto-updated.
Last update: 2024-10-26 19:32:39 UTC
README
Gets data about iOS devices that have been connected to the client.
Table Schema
- serial - VARCHAR(255) - Serial number of iOS device
- prefpath - VARCHAR(255) - Location of preference file
- build_version - VARCHAR(255) - Build version of iOS
- connected - BIGINT - When device was last connected
- device_class - VARCHAR(255) - Class of device
- family_id - INT(11) - Family ID of device
- firmware_version - INT(11) - Firmware version
- firmware_version_string - VARCHAR(255) - iOS version
- software_version - INT(11) - Software version
- ios_id - VARCHAR(255) - iOS device ID
- product_type - VARCHAR(255) - Model ID
- region_info - VARCHAR(255) - Region code
- serial - VARCHAR(255) - Serial number of iOS device
- use_count - INT(11) - Number of times device was connected
- imei - VARCHAR(255) - IMEI of device
- meid - VARCHAR(255) - MEID of device