D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

ThreddsDefinition Data Type

Properties
name data type description
catalogs array of CatalogDefinition
Properties inherited from ServiceDefinition
hostname string
majorVersion number
minorVersion number
releaseVersion number
type Type
adminPassword string
properties array of ParameterType
description string
name string

Example

{
  "catalogs" : [ {
    "name" : "...",
    "access" : "SHARED"
  }, {
    "name" : "...",
    "access" : "PUBLIC"
  } ],
  "hostname" : "...",
  "majorVersion" : 12345,
  "minorVersion" : 12345,
  "releaseVersion" : 12345,
  "type" : "GEOSERVER",
  "adminPassword" : "...",
  "properties" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ],
  "description" : "...",
  "name" : "..."
}