Summary
Apply a device config template
Description
This API call will apply a configuration template to a specified device
Route
POST /configuration_manager/templates/apply
Roles
            admin
apiwrite
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| deviceName | string | yes | Device name | 
| templateId | string | yes | A valid id or name of the template | 
| options | object | yes | Additional parameters (optional) | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| result | object | Direct reponse from the origin's adapter |