HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 113 Message Body resyncPhysicalCopy JSON Object for Resynchronizing a Physical
Copy to Its VV Set
DescriptionIgnored ValuesAPI TypeJSON TypeMember
1: highZero and negative
values.
TaskPriority Enumnumberpriority
2: medium
The default is medium.
3: low
(Since WSAPI 1.3)
Action to perform. See
Table 114 (page 123).
Zero and negative
values.
setAction Enumnumberaction
This is required for
resynchronizing or
stopping a physical
copy.
JSON object members for the action JSON object are shown in Table 114 (page 123).
Table 114 Enumeration for the action JSON Object when Resynchronizing or Stopping Physical
Copy of a VV Set
DescriptionValueSymbol
Adds a member to the VV set.1memAdd
(Since WSAPI 1.3)
Removes a member from the VV set.2memRemove
(Since WSAPI 1.3)
Resynchronizes the physical copy to its
VV set.
3resyncPhysicalCopy
(Since WSAPI 1.3)
Stops the physical copy.4stopPhysicalCopy
(Since WSAPI 1.3)
Promote virtual copies in a VV set.5promoteVirtualCopy
(Since WSAPI 1.3.1 with HP 3PAR OS
3.1.3 MU1)
Stops the promote virtual copy
operations in a VV set.
6stopPromoteVirtualCopy
(Since WSAPI 1.3.1 with HP 3PAR OS
3.1.3 MU1)
The message body of a request to stop a physical copy of a VV set is empty.
Success Response for Resynchronizing a Physical Copy to Its VV Set, or Stopping a
Physical Copy of a VV Set
A successful resynchronizing operation returns the HTTP status code 200 OK. An array of task IDs
is returned for each of the volumes in the VV set. For each member of the array, information as
shown in Table 111 (page 122) is displayed.
Upon a successful physical-copy stop action, the HTTP status code 200 OK is returned. The response
body is empty.
Resynchronizing or Stopping a Physical Copy of a VV Set 123