Resources | system | admin | saveConfigStoreFile

saveConfigStoreFile

Save the current configuration to an external cloud object store service.

Input Params

NameMandatoryDefaultDescription
fileNameM Name of the configuration file in the cloud object store service.

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/saveConfigStoreFile --data '
<saveConfigStoreFile>
     <fileName>{fileName}</fileName>
</saveConfigStoreFile>
'

  • No labels