GetDiskInfo

This method retrieves appliance disks information. It returns an array of DiskInfo objects, which contains of the appliance's disk information.

Synopsys

DiskInfo[] getDiskInfo();

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.