接口地址:/webapi/backupobjectset/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
向ActiveMQQueue队列生产一个MQ消息,等待返回Mgr信息
请求参数:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
|---|---|---|---|---|---|
| requestId | 请求requestId数据 | query | true | string | |
| start | 请求start数据 | query | false | integer(int32) | |
| end | 请求end数据 | query | false | integer(int32) |
响应状态:
| 状态码 | 说明 | schema |
|---|---|---|
| 200 | OK | ResponseResultListBackupObjectSetListVo |
响应参数:
| 参数名称 | 参数说明 | 类型 | schema |
|---|---|---|---|
| message | 返回状态标记 | string | |
| statFlag | 返回状态 | integer(int32) | integer(int32) |
| dataInfo | 返回的数据 | array | BackupObjectSetListVo |
| clientId | 客户端ID | integer(int64) | |
| clientName | 客户端名称 | string | |
| bosName | 备份对象集合名称 | string | |
| backupAgentId | 备份代理类型 | integer(int32) | |
| bosId | 备份对象集合ID | integer(int64) | |
| backupObjectSetId | 备份对象集合ID | integer(int64) | |
| backupObjectSetName | 备份对象集合名称 | string | |
| agentType | 备份代理类型 | integer(int32) | |
| containerGroupId | 副本组ID | integer(int64) | |
| flags | integer(int32) | ||
| dataCount | 返回数据条数 | integer(int32) | integer(int32) |
响应示例:
{
"message": "操作成功",
"statFlag": 0,
"dataInfo": [
{
"clientId": 0,
"clientName": "",
"bosName": "",
"backupAgentId": 0,
"bosId": 0,
"backupObjectSetId": 0,
"backupObjectSetName": "",
"agentType": 0,
"containerGroupId": 0,
"flags": 0
}
],
"dataCount": 10
}