/airwatch | Type: Application | PCID required: Yes
Enterprise mobility management
Tools
| Tool | Description |
|---|---|
airwatch_get_devices | Get list of managed devices from AirWatch |
airwatch_get_device | Get detailed information about a specific device |
airwatch_send_command | Send a command to a managed device |
airwatch_get_applications | Get list of managed applications |
airwatch_install_application | Install an application on a device |
airwatch_get_profiles | Get list of device profiles |
airwatch_get_devices
Get list of managed devices from AirWatch Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
platform | string | No | — | Filter by device platform |
status | string | No | — | Filter by device status |
organizationGroupId | string | No | — | Filter by organization group |
limit | number | No | 500 | Maximum number of devices to return |
airwatch_get_device
Get detailed information about a specific device Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
deviceId | string | Yes | — | Device ID to retrieve |
airwatch_send_command
Send a command to a managed device Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
deviceId | string | Yes | — | Device ID to send command to |
command | string | Yes | — | Command to send |
pin | string | No | — | PIN for device lock command |
airwatch_get_applications
Get list of managed applications Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
platform | string | No | — | Filter by platform |
type | string | No | — | Filter by application type |
limit | number | No | 500 | Maximum number of applications to return |
airwatch_install_application
Install an application on a device Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
deviceId | string | Yes | — | Device ID to install app on |
applicationId | string | Yes | — | Application ID to install |
airwatch_get_profiles
Get list of device profiles Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
platform | string | No | — | Filter by platform |
organizationGroupId | string | No | — | Filter by organization group |

