Add storage array
This API is used to add an array.
- application/json
Request Body
- clientId integer
- flags integer
- assocType integer
- copyId integer
- appId integer
- selectedMAs object[]
hostDG object
doNotMoveDevices booleanisOverridden booleanhostDGName stringuseOnlySpouseDevices booleanflags integerdeviceGroupOption integerarrayDG object
isOverridden booleanarrayDGName stringflags integerdisableDG booleanuseDevicesFromThisDG boolean- configs object
array object
name stringName of the Array
id integervendor object
name stringName of the vendor
id integerinfo object
passwordEdit booleanofflineReason stringarrayType integerflags integerdescription stringctrlHostName stringofflineCode integerisEnabled booleanarrayInfoType integeruniqueIdentifier stringsecurityAssociations object
processHiddenPermission integeruserPswd object
userName stringArray user name
password stringBase64 encoded Array password
arraySecurity objectarrayName object
name stringid integervendor object
name stringid integerclient object
name stringid integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue string- errorMessage string
- errorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"errorMessage": "string",
"errorCode": 0
}
Loading...