3.1.4.129.3.2 ExecuteSPGetFrontEndServersResponseBody

Contains the list of front-end servers in the database.

            
 <xsd:complexType name="ExecuteSPGetFrontEndServersResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetFrontEndServersResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/>
   </xsd:sequence>
 </xsd:complexType>

ExecuteSPGetFrontEndServersResult: This field MUST be present. It contains the list of front-end servers with the details. The data type is defined in section 2.2.4.3. Each entry in the returned array is an array of type GenericReadableRow (section 2.2.4.12). The entries in that array SHOULD be interpreted as defined in section 2.2.4.12.1. The items in the array MUST contain the following information.

Index

Name

Type

Description

0

Servername

String

Contains the server name.

1

Heartbeat

Integer

Contains the heartbeat of the server.

2

MasterIdle

Datetime

Contains the idle time of the master server.

3

Masterserver name

String

Contains the name of the master server.