HP 3PAR Web Service API 1.3.1 Developer's Guide

Physical Copy of Volume Creation Success
A successful operation returns the HTTP status code 200 OK. The response location header will
contain the destination-volume URI. The body of the JSON object will return the task ID of the
physical-copy task.
Physical Copy of Volume Errors
Possible errors during the creation, resynchronization, or stopping of physical copies of volumes
are shown in Table 105 (page 114).
For generic API error codes, see Table 5 (page 22).
Table 105 Error Codes for Creation, Resynchronization, or Stopping of Physical Copies of Volumes
DescriptionHTTP CodeAPI Error
Invalid VV name or CPG name.400 Bad RequestINV_INPUT_ILLEGAL_CHAR
(Since WSAPI 1.3)
The CPG does not exist.404 Not FoundNON_EXISTENT_CPG
(Since WSAPI 1.3)
The CPG is not in the current
domain.
403 ForbiddenCPG_NOT_IN_SAME_DOMAIN
(Since WSAPI 1.3)
The volume does not exist.404 Not FoundNON_EXISTENT_VOL
(Since WSAPI 1.3)
The volume is not in the current
domain.
403 ForbiddenVV_NOT_IN_SAME_DOMAIN
(Since WSAPI 1.3)
The priority value is not in the valid
range (1–3).
400 Bad RequestINV_INPUT_BAD_ENUM_VALUE
(Since WSAPI 1.3)
The volume already exists.409 ConflictEXISTENT_VOL
(Since WSAPI 1.3)
The volume is a system volume.
This operation is not allowed on a
system volume.
403 ForbiddenINV_OPERATION_VV_SYS_VOLUME
(Since WSAPI 1.3)
The destination volume is not a
base volume.
403 ForbiddenINV_OPERATION_VV_NON_BASE_VOLUME
(Since WSAPI 1.3)
The destination volume is involved
in remote copy.
403 ForbiddenINV_OPERATION_VV_IN_REMOTE_COPY
(Since WSAPI 1.3)
The volume is exported.403 ForbiddenINV_OPERATION_VV_EXPORTED
(Since WSAPI 1.3)
The destination volume is the same
as the parent volume
403 ForbiddenINV_OPERATION_VV_COPY_TO_SELF
(Since WSAPI 1.3)
114 Performing Copy Operations