HP 3PAR Web Service API 1.3.1 Developer's Guide

The message body is a JSON object with two members, action and parameters. The action
member must have the value createPhysicalCopy, and the parameters member is a JSON
object with members as described in Table 103 (page 113).
Table 103 Message Body parameters JSON Object Members for Physical Copy Creation
DescriptionIgnored ValuesAPI TypeJSON TypeMember
Specifies the destination volume.(Required)name31stringdestVolume
Since WSAPI 1.3
Specifies the destination CPG
for an online copy.
Nullname31stringdestCPG
Since WSAPI 1.3
true: Specifies that the physical
copy is to be performed online.
Booleanonline
false: (default) The physical
copy is not performed online.
Since WSAPI 1.3
For online copy only.Booleantpvv
true: The online copy is to be
a TPVV.
false: (default) The online
copy is not a TPVV.
Since WSAPI 1.3
For online copy only.Nullname31stringsnapCPG
Specifies the snapshot CPG for
an online copy.
Since WSAPI 1.3
true: Saves the snapshot of the
source volume after the copy of
the volume is completed.
BooleansaveSnapshot
false: (default) The snapshot
of the source volume is not
saved after the volume is
copied.
Since WSAPI 1.3
Does not apply to online copy.
See Table 104 (page 113).
Zero and negative
numbers.
taskPriorityEnumnumberpriority
Since WSAPI 1.3
Enumeration for the taskPriorityEnum JSON object is shown in Table 104 (page 113).
Table 104 taskPriorityEnum Enumeration for Creating Physical Copy of a Volume
DescriptionValueSymbol
High priority.1HIGH
Medium priority.2MED
Low priority.3LOW
Creating a Physical Copy of a Volume 113