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