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 element
OnlineOnly
Boolean. Specifies whether names of all volumes or only online volumes are retrieved. If True, only names of online volumes are retrieved.
Response elements
SystemName
String. The name of the system.
SystemRestart
Boolean. Specifies whether a system restart is required.
VolumeNameList
ArrayOfString. The list of volume names.
SystemDefaultVolume
String. 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
ServerVersionInformation. Contains the following information about the server version:

ServerVersion

ServerBuild

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