Actuate Information Delivery API operations : GetSystemMDSInfo
 
GetSystemMDSInfo
Retrieves the names and properties of an MDS in a cluster or stand-alone server without authenticating the client. Use GetSystemMDSInfo to route requests to an alternate MDS if the one to which the client connects fails.
Request schema
<xsd:complexType name="GetSystemMDSInfo">
<xsd:sequence>
<xsd:element name="OnlineOnly" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
OnlineOnly
If True, information is retrieved only for an online MDS.
Response schema
<xsd:complexType name="GetSystemMDSInfoResponse">
<xsd:sequence>
<xsd:element name="MDSInfoList"
type="typens:ArrayOfMDSInfo">
</xsd:sequence>
</xsd:complexType>
Response elements
MDSInfoList
The information about each MDS.