更新时间:2021-12-17 GMT+08:00
分享

使用管理Token获取项目状态

功能介绍

使用管理Token获取项目状态。

URI

  • URI格式
    POST /softcomai/datalake/dataplan/v1.0/north/progress/getstatusbymanagertoken?progressId={progressId}
  • 参数说明

    参数名

    是否必选

    参数类型

    备注

    progressId

    String

    项目ID。

请求

  • 请求样例
    POST https://ipaddr:port/softcomai/datalake/dataplan/v1.0/north/progress/getstatusbymanagertoken?progressId=P_20200603165940_301474888
  • 参数说明

    无。

响应

  • 响应样例
    {
        "success": true,
        "errorMsg": null,
        "errorCode": null,
        "returnData": {
            "progressId": "P_20200603165940_301474888",
            "taskId": null,
            "status": "paused",
            "tasks": [
                {
                    "taskId": "436270250810240449",
                    "progressId": null,
                    "taskType": null,
                    "status": "datamodeling",
                    "costTime": null
                },
                {
                    "taskId": "1390001482728680741",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "5747801440579742209",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "6154835133575143660",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "8406842844263828283",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "827104687751094888",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "7826064017599405738",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "7498323115960797049",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "8087882487810397966",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "8689828541593348536",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "124812881638809274",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "444179672959702062",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "6843909926709687981",
                    "progressId": null,
                    "taskType": null,
                    "status": "init",
                    "costTime": null
                },
                {
                    "taskId": "6564816443207784994",
                    "progressId": null,
                    "taskType": "COLLECTION_BUILTIN",
                    "status": "completed",
                    "costTime": null
                }
            ]
        }
    }
  • 要素说明

    参数名

    参数类型

    备注

    success

    Boolean

    请求是否成功,取值包括true和false。

    returnData

    JSON

    返回信息。

    progressId

    String

    项目ID。

    taskId

    String

    任务ID。

    status

    String

    项目状态。

    tasks

    JSON LIST

    任务集。

    taskType

    String

    任务类型。

    costTime

    String

    花费时间。

状态码

具体请参考状态码

相关文档