UnidataAccessing Server Information


The TDS supports the following requests for server information:

Most of the information contained in these responses comes from the serverInformation element of the threddsConfig.xml file (more details here).

Sample Response for /thredds/serverInfo.html

Server Information (HTML)

Sample Response for /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>

Sample Response for /thredds/serverVersion.txt

THREDDS Data Server
4.2.20101102.2155
20101102.2155

THREDDS This document is maintained by Unidata and was last updated November 2010. Send comments to THREDDS support.