Resources | system | objectStoreParameters

objectStoreParameters

Parameters used to specify an object store service to upload or download a configuration file.

Exists on Condition (/system/serverAdmin/hwSubType='virtualCloud' or /system/serverAdmin/hwSubType='virtualContainer')

Operational Data

ParameterDescription
objectStoreType The type of object store service.
userName The user name credential needed to access the object store service.
password The password credential needed to access the object store service.
url The url used to access the object store service.
RESTCONF API: GET Example

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

  • No labels