Reference Guide

Table Of Contents
-async
Perform asynchronous operation.
refresh
Refresh the contents of the target volume from another volume in the same family. By default, a
backup snapshot of the target volume is created before the target volume is refreshed. To skip
creating a backup snapshot, set the create_backup_snap property to false in the refresh request. A
profile for the backup snapshot is automatically generated if a custom profile is not specified. An
automatically generated profile only contains a system generated unique name for the backup
snapshot. When a volume is refreshed, its source_time is set to the source_time of the volume from
which it was refreshed.
Format
volume { -id <value> | -name <value> } refresh -from_object_id <value> [ -create_backup_snap {
yes | true | no | false } ] [ -backup_snap_profile [ -name <value> ] [ -description <value> ] [
-performance_policy_id <value> ] [ -expiration_timestamp <date> ] [ -creator_type { User |
System | Scheduler } ] ] [ -async ]
Action qualifiers
-id
Unique identifier of the volume to refresh.
-name
Unique name of the existing object (volume).
-from_object_id
Unique identifier of the source volume that will be used for the refresh operation.
-create_backup_snap
Indicates whether a backup snapshot of the target volume will be created before it is
refreshed from the source volume.
-backup_snap_profile
Profile to be used to create the backup snapshot.
-name
Name of the snapshot to be created. This value must contain 128 or fewer printable Unicode
characters. The default name of the volume snapshot is the date and time when the snapshot
is taken.
-description
Description of the snapshot. This value must contain 128 or fewer printable Unicode
characters.
-performance_policy_id
Unique identifier of the performance policy assigned to the snapshot.
554