refreshDuplicate


SoftLayer_Network_Storage_Backup_Evault::refreshDuplicate

Refreshes any duplicate volume with a snapshot taken from its parent.

Description


Parameters

Name Type Description
snapshotId int The ID of the snapshot taken from the parent volume
forceRefresh boolean This flag indicates whether this refresh is forced or not.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Backup_Evault/{SoftLayer_Network_Storage_Backup_EvaultID}/refreshDuplicate'