Get Storage Arrays for Copy
Select
API to get arrays list at copy level
Path Parameters
- copyId int64 required
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
arrays object[]
List of arrays
id int32name stringuserName stringUser name for array
vendor stringVendor Name
flags int32Possible values: [
0
,1
,2
,4
,8
,16
]0: default 1: Only selected arrays 2: Disable automatic cleanup 4: System created arrays 8: Auto created arrays 16: User created arrays
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
]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",
"flags": 0,
"description": "string",
"controlHost": "string",
"assocFlag": true,
"VSVendor": "NONE",
"company": {
"id": 0,
"name": "string"
},
"type": 0
}
]
}