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