"SoftLayer_" prefix removed for readability.
This method provides a history of account backups.
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’.
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’ |
«< EOT Thrown if there was an error while