getFilePendingDeleteCount


SoftLayer_Network_Storage_Backup_Evault::getFilePendingDeleteCount

Retrieve the number of files pending deletion in a Storage account’s recycle bin.

Description

{{CloudLayerOnlyMethod}} Retrieve the number of files 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.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • int

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_Backup_Evault/{SoftLayer_Network_Storage_Backup_EvaultID}/getFilePendingDeleteCount'