Resources | system | savedConfigList

savedConfigList

List of configurations saved on the system.

Exists on Condition (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /system/cnfPodType = 'oam'))

Operational Data

ParameterDescription
index Index of the saved configuration file.
fileName The file name of the saved configuration.
size Indicates size of the saved configuration file(KBytes).
version The software version name of the saved configuration.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/savedConfigList={index}

  • No labels