GetDiskInfo
This method retrieves appliance disks information. It returns an array of DiskInfo objects, which contain disk information about the appliance.
Synopsys
DiskInfo[] getDiskInfo();
Note: If the returned
DiskInfo object has zero as totalSize
value, it is an indication that some error occurred while getting the partition
size.
DiskInfo contains appliance disk info. It has the following fields:
Field | Description |
---|---|
name | Appliance hostname. |
partitionName | Partition name. For example, root, swap, core, log, etc. |
description | ALocalized description. |
usedSize | Disk used size in bytes |
totalSize | Total disk size in bytes |
Faults
- RuntimeFault
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.