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

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
getSanVolumeTemplate
Gets information about a specified SAN volume template. This operation
may be performed only by an infrastructure orchestration Administrator
or Architect.
getSanVolumeTemplateName
The ID of the SAN volume template to get.String
sanVolumeTemplateId
Parameters
A SanVolumeTemplate object containing the details of the SAN volume
template.
SanVolumeTemplate
sanVolumeTemplate
Returns
InvalidParameterExceptionExceptions
SanVolumeTemplateNot
FoundException
IOSoapException
Storage 33