...
Interface Definition | Description |
---|---|
URI | http(s)://{host}:{port}/engine-rest/engine/v0v1/search |
Operation Type | POST |
Content-Type | application/json |
...
Attribute | Required? | Cardinality | Content | Values | Description | |||
---|---|---|---|---|---|---|---|---|
filters | Y | 1 | Map<String, String[]> | Y | 1 | Map Object | The content of search criteria filters; valid columns: REQUEST_ID, SERVICE_INSTANCE_ID, SERVICE_INSTANCE_NAME, STATUS) | |
startTime | N | 1 | long | start time; search range | ||||
endTime | N | 1 | long | end time; search range | ||||
maxResult | N | 1 | integer | maximum result rows |
Response Body
Attribute | Required? | Cardinality | Content | Values | Description |
---|---|---|---|---|---|
Response | Y | 1 | javax.ws.rs.core.Response = List<SoInfraRequest> | A response represent a list of SoInfraRequest |
...