getAllFilesByFilter


SoftLayer_Network_Storage_Backup_Evault::getAllFilesByFilter

Retrieve a listing of all files matching the filter’s criteria in a Storage account’s root directory.

Description

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

Parameters

Name Type Description
filter SoftLayer_Container_Utility_File_Entity A filter to search for remote files by.

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Utility_File_Entity]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Backup_Evault/{SoftLayer_Network_Storage_Backup_EvaultID}/getAllFilesByFilter'