I want to get credential data for storage by api. so i tried to below URL
SoftLayer_Network_Storage/8884475.json?objectMask=mask[serviceResourceBackendIpAddress,bytesUsed,osTypeId,allowedIpAddresses,parentVolume.volumeStatus,credentials,serviceResource.datacenter]
but i can't get a credential.
so i tried another api.
SoftLayer_Network_Storage/8884475/Credentials.json?objectMask=mask[credentials]
but can't.
How do I get to know the credential?
thanks.