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

GeoServerDescriptor Data Type

Properties
name data type description
confidentialWorkspace string
contextVisibilityWorkspace string
sharedWorkspace string
publicWorkspace string
hostedLayersCount number
engineId string
Properties inherited from GeoServiceDescriptor
version Version
baseEndpoint string
accessibleCredentials array of Credentials

Example

{
  "confidentialWorkspace" : "...",
  "contextVisibilityWorkspace" : "...",
  "sharedWorkspace" : "...",
  "publicWorkspace" : "...",
  "hostedLayersCount" : 12345,
  "engineId" : "...",
  "version" : {
    "major" : 12345,
    "minor" : 12345,
    "build" : 12345
  },
  "baseEndpoint" : "...",
  "accessibleCredentials" : [ {
    "username" : "...",
    "password" : "...",
    "accessType" : "CONTEXT_USER"
  }, {
    "username" : "...",
    "password" : "...",
    "accessType" : "ADMIN"
  } ]
}