"SoftLayer_" prefix removed for readability.
Disable snapshots of this Storage Volume on a schedule.
This method is not valid for Legacy iSCSI Storage Volumes.
Disable scheduled snapshots of this storage volume. Scheduling options include ‘INTERVAL’, HOURLY, DAILY and WEEKLY schedules.
Name | Type | Description |
---|---|---|
scheduleType | string | The type of schedule, among: ‘INTERVAL’, ‘HOURLY’, ‘DAILY’, ‘WEEKLY’. |
None
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}/disableSnapshots'