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

GeoServerDefinition Data Type

Properties
name data type description
workspaces array of WorkspaceDefinition
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

{
  "workspaces" : [ {
    "name" : "...",
    "access" : "CONFIDENTIAL"
  }, {
    "name" : "...",
    "access" : "CONFIDENTIAL"
  } ],
  "hostname" : "...",
  "majorVersion" : 12345,
  "minorVersion" : 12345,
  "releaseVersion" : 12345,
  "type" : "THREDDS",
  "adminPassword" : "...",
  "properties" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ],
  "description" : "...",
  "name" : "..."
}