数据治理中心 DATAARTS STUDIO-查询补数据实例:响应示例

时间:2023-11-29 09:26:28

响应示例

  • 成功响应 HTTP状态码200
    {
        "msg": "success",
        "rows": [
            {
                "end_date": 1692633599000,
                "job_list": [
                    "job_8810",
                    "job_1000"
                ],
                "name": "P_job_8810_20230821_175711",
                "parallel": 1,
                "start_date": 1692547200000,
                "status": "RUNNING",
                "submitted_date": 1692611566436,
                "supplement_data_run_time": {
                    "time_of_day": "00:00-00:00"
                },
                "supplement_data_instance_time": {},
                "type": 0,
                "user_name": "ei_dlf_l00341563"
            }
        ],
        "success": true,
        "total": 1
    }
  • 失败响应

    HTTP状态码 400

    {
        "error_code":"DLF.3051",
        "error_msg":"The request parameter is invalid."
    }
support.huaweicloud.com/api-dataartsstudio/dataartsstudio_02_0192.html