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

ServiceInfo

Module: Report

This object provides info about a service. E.g:


                          var serviceInfo = {
                             "title": "service title",
                             "description": "service description",
                             "type": "service type",
                             "version": "service version",
                             "source": false,
                             "operation": [
                                 {
                                     "name": "operation name",
                                     "binding": [
                                         "HTTP-GET"
                                     ],
                                     "online": [
                                         {
                                             "url": "http://example.com",
                                             "name": "some name",
                                             "description": "some description",
                                             "function": "download"
                                         }
                                     ]
                                 }
                              ]
                           }
                        

See also ServiceOperation
See also Report

Item Index

Properties

description

String

optional

operation

ServiceOperation[]

optional

source

Boolean

optional

Indicates if the current node represents a source

title

String

optional

type

String

optional

version

String

optional