This gets engine error count by error tasks grouped by time ranges and sorted by a range start time
Example
aiware getEngineErrorTimeRanges X-Correlation-Id:value startTime=value endTime=value chartType=value interval=value engineID=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| startTime | integer | The unix timestamp, describing the start time for the stats | [optional] [default to null] |
| endTime | integer | The unix timestamp, describing the end time for the stats | [optional] [default to null] |
| chartType | EngineErrorChartTypeEnum | It will help API to kmow the response should return | [optional] [default to null] |
| interval | integer | Interval in seconds for output time ranges | [optional] [default to null] |
| engineID | string | Filtering by engineID | [optional] [default to null] |
Return type
GetEngineErrorTimeRangesResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json