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

ServiceOperation

Module: Report

This object provides info about services operation. E.g.:


                             var serviceOperation = {
                                  "name": "operation name",
                                  "binding": [
                                       "HTTP-GET"
                                  ],
                                  "online": [
                                       {
                                           "url": "http://example.com",
                                           "name": "some name",
                                           "description": "some description",
                                           "function": "download"
                                       }
                                   ]
                              }
                        

See also ServiceInfo.
See also OnlineInfo.
See also Report

Item Index

Properties

Properties

binding

String[]

optional

name

String

optional

operations

OnlineInfo[]

optional