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 |
setConfigStoreParameters
setConfigStoreParameters
Set the parameters used to access an external cloud object store service.
|
Name | Mandatory | Default | Description |
---|
objectStoreType | O | |
The type of external cloud object store service.
|
userName | O | |
The user name credential needed to access the external cloud object store service.
|
password | M | |
The password credential needed to access the external cloud object store service.
|
url | M | |
The url of the external cloud data storage.
|
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}/setConfigStoreParameters --data ' <setConfigStoreParameters> <password>{password}</password> <url>{url}</url> </setConfigStoreParameters> ' |