To get limit of credentials
The Object Storage S3 has a limit of 2 credentials by default, you can check with the following request:
https://$user:[email protected]/rest/v3.1/SoftLayer_Network_Storage_Hub_Cleversafe_Account/20654699/getCredentialLimit
Method: Get
To get credentials:
https://$user:[email protected]/rest/v3.1/SoftLayer_Network_Storage_Hub_Cleversafe_Account/20654699/getCredentials
Method: Get
To create credential:
https://$user:[email protected]/rest/v3.1/SoftLayer_Network_Storage_Hub_Cleversafe_Account/20654699/credentialCreate
Method: Get
To delete credential:
https:/$user:[email protected]/rest/v3.1/SoftLayer_Network_Storage_Hub_Cleversafe_Account/20654699/credentialDelete
{
"parameters":[
{
"id": 550123
}
]
}
I hope it helps, let me know if you need further assistance