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

GeoServiceDescriptor Data Type

Abstract Type
Subtypes
GeoNetworkDescriptor, GeoServerDescriptor, ThreddsDescriptor
Properties
name data type description
version Version
baseEndpoint string
accessibleCredentials array of Credentials

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "version" : {
    "major" : 12345,
    "minor" : 12345,
    "build" : 12345
  },
  "baseEndpoint" : "...",
  "accessibleCredentials" : [ {
    "username" : "...",
    "password" : "...",
    "accessType" : "ADMIN"
  }, {
    "username" : "...",
    "password" : "...",
    "accessType" : "CONTEXT_MANAGER"
  } ]
}