|
| open_error_t | openapiCliShowExecuteToFile (openapiClientHandle_t *client_handle, open_buffdesc *showCliCommand, open_buffdesc *fileName) |
| | Execute given show CLI command and redirect its output to the specified file. More...
|
| |
| open_error_t | openapiFileNameMaxLengthGet (openapiClientHandle_t *client_handle, uint32_t *maxLen) |
| | Get the maximum file name length. More...
|
| |
| open_error_t | openapiRunningCfgGenerate (openapiClientHandle_t *client_handle, open_buffdesc *txtCfgFile) |
| | Generate running configuration into specified file. More...
|
| |
| open_error_t | openapiSaveConfig (openapiClientHandle_t *client_handle) |
| | Save running configuration into startup configuration file. More...
|
| |
| open_error_t | openapiTxtCfgApply (openapiClientHandle_t *client_handle, open_buffdesc *txtCfgFile, open_buffdesc *outFile) |
| | Apply CLI text based configuration. More...
|
| |
| open_error_t | openapiTxtCfgCompress (openapiClientHandle_t *client_handle, open_buffdesc *pInUncompCfgFile, open_buffdesc *pOutCmpCfgFile) |
| | Compress a given configuration file. More...
|
| |
| open_error_t | openapiTxtCfgNDCApply (openapiClientHandle_t *client_handle, open_buffdesc *txtCfgFile, open_buffdesc *outFile) |
| | gracefully Apply CLI text based configuration More...
|
| |
| open_error_t | openapiTxtCfgNDCGenerate (openapiClientHandle_t *client_handle, open_buffdesc *txtCfgFile, open_buffdesc *outFile) |
| | Generate configuration difference between running configuration and input configuration file. More...
|
| |
| open_error_t | openapiTxtCfgUnCompress (openapiClientHandle_t *client_handle, open_buffdesc *pInCompCfgFile, open_buffdesc *pOutUncompCfgFile) |
| | Uncompress a given configuration file. More...
|
| |
| open_error_t | openapiTxtCfgValidate (openapiClientHandle_t *client_handle, open_buffdesc *txtCfgFile, open_buffdesc *outFile) |
| | Validate given configuration file. More...
|
| |