getFileList


SoftLayer_Network_Storage_Hub_Swift_Share::getFileList

Get a list of the files in a container and path.

Description

This method returns a collection of the file objects within a container and the given path.

Parameters

Name Type Description
container string Name of a container
path string The file name, this could contain ‘/’s to denote a pseudo directory structure

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Hub_Swift_Share/getFileList'