Summary
Apply Template to Devices
Description
Apply a configuration template to a list of devices
Route
POST /device_management/applyVariableTemplateDevices
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
devices | object | yes | Device names |
template | string | yes | Template's name |
variables | object | yes | Variable names and values |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
config | object | Results of applying variables to a device template |