AdminCoreCreateResponse ClearBacklog(ctx, optional)
This clears some or all of the currently queued tasks
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *ClearBacklogOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a ClearBacklogOpts 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 | |
| status | optional.Interface of EngineStatusEnum | Field to match the current status | |
| engineID | optional.String | Filter by engine id | |
| modifiedBefore | optional.Int64 | Filter by items modified before expressed as timestamp | |
| modifiedAfter | optional.Int64 | Filter by items modified after expressed as timestamp | |
| createdBefore | optional.Int64 | Filter items where created date is before this date | |
| createdAfter | optional.Int64 | Filter items where created date is after this date | |
Return type
AdminCoreCreateResponse
Authorization
api_key
- Content-Type: Not defined
- Accept: application/json