GetSystemVolumeNames
Retrieves the names of volumes in a stand-alone server or cluster system without authentication. You can retrieve the names of all volumes or only online volumes.
Use GetSystemVolumeNames to populate a Login page with volume names.
Request schema
<xsd:complexType name="GetSystemVolumeNames">
<xsd:sequence>
<xsd:element name="OnlineOnly" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
Request elements
OnlineOnly
Specifies whether names of all volumes or only online volumes are retrieved. If True, only names of online volumes are retrieved.
Response schema
<xsd:complexType name="GetSystemVolumeNamesResponse">
<xsd:sequence>
<xsd:element name="SystemName" type="xsd:string"/>
<xsd:element name="SystemRestart" type="xsd:boolean"/>
<xsd:element name="VolumeNameList"
type="typens:ArrayOfString"/>
<xsd:element name="SystemDefaultVolume" type="xsd:string"/>
<xsd:element name="ServerVersionInformation"
type="typens:ServerVersionInformation"/>
<xsd:element name="ExpirationDate" type="xsd:string"/>
<xsd:element name="DaysToExpiration" type="xsd:string" minOccurs="0"/
<xsd:element name="NodeLockViolation" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Response elements
SystemName
The name of the system.
SystemRestart
Specifies whether a system restart is required.
VolumeNameList
The list of volume names.
SystemDefaultVolume
The name of the default volume on a cluster server. Returns an empty value if no volume is specified as the default volume or if OnlineOnly is set to True and the default volume is offline.
ServerVersionInformation

Contains the following information about the server version:

ServerVersion

ServerBuild

OSVersion
ExpirationDate
The expiration date. Returns NONE if the system license key does not expire.
DaysToExpiration
The number of days remaining until the System License Key expires.
NodeLockViolation
Specifies whether a licensing node-lock violation exists. The default value is False.