List Storage Arrays for Copy
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
assocFlag booleanFlag to check if the array is associated to the given client or subclient
vendor stringVendor Name
name stringflags 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
controlHost stringControl host of the storage array
userName stringUser name for array
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
,PROXMOX
]id int32description stringdescription about the Storage Array
{
"arrays": [
{
"assocFlag": true,
"vendor": "string",
"name": "string",
"flags": 0,
"controlHost": "string",
"userName": "string",
"VSVendor": "NONE",
"id": 0,
"description": "string"
}
]
}
Loading...