Summary
Retrieve configuration from a device using the NETCONF protocol
Description
This method will retrieve configuration from a device using the NETCONF protocol
Route
POST /automationgateway/netconf/get_config/execute
Roles
            admin
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| host | string | yes | A host from the Netconf Inventory | 
| targetDatastore | string | no | Name of the datastore from which to retrieve configuration data | 
| filter | string | no | An xml string which acts as a filter to restrict the data retrieved from the device | 
| lock | boolean | no | Lock the datastore specified in 'targetDatastore' | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| result | object | A JSON Object containing status, code and the result |