HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 44 Error Codes for Volume Tuning (continued)
DescriptionHTTP CodeAPI Error
(Since WSAPI 1.3)
Invalid operation: A task
involving the volume is being
canceled.
409 ConflictINV_OPERATION_VV_TASK_CANCEL_IN_PROGRESS
(Since WSAPI 1.3.1 with HP
3PAR OS 3.1.3 MU1)
Invalid operation: Volume
promotion is in progress.
409 ConflictINV_OPERATION_VV_PROMOTE_IN_PROGRESS
(Since WSAPI 1.3)
Invalid operation: Volume tuning
is in progress.
409 ConflictINV_OPERATION_VV_TUNE_IN_PROGRESS
Insufficient space for requested
operation.
400 Bad RequestNO_SPACE
The volume needs to be checked.403 ForbiddenVV_NEEDS_TO_BE_CHECKED
(Since WSAPI 1.3.1 with HP
3PAR OS 3.1.3 MU1)
Volume is not started.403 ForbiddenVV_NOT_STARTED
(Since WSAPI 1.3)
The node is down.403 ForbiddenNODE_DOWN
(Since WSAPI 1.3.1 with HP
3PAR OS 3.1.3 MU1)
Volume is already thinly
provisioned.
403 ForbiddenINV_INPUT_VV_IS_TPVV
(Since WSAPI 1.3.1 with HP
3PAR OS 3.1.3 MU1)
Volume is already fully
provisioned.
403 ForbiddenINV_INPUT_VV_IS_FPVV
(Since WSAPI 1.3.1 with HP
3PAR OS 3.1.3 MU1)
Removing a Storage Volume
To remove a volume, use the HTTP DELETE method in the URI, with no message body:
https://<storage_system>:8080/api/v1/volumes/<volume_name>
Storage Volume Removal Success
A successful storage-volume removal returns the HTTP status code 200 OK.
Storage Volume Removal Errors
An error condition returns an error code as shown in Table 45 (page 68). For generic API error
codes, see Table 5 (page 22).
Removing a Storage Volume 67