Get Storage Arrays for Copy
Select
SaaS
Customer Managed
API to get arrays list at copy level
Path Parameters
- copyId int64 required
Responses
- 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
]company object
id int32name string
{
"arrays": [
{
"id": 0,
"name": "string",
"userName": "string",
"vendor": "string",
"flags": 0,
"description": "string",
"controlHost": "string",
"assocFlag": true,
"VSVendor": "NONE",
"company": {
"id": 0,
"name": "string"
}
}
]
}
Loading...