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

GeoNetworkDescriptor Data Type

Properties
name data type description
contextGroup string
defaultGroup string
sharedGroup string
confidentialGroup string
publicGroup string
priority number
engineId string
Properties inherited from GeoServiceDescriptor
version Version
baseEndpoint string
accessibleCredentials array of Credentials

Example

{
  "contextGroup" : "...",
  "defaultGroup" : "...",
  "sharedGroup" : "...",
  "confidentialGroup" : "...",
  "publicGroup" : "...",
  "priority" : 12345,
  "engineId" : "...",
  "version" : {
    "major" : 12345,
    "minor" : 12345,
    "build" : 12345
  },
  "baseEndpoint" : "...",
  "accessibleCredentials" : [ {
    "username" : "...",
    "password" : "...",
    "accessType" : "ADMIN"
  }, {
    "username" : "...",
    "password" : "...",
    "accessType" : "CKAN"
  } ]
}