The requirements for a HTTP GET request to the event collection
identifier pattern (ECIP) resource query capability URI.
Table 1. ECIP query capability URI: GET request
Element |
Description |
HTTP method |
GET |
Query parameters |
- oslc:where
- Defines the conditions that related resources must satisfy. This
parameter is equivalent to the WHERE clause of an SQL statement.
- oslc:select
- Defines the properties of the event resource that appear in the
results of the HTTP response. This parameter is equivalent to the
column list component of an SQL SELECT statement.
- oslc:orderBy
- Defines the sort order of the result set. This parameter is equivalent
to the ORDER BY clause of an SQL SELECT statement.
|
Request headers |
- Authorization
- Required
- Host
- Required
|
Accept |
application/rdf+xml |
Request body |
Not applicable |
Examples |
- http://localhost/objectserver/oslc/query/ecips
- http://localhost/objectserver/oslc/query/ecips?oslc.where=oslc%3AresourceType%3D%22http%3A%2F%2Fopen-services.net%2Fns%2Fcrtv%23ComputerSystem%22&oslc.orderBy=oslcem%3Aserial
- http://localhost/objectserver/oslc/query/ecips?oslc.select=oslc%3AresourceType
|