Accessing Server InformationThe TDS supports the following requests for server information:
/thredds/serverInfo.html/thredds/serverInfo.xml/thredds/serverVersion.txtMost of the information contained in these responses comes from the
serverInformation element of the threddsConfig.xml file
(more details here).
/thredds/serverInfo.html
/thredds/serverInfo.xml
<?xml version="1.0" encoding="UTF-8"?>
<serverInformation>
<name>Initial TDS Installation</name>
<!--logoUrl>threddsIcon.gif</logoUrl-->
<!--logoAltText>Initial TDS Installation</logoAltText-->
<webapp>
<name>THREDDS Data Server</name>
<version>4.2.20101102.2155</version>
</webapp>
<abstract>Scientific Data</abstract>
<keywords>meteorology, atmosphere, climate, ocean, earth science</keywords>
<contact>
<name>Support</name>
<organization>My Group</organization>
<email>support@my.group</email>
</contact>
<hostInstitution>
<name>My Group</name>
<webSite>http://www.my.group/</webSite>
<!--logoUrl>myGroup.gif</logoUrl-->
<!--logoAltText>My Group</logoAltText-->
</hostInstitution>
</serverInformation>
/thredds/serverVersion.txtTHREDDS Data Server 4.2.20101102.2155 20101102.2155
This document is maintained by Unidata and was last updated November 2010.
Send comments to
THREDDS support.