Changes between Version 16 and Version 17 of SQR


Ignore:
Timestamp:
Nov 5, 2010, 8:38:46 AM (14 years ago)
Author:
claudia.villalonga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SQR

    v16 v17  
    128128=== Request Resource Description ===
    129129
     130The lookup for resource descriptions requires sending the following request HTTP POST http://hostname:port/sqr/requestResDesc .
     131
     132For the simple case.
     133
     134
     135For the selector-based queries, the body of the message contains the following XML:
    130136
    131137=== Request Binding ===
     138The lookup for bindings on the ED for simple queries requires sending the following request HTTP POST http://hostname:port/sqr/requestBinding with the XML in the body:
     139
     140The lookup for bindings on the ED for template queries requires sending the following request HTTP POST  http://hostname:port/sqr/requestBindingIOPP with the XML in the body:
     141
     142=== Request Information ===
     143The request for information requires sending the following request HTTP POST http://hostname:port/sqr/requestInformation with the XML in the body:
    132144
    133145
    134 === Request Information ===
     146=== Subscribe to Information ===
     147The subscription for information requires sending the following request HTTP POST  http://hostname:port/sqr/subscribeInformation with the XML in the body:
    135148
    136 === Subscribe to Information ===
     149In order to list the subscriptions for information currently handled by the SQR, it is required to send the following request HTTP GET http://hostname:port/sqr/listSubscriptionInformation .
     150
     151And to access the information related to the subscription with ID subsName, it is required to send the following request HTTP GET http://hostname:port/sqr/listSubscriptionInformation/{subsName}
     152
    137153
    138154=== Execute Actuation Task ===
    139155
     156The execution of an actuation task requires sending the following request HTTP POST  http://hostname:port/sqr/requestActuation with the XML in the body:
    140157
     158
     159