List Storage Arrays of a Client
API to get all arrays at client level
Path Parameters
- clientId int32 required
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
arrays object[]
List of arrays
id int32name stringuserName stringUser name for array
vendor stringVendor Name
commcell object
Details of the CommCell to which the entity belongs in a multi-CommCell environment.
id int32name stringaliasName stringGUID stringflags int32Possible values:
<= 511Bit flags for the array (multiple flags can be combined using bitwise OR). The value of each is as follows: 0: default, 1: Use only selected array controllers, 2: Disable automatic cleanup, 4: System-created array, 8: Auto-created array, 16: User-created array, 32: Array marked for deletion, 64: REST-enabled array, 128: Multi-tenant array, 256: Access node required for array
description stringdescription about the Storage Array
controlHost stringControl host of the storage array
assocFlag booleanFlag to check if the array is associated to the given client or subclient
VSVendor stringPossible values: [
NONE,VMW,MICROSOFT,XEN_SERVER,AMAZON,AZURE,REDHAT,AZURE_V2,SCVMM,NUTANIX,ORACLE_VM,DOCKER,OPENSTACK,ORACLE_CLOUD,FUSIONCOMPUTE,VCLOUD,GOOGLE_CLOUD,AZURE_STACK,ALIBABA_CLOUD,ORACLE_CLOUD_INFRASTRUCTURE,KUBERNETES,REDHAT_OPENSHIFT,MONGODB_ATLAS,PROXMOX,KUBERNETES_AKS,AZURE_STACK_HCI,KUBERNETES_EKS,MORPHEUS,KUBERNETES_GKE,KUBERNETES_OKE,NUTANIX_PRISM_CENTRAL,APACHE_CLOUDSTACK,VMWARE_CLOUD_FOUNDATION]company object
id int32name stringtype int32Determines the type of the entry - array, OCUM/AIQUM, NAS Cluster, NAS VServer etc
{
"arrays": [
{
"id": 0,
"name": "string",
"userName": "string",
"vendor": "string",
"commcell": {
"id": 0,
"name": "string",
"aliasName": "string",
"GUID": "string"
},
"flags": 0,
"description": "string",
"controlHost": "string",
"assocFlag": true,
"VSVendor": "NONE",
"company": {
"id": 0,
"name": "string"
},
"type": 0
}
]
}
{
"arrays": [
{
"assocFlag": true,
"vendor": "string",
"name": "string",
"flags": 0,
"controlHost": "string",
"userName": "string",
"VSVendor": "NONE",
"id": 0,
"description": "string"
}
]
}