The GEOSS Discovery And Access Broker APIs
Authors: Fabrizio Papeschi, Mattia Santoro, Stefano Nativi
API version: 1.4.3-beta

OnlineInfo

Module: Report

This object provides info about an online resource. E.g.:


                          var onlineInfo  = {
                             "url": "http://example.com",
                             "name": "some name",
                             "description": "some description",
                             "function": "download",
                             "protocol": "urn:ogc:serviceType:WebMapService:1.1.1:HTTP"
                             "accessType": "direct"
                          }
                        

See also Report

Properties

accessType

String

optional

Defines how the url can be accessed; possible values are:

  • unknown: the access type is not recognized
  • noaccess: url can't be used to download the data. It could be a link to an information site or a report about the node
  • service: url refers to a WEB service
  • simple: !Replaced by direct!
  • direct: url refers to a resource that can be directly accessed
  • complex: url is the "base URL" of the service providing the data

description

String

optional

function

String

optional

name

String

optional

protocol

String

optional

The online access protocol/s of the data linked to the node.

url

String