GetEngineErrorTimeRangesResponse GetEngineErrorTimeRanges(ctx, optional)
This gets engine error count by error tasks grouped by time ranges and sorted by a range start time
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetEngineErrorTimeRangesOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetEngineErrorTimeRangesOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
| startTime | optional.Int64 | The unix timestamp, describing the start time for the stats | |
| endTime | optional.Int64 | The unix timestamp, describing the end time for the stats | |
| chartType | optional.Interface of EngineErrorChartTypeEnum | It will help API to know the response should return | |
| interval | optional.Int64 | Interval in seconds for output time ranges | |
| engineID | optional.Interface of string | Filtering by engineID | |
Return type
GetEngineErrorTimeRangesResponse
Authorization
api_key
- Content-Type: Not defined
- Accept: application/json