Summary
Run a Command against a Device
Description
Run a command against a device.
Route
POST /mop/RunCommand
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| command | string | yes | The command to run. |
| variables | object | yes | Variables to be run with the command. |
| device | string | yes | Device the command is run against. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | Result of the command run. |