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