2.2.4.67 ServerInfo
The ServerInfo type contains informational data about the server.
Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi
-
<xs:complexType name="ServerInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="IsMediaStreamingServiceAvailable" type="xs:boolean"/> <xs:element minOccurs="0" maxOccurs="1" name="IsTsGatewayEnabled" type="xs:boolean"/> <xs:element minOccurs="0" maxOccurs="1" name="ServerDomainGuid" nillable="true" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/" type="q7:guid"/> <xs:element minOccurs="0" maxOccurs="1" name="ServerGuid" nillable="true" xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/" type="q8:guid"/> <xs:element minOccurs="0" maxOccurs="1" name="ServerInternetDomainName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="ServerName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="ServerSku" type="xs:int"/> <xs:element minOccurs="0" maxOccurs="1" name="ServerUtcNow" type="xs:dateTime"/> <xs:element minOccurs="0" maxOccurs="1" name="ServerVersion" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType>
IsMediaStreamingServiceAvailable: A flag that indicates whether the media streaming service is available on the server.
IsTsGatewayEnabled: A flag that indicates whether the TsGateway service is available on the server.
ServerDomainGuid: The globally unique identifier (GUID) of the domain to which the server belongs.
ServerGuid: The GUID of the server.
ServerInternetDomainName: The Internet domain name of the server.
ServerName: The NetBIOS name of the server.
ServerSku: The Product Type of the hosting server.
ServerUtcNow: The current date and time on the server in coordinated universal time (UTC).
ServerVersion: The version of the server.