Summary
Call Adapter Method
Description
Perform south bound specific logic via direct adapter call(s)
Route
GET /configuration_manager/devices/actions/:device&:origin&:action
Roles
            admin
apiwrite
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| device | string | yes | device name | 
| origin | string | yes | origin name | 
| action | string | yes | adapter action/function to be called | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| adapterResponse | object | Direct reponse from the origin's adapter |