Resources | system | admin | retrieveConfigStoreFile

retrieveConfigStoreFile

Retrieve a configuration file from an external cloud object store service to the active configuration.

Input Params

NameMandatoryDefaultDescription
fileNameM Name of the configuration file on 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/retrieveConfigStoreFile --data '
<retrieveConfigStoreFile>
     <fileName>{fileName}</fileName>
</retrieveConfigStoreFile>
'

  • No labels