查询备份计划映射详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
rocketmq:GetDisasterRecoveryItem |
get |
*Topic
|
无 | 无 |
请求语法
GET /disaster_recovery/{planId}/items/{itemId} HTTP/1.1
路径参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| planId |
integer |
是 |
备份计划 id |
1300000016 |
| itemId |
integer |
是 |
映射任务 id |
100070284 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Result |
||
| requestId |
string |
请求 ID |
AF9A8B10-C426-530F-A0DD-96320B39**** |
| success |
boolean |
是否成功 |
true |
| data |
object |
返回结果 |
|
| itemId |
integer |
备份计划 id |
100070284 |
| planId |
integer |
映射 id |
1300000016 |
| itemStatus |
string |
备份映射状态:
|
RUNNING |
| topics |
array<object> |
备份映射所包含的主题 |
|
|
object |
备份映射所包含的主题 |
||
| regionId |
string |
regionId |
cn-hangzhou |
| instanceType |
string |
实例类型 |
ALIYUN_ROCKETMQ |
| instanceId |
string |
实例 ID |
rmq-cn-wwo3xxx |
| topicName |
string |
主题名称 |
order_push_xxx |
consumerGroupId
deprecated
|
string |
消费者组 ID |
xxx_reserve_group |
| deliveryOrderType |
string |
消息投递到目标实例的顺序性。 参数取值如下:
枚举值:
|
Concurrently |
| extInfo |
object |
扩展信息 |
|
|
string |
扩展信息 |
{} |
|
| createTime |
string |
创建时间 |
2024-06-24 02:57:31 |
| updateTime |
string |
修改时间 |
2024-09-26 02:13:10 |
| code |
string |
错误码 |
200 |
| message |
string |
错误信息 |
xxx |
| httpStatusCode |
integer |
HTTP 状态码 |
200 |
| dynamicCode |
string |
动态错误码 |
InstanceId |
| dynamicMessage |
string |
动态错误信息 |
instanceId |
| accessDeniedDetail |
string |
访问拒绝详细信息,有且仅有在因 RAM 无权限拒绝用户访问的场景 |
xxx |
示例
正常返回示例
JSON格式
{
"requestId": "AF9A8B10-C426-530F-A0DD-96320B39****",
"success": true,
"data": {
"itemId": 100070284,
"planId": 1300000016,
"itemStatus": "RUNNING",
"topics": [
{
"regionId": "cn-hangzhou",
"instanceType": "ALIYUN_ROCKETMQ",
"instanceId": "rmq-cn-wwo3xxx",
"topicName": "order_push_xxx",
"consumerGroupId": "xxx_reserve_group",
"deliveryOrderType": "Concurrently"
}
],
"extInfo": {
"key": "{}"
},
"createTime": "2024-06-24 02:57:31",
"updateTime": "2024-09-26 02:13:10"
},
"code": "200",
"message": "xxx",
"httpStatusCode": 200,
"dynamicCode": "InstanceId",
"dynamicMessage": "instanceId",
"accessDeniedDetail": "xxx"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。