"SoftLayer_" prefix removed for readability.
Refreshes any duplicate volume with a snapshot taken from its parent.
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. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Iscsi/{SoftLayer_Network_Storage_IscsiID}/refreshDuplicate'