接口地址:/webapi/plan/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
列出计划
请求参数:
暂无
响应状态:
| 状态码 | 说明 | schema |
|---|---|---|
| 200 | OK | ResponseResultListPlanListVo |
响应参数:
| 参数名称 | 参数说明 | 类型 | schema |
|---|---|---|---|
| message | 返回状态标记 | string | |
| statFlag | 返回状态 | integer(int32) | integer(int32) |
| dataInfo | 返回的数据 | array | PlanListVo |
| planId | 计划id | integer(int64) | |
| planName | 计划名称 | string | |
| planGroupName | 计划组名称 | string | |
| planGroupId | 计划组id | integer(int64) | |
| planType | 计划类型 | integer(int32) | |
| jobLevel | 作业级别 | integer(int32) | |
| timeZone | 时区 | string | |
| RPO | RPOVO | RPOVO | |
| executeType | 备份类型 | integer(int32) | |
| executeDay | 备份日期 | string | |
| repeatInterval | 是否重复执行 | integer(int32) | |
| repeatStartTime | 开始时间 | string | |
| repeatEndTime | 结束时间 | string | |
| executeTime | 执行时间 | string | |
| dataCount | 返回数据条数 | integer(int32) | integer(int32) |
响应示例:
{
"message": "操作成功",
"statFlag": 0,
"dataInfo": [
{
"planId": 0,
"planName": "",
"planGroupName": "",
"planGroupId": 0,
"planType": 0,
"jobLevel": 0,
"timeZone": "",
"RPO": {
"executeType": 0,
"executeDay": "",
"repeatInterval": 0,
"repeatStartTime": "",
"repeatEndTime": "",
"executeTime": ""
}
}
],
"dataCount": 10
}