菜单

查询备份作业列表

下载

接口地址:/webapi/job/copy/backupJobList

请求方式:GET

请求数据类型:application/x-www-form-urlencoded

响应数据类型:*/*

接口描述:

备份作业列表

请求参数:

参数名称 参数说明 请求类型 是否必须 数据类型 schema
queryType 查询类型 query false string
containerId 副本ID query false string
containerIdList 副本ID集合 query false string
jobId 作业ID query false string
clientName 客户端名称 query false string
clientId 客户端名称 query false string
backupObjectSetId 备份集ID query false string
instanceId 实例ID query false string
operationCodeList 作业类型集合 query false string
agentTypeList 代理类型集合 query false string
jobStatusList 作业状态集合 query false string
startTime 开始时间 query false string
endTime 结束时间 query false string
requestId 请求ID query false string
page 当前页。默认1 query false string
pageSize 页数。默认-1 query false string
userGroupId 用户组ID query false string
authType 授权类型 query false string
ignoreDataAuth 忽略数据权限 query false string

响应状态:

状态码 说明 schema
200 OK ResponseResultIPageCopyBackupJopDetailVo

响应参数:

参数名称 参数说明 类型 schema
message 返回状态标记 string
statFlag 返回状态 integer(int32) integer(int32)
dataInfo IPageCopyBackupJopDetailVo IPageCopyBackupJopDetailVo
  records array CopyBackupJopDetailVo
    queryType 查询类型 integer(int32)
    jobId 作业ID integer(int64)
    jobType 作业类型 integer(int32)
    backupLevel 备份类型 integer(int32)
    backupType 备份类型名称 string
    statusId 作业状态 integer(int32)
    clientName 客户端名称 string
    clientId 客户端ID integer(int64)
    backupObjectSetId 备份集ID integer(int64)
    backupObjectSetName 备份集名称 string
    startTime 开始时间 integer(int64)
    endTime 结束时间 integer(int64)
    transferedTime 传输时间(时间戳) integer(int64)
    backupAgentId 代理类型ID integer(int32)
    backupAgentName 代理类型名称 string
    operationCode 操作类型 integer(int32)
    operationName 操作类型名称 string
    applicationSize 应用大小 integer(int64)
    transferedSize 传输大小 integer(int64)
    writtenSize 写入大小 integer(int64)
    storageContainerGroupId 副本组ID integer(int64)
    progress 进度 number
    planName 计划名称 string
    version 数据库的版本信息 string
    encryptionInfo 作业副本的加密信息 string
    copyStatus 复制状态 integer(int32)
    copySize 复制大小 integer
    sourceStorageNodeName 源存储节点名称 string
    targetStorageNodeName 目标存储节点名称 string
    scn string
    lsn string
  total integer(int64)
  current integer(int64)
  pages integer(int64)
  size integer(int64)
dataCount 返回数据条数 integer(int32) integer(int32)

响应示例:

javascript 复制代码
{
	"message": "操作成功",
	"statFlag": 0,
	"dataInfo": {
		"records": [
			{
				"queryType": 0,
				"jobId": 0,
				"jobType": 0,
				"backupLevel": 0,
				"backupType": "",
				"statusId": 0,
				"clientName": "",
				"clientId": 0,
				"backupObjectSetId": 0,
				"backupObjectSetName": "",
				"startTime": 0,
				"endTime": 0,
				"transferedTime": 0,
				"backupAgentId": 0,
				"backupAgentName": "",
				"operationCode": 0,
				"operationName": "",
				"applicationSize": 0,
				"transferedSize": 0,
				"writtenSize": 0,
				"storageContainerGroupId": 0,
				"progress": 0,
				"planName": "",
				"version": "",
				"encryptionInfo": "",
				"copyStatus": 0,
				"copySize": 0,
				"sourceStorageNodeName": "",
				"targetStorageNodeName": "",
				"scn": "",
				"lsn": ""
			}
		],
		"total": 0,
		"current": 0,
		"pages": 0,
		"size": 0
	},
	"dataCount": 10
}
分享文章
上一个
查询作业详情
下一个
查询作业是否有依赖增量
最近修改: 2024-12-16