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