HP 3PAR StoreServ 7450 4-node HP 3PAR Web Service API 1.2 Developer's - Page 20

Table 6 Operation-specific API, Member Status and Error Codes

Page 20 highlights

Table 6 Operation-specific API code Member Status and Error Codes API Error INV_INPUT EXISTENT_CPG NON_EXISTENT_CPG EXISTENT_HOST EXISTENT_LUN NON_EXISTENT_VLUN NON_EXISTENT_PORT API Error Code 12 14 15 16 18 19 20 HTTP Code Description 400 Bad Request The client request contains an invalid value. 409 Conflict The CPG already exists. 404 Not Found The CPG does not exist. 409 Conflict The host already exists. 409 Conflict The VLUN already exists. 404 Not Found The VLUN does not exist. 404 Not Found The port does not exist. BAD_PORT_TYPE EXISTENT_VOL NON_EXISTENT_VOL NO_SPACE 21 400 Bad Request Attempt to create VLUN with invalid port type. 22 409 Conflict The storage volume already exists. 23 404 Not Found The storage volume does not exist. 24 400 Bad Request Not enough space is available for the operation. This varies based on the following circumstances: • In volume creation, when the CPG contains insufficient space for the specified volume size. • In CPG creation, when the storage system's hardware configuration does not support the requested LD layout. • In CPG creation, when the chunklets that are required for the requested LD layout are in the process of being cleaned. HAS_RO_CHILD EXPORTED_VLUN 25 409 Conflict The volume has a read-only child. 26 409 Conflict The VLUN is still exported. 20 Accessing the WSAPI

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107

Table 6 Operation-specific API
code
Member Status and Error Codes
Description
HTTP Code
API Error Code
API Error
The client request
contains an invalid
value.
400 Bad Request
12
INV_INPUT
The CPG already
exists.
409 Conflict
14
EXISTENT_CPG
The CPG does not
exist.
404 Not Found
15
NON_EXISTENT_CPG
The host already
exists.
409 Conflict
16
EXISTENT_HOST
The VLUN already
exists.
409 Conflict
18
EXISTENT_LUN
The VLUN does not
exist.
404 Not Found
19
NON_EXISTENT_VLUN
The port does not
exist.
404 Not Found
20
NON_EXISTENT_PORT
Attempt to create
VLUN with invalid port
type.
400 Bad Request
21
BAD_PORT_TYPE
The storage volume
already exists.
409 Conflict
22
EXISTENT_VOL
The storage volume
does not exist.
404 Not Found
23
NON_EXISTENT_VOL
Not enough space is
available for the
400 Bad Request
24
NO_SPACE
operation. This varies
based on the following
circumstances:
In volume creation,
when the CPG
contains insufficient
space for the
specified volume
size.
In CPG creation,
when the storage
system's hardware
configuration does
not support the
requested LD
layout.
In CPG creation,
when the chunklets
that are required
for the requested
LD layout are in the
process of being
cleaned.
The volume has a
read-only child.
409 Conflict
25
HAS_RO_CHILD
The VLUN is still
exported.
409 Conflict
26
EXPORTED_VLUN
20
Accessing the WSAPI