Resources | system | admin | loadConfig

loadConfig

Load saved configuration and restart the system without rebooting the server(s).

Input Params

NameMandatoryDefaultDescription
fileNameM Name of the configuration file to load.
allowOldVersionOno Allows an old saved configuration file with no version identifier to be loaded. Only use this option if you know the saved version is compatible with the version currently running.

Output Params

NameDescription
result
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system/admin/{name}/_operations/loadConfig --data '
<loadConfig>
     <fileName>{fileName}</fileName>
</loadConfig>
'

  • No labels