Take a look the following link:
Managing SoftLayer Object Storage Through REST APIs - "Authenticating to the Object Storage" section.
According to the link, you can get "X-Auth-User" and "X-Auth-Key" values in
Control Portal. Storage >> Object Storage >> Select Object Storage >>
Select Cluster (e.g. Dallas 5) >> View Credentials,
where
"X-Auth-User" refers to "Username"
"X-Auth-Key" refers to "API Key
(Password)".
Here an example using curl:
curl -i -H "X-Auth-User: SLOS300001-10:rcuellar" -H "X-Auth-Key: 231222489e90646678364kjsdfhytwterd02599813f463619d5728e0293de8" https://dal05.objectstorage.softlayer.net/auth/v1.0
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…