disableSnapshots


SoftLayer_Network_Storage::disableSnapshots

Disable snapshots of this Storage Volume on a schedule.

Description

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.


Parameters

Name Type Description
scheduleType string The type of schedule, among: ‘INTERVAL’, ‘HOURLY’, ‘DAILY’, ‘WEEKLY’.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/{SoftLayer_Network_StorageID}/disableSnapshots'