描述

任务执行记录

请求地址

/v2/webservice/table/dumpengine-to-file-task-record-list

请求方法

Post

请求参数说明

参数名称 类型 是否必填 说明
app_id number
zone_id number
table_name string

示例

{
    "app_id": 2,
    "zone_id": 1,
    "table_name": "GenericTableDemo"
}

返回data参数说明

参数名称 类型 说明
transaction_id number oms任务ID

成功返回

{
    "code": 0,
    "request_id": "d7aac6b2-bfb0-4939-b4ca-124e6a611e70",
    "data": {
        "list": [
            {
                "transaction_id": 3,
                "date": "2023-3-31 16:30:30",
                "app_id": 2,
                "zone_id": 1,
                "table_name": "GenericTableDemo",
                "begin_time": "2023-3-31 15:30:30",
                "end_time": "2023-3-31 16:30:30",
                "status_msg": "ccnc",
                "error_msg": "dd",
                "app_name": "aaa2",
                "zone_name": "加表测试"
            },
            {
                "transaction_id": 3,
                "date": "2023-3-31 15:30:30",
                "app_id": 2,
                "zone_id": 1,
                "table_name": "GenericTableDemo",
                "begin_time": "2023-3-31 15:30:30",
                "end_time": "2023-3-31 16:30:30",
                "status_msg": "ccnc",
                "error_msg": "dd",
                "app_name": "aaa2",
                "zone_name": "加表测试"
            }
        ],
        "total": 2
    }
}

失败返回

{

}

results matching ""

    No results matching ""