Summary
Run a Command against Devices
Description
Run a command against devices.
Route
POST /mop/RunCommandDevices
Roles
            admin
apiwrite
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| command | string | yes | Command to run. | 
| variables | object | yes | Variables to be run with the command. | 
| devices | array | yes | Devices the command is run against. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| results | object | Result of the command run. |