ListJobInfos - 查看作业列表

查看作业列表

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
odps:ListJobInfoslist
*全部资源
*

请求语法

POST /api/v1/jobs HTTP/1.1

请求参数

名称类型必填描述示例值
tenantIdstring

租户 id

478403690625249
regionstring

地域 id。

cn-shanghai
orderColumnstring

排序列

cuUsage
ascOrderboolean

升序 or 降序

true
pageNumberlong

分页页码。

1
pageSizelong

每页返回数目

10
bodyobject

请求体参数

fromlong

起始时间戳

1672112000
tolong

截止时间戳

1672112130
quotaNicknamestring

配额(Quota)昵称

quota_nickname
projectListarray

项目名称

string

项目名称

projectA
typeListarray

作业类型

string

作业类型

SQL
jobOwnerListarray

作业 owner

string

作业 owner

ALIYUN$7632***@aliyun.com
signatureListarray

作业签名

string

作业签名

signatureabc
extNodeIdListarray

上游节点 ID

string

上游节点 ID

76358164
instanceIdListarray

作业实例(Instance)Id

string

作业实例(Instance)Id

20241028****jkl
statusListarray

作业状态

string

作业状态

running
priorityListarray

作业优先级

long

作业优先级

0
sortByListarray

多列排序字段

string

多列排序字段

cuUsage
sortOrderListarray

多列排序方式

string

多列排序方式

desc
sceneTagListarray

智能诊断标签

string

智能诊断标签

SubscriptionLackResource

返回参数

名称类型描述示例值
object

PopResult

requestIdstring

请求 id。

0bc13a9516807484336515320e38f5
httpCodeinteger

业务成功与否。如果非空且不是 200,那么表示业务处理失败。

200
dataobject

返回结果。

totalCountlong

返回结果的总数量。

64
pageNumberlong

当前页码。

2
pageSizelong

每页显示条数。

10
jobInfoListarray<object>

作业信息列表

jobInfoListobject

作业信息

tenantIdstring

租户 ID

213065738244354
regionstring

地域 id。

cn-shanghai
clusterstring

集群 id

AY20A
instanceIdstring

实例 ID。

20230410050036549gfmsdwf60gg
jobOwnerstring

提交作业的账号

ALIYUN$xxx@test.aliyunid.com
projectstring

maxcompute 项目名称

openrec_new
jobTypestring

作业类型

SQL
prioritylong

优先级

1
statusstring

状态

running
quotaNicknamestring

作业使用的配额昵称

my_quota
quotaTypestring

quota 类型

subscription
cuUsagelong

cu 使用总量

10
memoryUsagelong

内存使用总量

40
cuSnapshotdouble

作业的 cu 快照占比

0.48
memorySnapshotdouble

作业的内存快照占比

0.42
statusSnapshotstring

作业快照状态

running
submittedAtTimelong

作业的提交时间

1672112013
waitingTimelong

等待时间

100
runningAtTimelong

作业的开始运行时间

1672112113
runningTimelong

运行时间

800
endAtTimelong

运行结束时间

0
totalTimelong

总运行时长

900
signaturestring

sql 签名

i094KijGrN3kOXZ74kbexB77XQY=
extPlantFromstring

上游平台

platform_3
extNodeIdstring

DataWorks 节点 ID

node_4
extNodeOnDutystring

执行责任人

duty_2
tagsstring

标签

[]
sceneResultsarray<object>

智能诊断结果。

sceneResultsobject

智能诊断结果。

sceneTagstring

智能诊断结果标签。

SubscriptionLackResource
scenestring

智能诊断结果场景。

LackResource
typestring

智能诊断结果类型。

warning
summarystring

智能诊断结果简述。

Insufficient computing resources available for the job. Click to view details.
descriptionstring

智能诊断结果详情。

This job uses annual and monthly computing resources. It may be that the job is waiting for resources due to the large amount of overall job running data, many resources requested, and low job priority. Please go to Resource Consumption to view the specific situation. You can also go to Cost Optimization to see if you need to adjust resource configuration.
paramsobject

数据倾斜、数据膨胀节点信息。只有当诊断场景为数据倾斜、数据膨胀时返回此参数。

string

数据倾斜、数据膨胀节点信息。

"jobinsight_data_skew_node": "Worker M1#10000_0"

示例

正常返回示例

JSON格式

{
  "requestId": "0bc13a9516807484336515320e38f5",
  "httpCode": 200,
  "data": {
    "totalCount": 64,
    "pageNumber": 2,
    "pageSize": 10,
    "jobInfoList": [
      {
        "tenantId": "213065738244354",
        "region": "cn-shanghai",
        "cluster": "AY20A",
        "instanceId": "20230410050036549gfmsdwf60gg",
        "jobOwner": "ALIYUN$xxx@test.aliyunid.com",
        "project": "openrec_new",
        "jobType": "SQL",
        "priority": 1,
        "status": "running",
        "quotaNickname": "my_quota",
        "quotaType": "subscription",
        "cuUsage": 10,
        "memoryUsage": 40,
        "cuSnapshot": 0.48,
        "memorySnapshot": 0.42,
        "statusSnapshot": "running",
        "submittedAtTime": 1672112013,
        "waitingTime": 100,
        "runningAtTime": 1672112113,
        "runningTime": 800,
        "endAtTime": 0,
        "totalTime": 900,
        "signature": "i094KijGrN3kOXZ74kbexB77XQY=",
        "extPlantFrom": "platform_3",
        "extNodeId": "node_4",
        "extNodeOnDuty": "duty_2",
        "tags": "[]",
        "sceneResults": [
          {
            "sceneTag": "SubscriptionLackResource",
            "scene": "LackResource",
            "type": "warning",
            "summary": "Insufficient computing resources available for the job. Click to view details.",
            "description": "This job uses annual and monthly computing resources. It may be that the job is waiting for resources due to the large amount of overall job running data, many resources requested, and low job priority. Please go to Resource Consumption to view the specific situation. You can also go to Cost Optimization to see if you need to adjust resource configuration.",
            "params": {
              "key": "\"jobinsight_data_skew_node\": \"Worker M1#10000_0\""
            }
          }
        ]
      }
    ]
  }
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2024-11-12OpenAPI 返回结构发生变更查看变更详情
2024-10-24API 内部配置变更,不影响调用查看变更详情
2024-08-26API 内部配置变更,不影响调用查看变更详情