getAccountBackupHistory


SoftLayer_Account::getAccountBackupHistory

This method provides a history of account backups.

Description

This method returns an array of SoftLayer_Container_Network_Storage_Evault_WebCc_JobDetails objects for the given start and end dates. Start and end dates should be be valid ISO 8601 dates. The backupStatus can be one of null, ‘success’, ‘failed’, or ‘conflict’. The ‘success’ backupStatus returns jobs with a status of ‘COMPLETED’, the ‘failed’ backupStatus returns jobs with a status of ‘FAILED’, while the ‘conflict’ backupStatus will return jobs that are not ‘COMPLETED’ or ‘FAILED’.

Parameters

Name Type Description
startDate dateTime Timestamp of the starting date
endDate dateTime Timestamp of the ending date
backupStatus string $backupStatus Can be null, ‘success’, ‘failed’, or ‘conflict’

Required Headers

Optional Headers

  • None

Return Values

Error Handling

  • «< EOT Thrown if there was an error while
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, dateTime, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getAccountBackupHistory'