GetJobsBacklogCountResponse GetJobsBacklogCountByEngine(ctx, optional)
Get backlog count by engine
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetJobsBacklogCountByEngineOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetJobsBacklogCountByEngineOpts struct
|
| Name | Type | Description | Notes |
|---|
| interval | optional.Int64 | Interval in seconds for output time ranges. | |
| 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 | |
| organizationIDs | optional.String | |
Return type
GetJobsBacklogCountResponse
Authorization
api_key
HTTP request headers
- Content-Type: Not defined
- Accept: application/json