Arrays
Select
SaaS
Customer Managed
Arrays
Header Parameters
- Accept string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Arrays
Schema
- copyId integer
- appId integer
array object
name stringid integervendor object
name stringid integerarrayList object[]
offlineReason stringarrayType integerflags integerdescription stringctrlHostName stringisEnabled booleanarrayInfoType integeruserPswd object
userName stringarrayName object
name stringid integervendor object
name stringid integer
{
"copyId": 0,
"appId": 0,
"array": {
"name": "string",
"id": 0
},
"vendor": {
"name": "string",
"id": 0
},
"arrayList": [
{
"offlineReason": "string",
"arrayType": 0,
"flags": 0,
"description": "string",
"ctrlHostName": "string",
"isEnabled": true,
"arrayInfoType": 0,
"userPswd": {
"userName": "string"
},
"arrayName": {
"name": "string",
"id": 0
},
"vendor": {
"name": "string",
"id": 0
}
}
]
}
{
"copyId": 0,
"appId": 0,
"array": {
"name": "",
"id": 0
},
"vendor": {
"name": "",
"id": 0
},
"arrayList": [
{
"offlineReason": "",
"arrayType": 0,
"flags": 16,
"description": "",
"ctrlHostName": "",
"isEnabled": true,
"arrayInfoType": 0,
"userPswd": {
"userName": "root"
},
"arrayName": {
"name": "mold.commvault.com",
"id": 6056
},
"vendor": {
"name": "NetApp",
"id": 0
}
},
{
"offlineReason": "",
"arrayType": 0,
"flags": 16,
"description": "",
"ctrlHostName": "",
"isEnabled": true,
"arrayInfoType": 0,
"userPswd": {
"userName": "root"
},
"arrayName": {
"name": "hfiler5.testlab.commvault.com",
"id": 6098
},
"vendor": {
"name": "NetApp",
"id": 0
}
}
]
}
Loading...