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

ServiceDefinition Data Type

Abstract Type
Subtypes
GeoServerDefinition, GeoNetworkServiceDefinition, ThreddsDefinition
Properties
name data type description
hostname string
majorVersion number
minorVersion number
releaseVersion number
type Type
adminPassword string
properties array of ParameterType
description string
name string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "hostname" : "...",
  "majorVersion" : 12345,
  "minorVersion" : 12345,
  "releaseVersion" : 12345,
  "type" : "GEONETWORK",
  "adminPassword" : "...",
  "properties" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ],
  "description" : "...",
  "name" : "..."
}