getAllFiles


SoftLayer_Network_Storage::getAllFiles

Retrieve a listing of all files in a Storage account’s root directory.

Description

{{CloudLayerOnlyMethod}} Retrieve details such as id, name, size, create date for all files in a Storage account’s root directory. This does not download file content.

Parameters

None

Required Headers

Optional Headers

Return Values

Error Handling

  • Throw the exception “Not yet implemented for this Storage type.” if the Storage type is not supported.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/{SoftLayer_Network_StorageID}/getAllFiles'