All Products
Search
Document Center

ApsaraMQ for RocketMQ:ResetConsumeOffset

Last Updated:Apr 12, 2024

Resets the consumer offset of a consumer group.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

PATCH /instances/{instanceId}/consumerGroups/{consumerGroupId}/consumeOffsets/{topicName}

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

rmq-cn-tl32ue44x0g
consumerGroupIdstringYes

The consumer group ID.

dolphin_status
topicNamestringYes

The topic name.

AMZN_REPORT_TOPIC
bodyobjectNo

The request body.

resetTypestringNo

The method that is used to reset the consumer offset. Valid values: LATEST_OFFSET and SPECIFIED_TIME.

LATEST_OFFSET
resetTimestringNo

The time when the consumer offset is reset.

2023-03-22 12:17:08

Response parameters

ParameterTypeDescriptionExample
object

Result

requestIdstring

The request ID.

F9A95891-EAD4-5A2B-8A30-676CD18921AF
successboolean

Indicates whether the request is successful.

true
codestring

The returned error code.

MissingInstanceId
messagestring

The returned error message.

The instance cannot be found.
httpStatusCodeinteger

The returned HTTP status code.

200
dynamicCodestring

The returned dynamic error code.

InstanceId
dynamicMessagestring

The returned dynamic error message.

instanceId

Examples

Sample success responses

JSONformat

{
  "requestId": "F9A95891-EAD4-5A2B-8A30-676CD18921AF",
  "success": true,
  "code": "MissingInstanceId",
  "message": "The instance cannot be found.",
  "httpStatusCode": 200,
  "dynamicCode": "InstanceId",
  "dynamicMessage": "instanceId"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history