getRecycleBinFileByIdentifier


SoftLayer_Network_Storage_Backup_Evault::getRecycleBinFileByIdentifier

Retrieve all files that are in the recycle bin (pending delete). This method is only used for Virtual Server Storage accounts at moment but may expanded to other Storage types in the future.

Description

{{CloudLayerOnlyMethod}} Retrieve the details of a file that is pending deletion in a Storage account’s a recycle bin.

Parameters

Name Type Description
fileId string The id or guid of the file to retrieve.

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 POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Backup_Evault/{SoftLayer_Network_Storage_Backup_EvaultID}/getRecycleBinFileByIdentifier'