getFilesPendingDelete


SoftLayer_Network_Storage::getFilesPendingDelete

Retrieve a list of files in a Storage account’s recycle bin.

Description

{{CloudLayerOnlyMethod}} Retrieve a list of files that are pending deletion in a Storage account’s recycle bin. Files in an account’s recycle bin may either be restored to the account’s root directory or permanently deleted. This method does not download file content.

Parameters

None

Required Headers

Optional Headers

  • None

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}/getFilesPendingDelete'