Resources | node | system | admin | removeSavedConfig

removeSavedConfig

Removes a previously saved configuration from the server.

Input Params

NameMandatoryDefaultDescription
fileNameM Name of the configuration file to remove.

Output Params

NameDescription
result
reason
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}/removeSavedConfig --data '
<removeSavedConfig>
     <fileName>{fileName}</fileName>
</removeSavedConfig>
'

  • No labels