You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Resources |
node |
system |
admin |
saveConfigStoreFile
saveConfigStoreFile
Save the current configuration to an external cloud object store service.
|
Name | Mandatory | Default | Description |
---|
fileName | M | |
Name of the configuration file in the cloud object store service.
|
Output Params
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/admin={name}/saveConfigStoreFile --data ' <saveConfigStoreFile> <fileName>{fileName}</fileName> </saveConfigStoreFile> ' |