"SoftLayer_" prefix removed for readability.
This method provides a history of account backups.
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’ |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, dateTime, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getAccountBackupHistory'