Resources | system | admin | setConfigStoreParameters

setConfigStoreParameters

Set the parameters used to access an external cloud object store service.

Input Params

NameMandatoryDefaultDescription
objectStoreTypeO The type of external cloud object store service.
userNameO The user name credential needed to access the external cloud object store service.
passwordM The password credential needed to access the external cloud object store service.
urlM The url of the external cloud data storage.

Output Params

NameDescription
result
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system/admin/{name}/_operations/setConfigStoreParameters --data '
<setConfigStoreParameters>
     <password>{password}</password>
     <url>{url}</url>
</setConfigStoreParameters>
'

  • No labels