HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 70 Host-Set or VV-Set Modification Error Codes (continued)
DescriptionHTTP CodeAPI Error
(Since WSAPI 1.3)
The set does not exist.404 Not FoundNON_EXISTENT_SET
(Since WSAPI 1.3)
The host is in a domain set.409 ConflictMEMBER_IN_DOMAINSET
(Since WSAPI 1.3)
The object is already part of the
set.
409 ConflictMEMBER_IN_SET
(Since WSAPI 1.3)
The object is not part of the set.404 Not FoundMEMBER_NOT_IN_SET
(Since WSAPI 1.3)
Objects must be in the same
domain to perform the operation.
409 ConflictMEMBER_NOT_IN_SAME_DOMAIN
(Since WSAPI 1.3)
The volume has an internal
inconsistency error.
403 ForbiddenVV_IN_INCONSISTENT_STATE
(Since WSAPI 1.3)
The volume is being removed.403 ForbiddenVV_IS_BEING_REMOVED
(Since WSAPI 1.3)
The volume does not exist.404 Not FoundNON_EXISTENT_VOL
The operation is not allowed on a
system volume.
403 ForbiddenINV_OPERATION_VV_SYS_VOLUME
The operation is not allowed on
an internal volume.
403 ForbiddenINV_OPERATION_VV_INTERNAL_VOLUME
Invalid input (duplicate name).400 Bad RequestINV_INPUT_DUP_NAME
Invalid input (parameters cannot
be present at the same time).
400 Bad RequestINV_INPUT_PARAM_CONFLICT
LUN ID conflict.400 Bad RequestLUN_ID_CONFLICT
Removing a Host Set or VV Set
To remove a host set , use the HTTP DELETE method. Use the following URI, without a message
body:
https://<storage_system>:8080/api/v1/hostsets/<host_set_name>
To remove a VV set , use the HTTP DELETE method. Use the following URI, without a message body:
https://<storage_system>:8080/api/v1/volumesets/<volume_set_name>
NOTE: Any user with Super or Edit role can perform this operation.
Host-Set or VV-Set Removal Success
Upon success, the HTTP code 200 OK is returned with no message body.
88 Working with Host Sets and VV Sets