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

ThreddsDescriptor Data Type

Properties
name data type description
engineId string
Properties inherited from GeoServiceDescriptor
version Version
baseEndpoint string
accessibleCredentials array of Credentials

Example

{
  "engineId" : "...",
  "version" : {
    "major" : 12345,
    "minor" : 12345,
    "build" : 12345
  },
  "baseEndpoint" : "...",
  "accessibleCredentials" : [ {
    "username" : "...",
    "password" : "...",
    "accessType" : "CONTEXT_MANAGER"
  }, {
    "username" : "...",
    "password" : "...",
    "accessType" : "CKAN"
  } ]
}