Host Creation Errors; Host Creation Error Codes - HP 3PAR StoreServ 7200 2-node Manual

Hp 3par web service api 1.2 developer's guide (qr482-96192, june 2013)
Hide thumbs Also See for 3PAR StoreServ 7200 2-node:
Table of Contents

Advertisement

/api/v1/hosts/<host name>
For example:
URL:
Post:
Response:

Host Creation Errors

Table 41 (page 53)
Table 5 (page
Table 41 Host Creation Error Codes
API Error
PERM_DENIED
INV_INPUT_MISSING_REQUIRED
INV_INPUT_PARAM_CONFLICT
INV_INPUT_EXCEEDS_LENGTH
INV_INPUT_EMPTY_STR
INV_INPUT_ILLEGAL_CHAR
INV_INPUT_TOO_MANY_WWN_OR_iSCSI
INV_INPUT_WRONG_TYPE
EXISTENT_PATH
EXISTENT_HOST
NO_SPACE
https://<Storage Server>:8080/api/v1/hosts
{"name":"apitesthost","persona":5}
HTTP/1.1 201 Created with
with the location header:
/api/v1/hosts/apitesthost
shows possible host creation errors. For generic API error codes, see
17).
HTTP Code
403 Forbidden
400 Bad Request
400 Bad Request
400 Bad Request
400 Bad Request
400 Bad Request
400 Bad Request
400 Bad Request
409 Conflict
409 Conflict
400 Bad Request
Description
Permission denied.
Name not specified.
(Since WSAPI 1.2)
FCWWNs and iSCSINames are
both specified.
(Since WSAPI 1.2)
Host name, domain name, or
iSCSI name is too long.
(Since WSAPI 1.2)
Input string (for domain name,
iSCSI name, etc.) is empty.
(Since WSAPI 1.2)
Any error from host-name or
domain-name parsing.
(Since WSAPI 1.2)
More than 1024 WWNs or iSCSI
names are specified.
(Since WSAPI 1.2)
The length of WWN is not 16.
WWN specification contains
non-hexadecimal digit.
(Since WSAPI 1.2)
iSCSI name or WWN is already
claimed by other host.
(Since WSAPI 1.2)
host name is already used.
(Since WSAPI 1.2)
No space to create host.
Creating a Host
53

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents