接口地址:/webapi/plangroup/{planGroupId}/action/query
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
查询计划组详细信息
请求参数:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
|---|---|---|---|---|---|
| planGroupId | 请求planGroupId数据 | path | true | integer(int32) |
响应状态:
| 状态码 | 说明 | schema |
|---|---|---|
| 200 | OK | ResponseResultPlanGroupQueryVo |
响应参数:
| 参数名称 | 参数说明 | 类型 | schema |
|---|---|---|---|
| message | 返回状态标记 | string | |
| statFlag | 返回状态 | integer(int32) | integer(int32) |
| dataInfo | PlanGroupQueryVo | PlanGroupQueryVo | |
| backupObjectSets | 备份对象集合 | array | BackupObjectSetPGVo |
| clientId | 客户端ID | integer(int64) | |
| clientName | 客户端名称 | string | |
| bosName | 备份对象集合名称 | string | |
| backupAgentId | 备份代理类型 | integer(int32) | |
| bosId | 备份对象集合ID | integer(int64) | |
| planGroupId | 计划组ID | integer(int64) | |
| planGroupInfo | PlanGroupInfoVo | PlanGroupInfoVo | |
| planGroupId | 计划组id | integer(int64) | |
| planGroupName | 计划组名称 | string | |
| planType | 计划类型 | integer(int32) | |
| status | 状态 | integer(int32) | |
| associationCount | 关联计划数量 | integer(int32) | |
| description | 描述 | string | |
| streamCount | 流数 | integer(int32) | |
| plans | 计划信息 | array | PlanGroupVo |
| planId | 计划id | integer(int64) | |
| planName | 计划名称 | string | |
| jobLevel | 作业级别 | integer(int32) | |
| timeZone | 时区 | integer(int64) | |
| timeZoneName | 时区 | string | |
| planGroupId | 计划组id | integer(int32) | |
| planGroupName | 计划组名称 | string | |
| RPO | RPOVO | RPOVO | |
| executeType | 备份类型 | integer(int32) | |
| executeDay | 备份日期 | string | |
| repeatInterval | 是否重复执行 | integer(int32) | |
| repeatStartTime | 开始时间 | string | |
| repeatEndTime | 结束时间 | string | |
| executeTime | 执行时间 | string | |
| containerInfoList | 副本信息 | array | PlanContainerDto |
| sourceContainerId | 源副本ID | integer(int64) | |
| containerId | 目标副本ID | integer(int64) | |
| streamCount | 计划组分配流数 | integer(int32) | |
| containerName | 副本名称 | string | |
| containerGroupName | 副本组名称 | string | |
| containerGroupFlag | 副本组Flag | integer(int32) | |
| dataCount | 返回数据条数 | integer(int32) | integer(int32) |
响应示例:
{
"message": "操作成功",
"statFlag": 0,
"dataInfo": {
"backupObjectSets": [
{
"clientId": 0,
"clientName": "",
"bosName": "",
"backupAgentId": 0,
"bosId": 0,
"planGroupId": 0
}
],
"planGroupInfo": {
"planGroupId": 0,
"planGroupName": "",
"planType": 0,
"status": 0,
"associationCount": 0,
"description": "",
"streamCount": 0,
"plans": [
{
"planId": 0,
"planName": "",
"jobLevel": 0,
"timeZone": 0,
"timeZoneName": "",
"planGroupId": 0,
"planGroupName": "",
"RPO": {
"executeType": 0,
"executeDay": "",
"repeatInterval": 0,
"repeatStartTime": "",
"repeatEndTime": "",
"executeTime": ""
}
}
]
},
"containerInfoList": [
{
"sourceContainerId": 0,
"containerId": 0,
"streamCount": 0,
"containerName": "",
"containerGroupName": "",
"containerGroupFlag": 0
}
]
},
"dataCount": 10
}