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

ScopeConfiguration Data Type

Properties
name data type description
contextName string
geonetworkConfiguration array of GeoNetworkDescriptor
geoserverClusterConfiguration array of GeoServerDescriptor
threddsConfiguration array of ThreddsDescriptor

Example

{
  "contextName" : "...",
  "geonetworkConfiguration" : [ {
    "contextGroup" : "...",
    "defaultGroup" : "...",
    "sharedGroup" : "...",
    "confidentialGroup" : "...",
    "publicGroup" : "...",
    "priority" : 12345,
    "engineId" : "...",
    "version" : {
      "major" : 12345,
      "minor" : 12345,
      "build" : 12345
    },
    "baseEndpoint" : "...",
    "accessibleCredentials" : [ {
      "username" : "...",
      "password" : "...",
      "accessType" : "CKAN"
    }, {
      "username" : "...",
      "password" : "...",
      "accessType" : "CKAN"
    } ]
  }, {
    "contextGroup" : "...",
    "defaultGroup" : "...",
    "sharedGroup" : "...",
    "confidentialGroup" : "...",
    "publicGroup" : "...",
    "priority" : 12345,
    "engineId" : "...",
    "version" : {
      "major" : 12345,
      "minor" : 12345,
      "build" : 12345
    },
    "baseEndpoint" : "...",
    "accessibleCredentials" : [ {
      "username" : "...",
      "password" : "...",
      "accessType" : "CONTEXT_MANAGER"
    }, {
      "username" : "...",
      "password" : "...",
      "accessType" : "CONTEXT_USER"
    } ]
  } ],
  "geoserverClusterConfiguration" : [ {
    "confidentialWorkspace" : "...",
    "contextVisibilityWorkspace" : "...",
    "sharedWorkspace" : "...",
    "publicWorkspace" : "...",
    "hostedLayersCount" : 12345,
    "engineId" : "...",
    "version" : {
      "major" : 12345,
      "minor" : 12345,
      "build" : 12345
    },
    "baseEndpoint" : "...",
    "accessibleCredentials" : [ {
      "username" : "...",
      "password" : "...",
      "accessType" : "ADMIN"
    }, {
      "username" : "...",
      "password" : "...",
      "accessType" : "ADMIN"
    } ]
  }, {
    "confidentialWorkspace" : "...",
    "contextVisibilityWorkspace" : "...",
    "sharedWorkspace" : "...",
    "publicWorkspace" : "...",
    "hostedLayersCount" : 12345,
    "engineId" : "...",
    "version" : {
      "major" : 12345,
      "minor" : 12345,
      "build" : 12345
    },
    "baseEndpoint" : "...",
    "accessibleCredentials" : [ {
      "username" : "...",
      "password" : "...",
      "accessType" : "CKAN"
    }, {
      "username" : "...",
      "password" : "...",
      "accessType" : "CONTEXT_USER"
    } ]
  } ],
  "threddsConfiguration" : [ {
    "engineId" : "...",
    "version" : {
      "major" : 12345,
      "minor" : 12345,
      "build" : 12345
    },
    "baseEndpoint" : "...",
    "accessibleCredentials" : [ {
      "username" : "...",
      "password" : "...",
      "accessType" : "ADMIN"
    }, {
      "username" : "...",
      "password" : "...",
      "accessType" : "CONTEXT_MANAGER"
    } ]
  }, {
    "engineId" : "...",
    "version" : {
      "major" : 12345,
      "minor" : 12345,
      "build" : 12345
    },
    "baseEndpoint" : "...",
    "accessibleCredentials" : [ {
      "username" : "...",
      "password" : "...",
      "accessType" : "CONTEXT_USER"
    }, {
      "username" : "...",
      "password" : "...",
      "accessType" : "CONTEXT_MANAGER"
    } ]
  } ]
}