GetJobsStatsResponse GetJobsStats(ctx, optional)
This gets processing stats of the jobs
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetJobsStatsOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetJobsStatsOpts 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 JobTaskStatusChartTypeEnum | It will help API to know the response should return | |
| status | optional.Interface of JobStatusEnum | If specified, this limits the jobs or tasks to follow status | |
| organizationIDs | optional.String | | |
Return type
GetJobsStatsResponse
Authorization
api_key
HTTP request headers
- Content-Type: Not defined
- Accept: application/json