HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide

getSubnet
Gets details of a specified subnet. This operation may be performed only
by an infrastructure orchestration Administrator or Architect or an
Organization Administrator.
getSubnetName
The ID of the subnet for which to get details.String subnetIdParameters
A SubnetDetails object containing the details of the subnet.SubnetDetails subnetReturns
InvalidParameterExceptionExceptions
SubnetNotFoundException
IOSoapException
Storage
listSanVolumes
Gets a list of SAN volume resources. This operation may be performed
only by an infrastructure orchestration Administrator.
listSanVolumesName
noneParameters
List of SanVolume objects containing information about storage resources.List<SanVolume>
sanVolumes
Returns
IOSoapExceptionExceptions
getSanVolume
Gets information about a specified SAN volume. This operation may be
performed only by an infrastructure orchestration Administrator.
getSanVolumeName
The ID of the SAN volume to get.String sanVolumeIdParameters
A SanVolume object containing the details of the SAN volume.SanVolume sanVolumeReturns
InvalidParameterExceptionExceptions
SanVolumeNotFound
Exception
IOSoapException
listSanVolumeTemplates
Gets a list of SAN volume templates. This operation may be performed
only by an infrastructure orchestration Administrator or Architect.
listSanVolumeTemplatesName
noneParameters
List of SanVolumeTemplate objects containing information about storage
templates.
List<SanVolumeTemplate>
sanVolumeTemplates
Returns
IOSoapExceptionExceptions
Storage 41