HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 39 Enumeration for the action JSON Object (continued)
DescriptionValueSymbol
(Since WSAPI 1.3)
Promote a virtual copy.4PROMOTE_VIRTUAL_COPY
(Since WSAPI 1.3.1 with HP 3PAR OS
3.1.3 MU1)
Stop the promote virtual copy task.5STOP_PROMOTE_VIRTUAL_COPY
(Since WSAPI 1.3.1 with HP 3PAR OS
3.1.3 MU1)
Tune a VV.6TUNE_VOLUME
(Since WSAPI 1.3.1 with HP 3PAR OS
3.1.3 MU1)
Volume Growth Success
Upon a successful request to grow a volume, the HTTP status code 200 OK is returned. The
Location portion of the response header contains the following URI:
/api/v1/volumes/<volume_name>
Volume Growth Error Codes
Possible errors following a request to grow a volume are shown in Table 40 (page 62).
NOTE: The WSAPI does not support remote copy. If an error occurs, following a request to grow
a volume, because of a remote-copy issue, the OTHER error will be returned.
Table 40 Volume Growth Error Codes
DescriptionHTTP CodeAPI Error
The volume is not in the same
domain.
403 ForbiddenVV_NOT_IN_SAME_DOMAIN
(Since WSAPI 1.3)
The volume does not exist.404 Not FoundNON_EXISTENT_VOL
(Since WSAPI 1.3)
Invalid operation: Cannot grow
this type of volume.
403 ForbiddenINV_OPERATION_UNSUPPORTED_VV_TYPE
(Since WSAPI 1.3)
Invalid operation: Volume
tuning is in progress.
409 ConflictINV_OPERATION_VV_TUNE_IN_PROGRESS
(Since WSAPI 1.3)
Invalid input: String length
exceeds limit.
400 Bad RequestINV_INPUT_EXCEEDS_LENGTH
(Since WSAPI 1.3)
Invalid grow size.400 Bad RequestINV_INPUT_VV_GROW_SIZE
(Since WSAPI 1.3)
New volume size exceeds CPG
limit.
403 ForbiddenVV_NEW_SIZE_EXCEED_CPG_LIMIT
(Since WSAPI 1.3)
62 Working with Storage Volumes