HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 105 Error Codes for Creation, Resynchronization, or Stopping of Physical Copies of Volumes
(continued)
DescriptionHTTP CodeAPI Error
The size of the parent volume is
larger than the size of the
destination volume.
409 ConflictINV_OPERATION_VV_COPY_PARENT_TOO_BIG
(Since WSAPI 1.3)
The volume has no physical
parent.
403 ForbiddenINV_OPERATION_VV_NO_PARENT
(Since WSAPI 1.3)
The resynchronization snapshot is
in use.
409 ConflictIN_USE
(Since WSAPI 1.3)
The volume is in a stale state.403 ForbiddenVV_IN_STALE_STATE
(Since WSAPI 1.3)
Physical copy not found.404 Not FoundNON_EXISTENT_VVCOPY
(Since WSAPI 1.3)
Resynchronizing a Physical Copy to Its Parent Volume or Stopping a
Physical Copy
To resynchronize a physical copy to its parent volume, use the HTTP PUT method on the following
URI:
https://<storage_system>:8080/api/vi/volumes/<volume_name>
where <volume_name> is the name of the destination volume being resynchronized. The message
body has a single JSON object member, action (see Table 106 (page 116)).
Table 106 Message Body action JSON Object
DescriptionAPI TypeJSON TypeMember
Specifies the action to
resynchronize or stop a
Enumnumberaction
physical copy. This cannot
be used with other VV
modification fields.
Enumeration for the action field is shown in Table 39 (page 61).
Successful Resynchronization of a Physical Copy of a Volume, or of Stopping a
Physical Copy
Upon a successful request to resynchronize the physical copy of a volume to its parent volume, the
HTTP code 200 OK is returned. The task ID of the physical-copy resynchronization is returned.
Errors for Resynchronizing a Physical Copy to Its Volume, or for Stopping a Physical
Copy
Error codes that can occur while creating, resynchronizing, or stopping a physical copy are shown
in Table 105 (page 114). For generic API error codes, see Table 5 (page 22).
116 Performing Copy Operations