获取一个任务的详细配置和运行时信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
paidlc:GetJob |
get |
*全部资源
|
无 | 无 |
请求语法
GET /api/v1/jobs/{JobId} HTTP/1.1
路径参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| JobId |
string |
是 |
任务 ID。如何获取任务 ID,请参见 ListJobs 。 |
dlc******* |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| NeedDetail |
boolean |
否 |
是否返回作业详情信息,默认为 true |
true |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
JSON 格式的字符串。 |
||
| JobId |
string |
任务 ID。 |
dlc******* |
| JobType |
string |
任务类型。由 CreateJob API 中的 JobType 指定。 |
TFJob |
| DisplayName |
string |
任务名称。 |
tf-mnist-test |
| UserId |
string |
任务提交人的阿里云 UID。 |
12********* |
| Status |
string |
任务运行状态,可能值:
|
Stopped |
| WorkspaceId |
string |
任务所属工作空间 ID。 |
268 |
| WorkspaceName |
string |
任务所属工作空间名称。 |
dlc-workspace |
| ResourceId |
string |
任务运行所在的资源组 ID。 |
r****** |
| ResourceLevel |
string |
任务运行时使用的资源级别。 |
L0 |
| ReasonCode |
string |
状态详情码,对当前状态(Status)下的子状态的一个分类。 |
JobStoppedByUser |
| ReasonMessage |
string |
状态详情的详细描述。 |
Job is stopped by user. |
| JobSpecs |
array |
任务中的节点配置,参考 CreateJob API 中的 JobSpecs。 |
|
| JobSpec |
描述一种节点类型的详细配置。 |
||
| UserCommand |
string |
每个节点的启动命令。 |
python /root/code/mnist.py |
| DataSources |
array<object> |
数据源列表。 |
|
|
object |
数据源。 |
||
| DataSourceId |
string |
数据源 ID。 |
d******* |
| MountPath |
string |
本地挂载路径,可选参数,默认为空(表示使用数据源中挂载路径)。 |
/mnt/data/ |
| Uri |
string |
数据源路径 |
oss://bucket.oss-cn-hangzhou-internal.aliyuncs.com/path/ |
| CodeSource |
object |
代码源。 |
|
| CodeSourceId |
string |
代码源 ID。 |
code****** |
| Branch |
string |
代码分支。 |
master |
| Commit |
string |
代码 CommitID。 |
44da109b59f8596152987eaa8f3b2487xxxxxx |
| MountPath |
string |
本地挂载路径。 |
/mnt/data |
| ThirdpartyLibs |
array |
需要安装的 Python 三方库列表。 |
|
|
string |
第三方 Python 库。 |
numpy==1.16.1 |
|
| ThirdpartyLibDir |
string |
三方库(requirements.txt)文件所在文件夹。 |
/root/code/ |
| Envs |
object |
环境变量配置。 |
|
|
string |
环境变量 Key 和 Value。 |
ENABLE_DEBUG_MODE |
|
| UserVpc |
object |
用户 VPC |
|
| VpcId |
string |
用户 VPC 的 id |
vpc-abcdef**** |
| SwitchId |
string |
用户交换机的 id |
vs-abcdef**** |
| SecurityGroupId |
string |
用户安全组的 id |
sg-abcdef**** |
| ExtendedCidrs |
array |
扩展网段,示例:192.168.0.1/24 |
|
|
string |
扩展网段 |
192.168.0.1/24 |
|
| DefaultRoute |
string |
默认路由。此参数只在通用计算资源下有效,取值如下: eth0:表示使用默认网卡,通过公共网关访问外部网络。 eth1:表示使用用户弹性网卡,通过私有网关访问外部网络。 |
|
| GmtCreateTime |
string |
任务创建时间(UTC)。 |
2021-01-12T14:35:01Z |
| GmtSubmittedTime |
string |
任务提交到集群的时间(UTC)。 |
2021-01-12T14:36:01Z |
| GmtRunningTime |
string |
任务开始运行的时间(UTC)。 |
2021-01-12T14:36:21Z |
| GmtSuccessedTime |
string |
任务正常结束的时间(UTC)。 |
2021-01-12T15:36:08Z |
| GmtStoppedTime |
string |
任务停止的时间(UTC)。 |
2021-01-12T15:36:08Z |
| GmtFailedTime |
string |
任务运行失败的时间(UTC)。 |
2021-01-12T15:36:08Z |
| Duration |
integer |
任务运行时长,单位:秒。 |
3602 |
| Pods |
array<object> |
任务运行中的所有节点。 |
|
|
array<object> |
节点数组。 |
||
| Type |
string |
节点类型,与 CreateJob 中的 JobSpecs 中的某个 JobSpec 对应。 |
Worker |
| PodId |
string |
节点 ID,可用于 GetPodLogs 和 GetPodEvents API 获取节点的详细日志和事件。 |
Worker |
| PodUid |
string |
Pod UID。 |
fe846462-af2c-4521-bd6f-96787a57591d |
| Status |
string |
节点状态。可能值:
|
Running |
| Ip |
string |
节点的网络 IP 地址。 |
10.0.1.2 |
| GmtCreateTime |
string |
Pod 创建时间(UTC)。 |
2021-01-12T14:36:01Z |
| GmtStartTime |
string |
节点启动时间(UTC)。 |
2021-01-12T14:36:01Z |
| GmtFinishTime |
string |
节点结束时间(UTC)。 |
2021-01-12T15:36:05Z |
| HistoryPods |
array<object> |
历史 Pods。 |
|
|
object |
历史 Pod 数组。 |
||
| Type |
string |
Pod 类型。 |
Worker |
| PodId |
string |
Pod ID。 |
Worker |
| PodUid |
string |
Pod UID。 |
fe846462-af2c-4521-bd6f-96787a57591d |
| Status |
string |
Pod 状态。 |
Failed |
| Ip |
string |
Pod IP。 |
10.0.1.3 |
| GmtCreateTime |
string |
Pod 创建时间(UTC)。 |
2021-01-12T14:36:01Z |
| GmtStartTime |
string |
Pod 启动时间(UTC)。 |
2021-01-12T14:36:01Z |
| GmtFinishTime |
string |
Pod 结束时间(UTC)。 |
2021-01-12T14:36:01Z |
| SubStatus |
string |
Pod 子状态,例如抢占状态。取值如下:
|
Normal |
| ResourceType |
string |
Pod 资源使用类型。 |
Normal |
| Duration |
number |
Pod 运行时长 |
|
| NodeName |
string |
节点名称 |
|
| PodIps |
array |
Pod 的 IP 地址 |
|
| PodNetworkInterface |
每张网卡对应的 IP 地址 |
||
| SubStatus |
string |
Pod 子状态,例如抢占状态。取值如下:
|
Normal |
| ResourceType |
string |
Pod 资源使用类型。 |
Normal |
| Duration |
number |
Pod 运行时长 |
|
| NodeName |
string |
节点名称 |
|
| PodIps |
array |
Pod 的 IP 地址 |
|
| PodNetworkInterface |
每张网卡对应的 IP 地址 |
||
| RequestId |
string |
请求 ID,用于诊断和答疑。 |
473469C7-AA6F-4DC5-B3DB-xxxxxxxx |
| Settings | JobSettings |
作业额外参数配置。 |
|
| ClusterId |
string |
集群 ID。 |
a***** |
| ElasticSpec | JobElasticSpec |
弹性任务参数。 |
|
| EnabledDebugger |
boolean |
是否开启 debugger 任务。 |
false |
| Priority |
integer |
任务的优先级。可能值为 1~9。 |
1 |
| SubStatus |
string |
作业子状态,例如抢占重试状态。 |
Restarting |
| RestartTimes |
string |
作业已使用的重试次数和最大重试次数。 |
0/10 |
| StatusHistory |
array |
历史状态。 |
|
| StatusTransitionItem |
历史状态。 |
||
| TenantId |
string |
租户 ID。 |
GAR***W134 |
| ResourceType |
string |
资源类型,可选值:ECS,Lingjun,ACS |
ECS |
| CredentialConfig | CredentialConfig |
访问凭证配置。 |
|
| Accessibility |
string |
任务的可见性,取值如下:
|
PRIVATE |
| RestartRecord |
array<object> |
作业重启记录 |
|
|
array<object> |
作业重启记录 |
||
| DetailErrorInfoList |
array<object> |
错误信息列表 |
|
|
object |
错误信息 |
||
| AddJobLevelBlacklist |
boolean |
作业黑名单 |
|
| AddNodeToBlacklist |
boolean |
节点黑名单 |
|
| DetailErrorMsg |
string |
详细错误信息 |
|
| ErrorCode |
string |
错误码 |
|
| ErrorMsg |
string |
错误信息 |
|
| ErrorSource |
string |
错误源 |
|
| Node |
string |
节点 |
|
| Pod |
string |
实例 |
|
| TriggerRestart |
boolean |
是否触发重启 |
|
| JobRestartCount |
integer |
作业重启次数 |
|
| OccurPhase |
string |
发生的阶段 |
|
| OccurTime |
string |
发生的时间 |
|
| Reason |
string |
原因 |
|
| RestartDurationInSec |
integer |
重启时间 |
|
| RestartFailReason |
string |
重启失败原因 |
|
| RestartStatus |
string |
重启状态 |
|
| TriggerID |
string |
TriggerID |
|
| RestartLevelType |
string |
||
| JobReplicaStatuses |
array |
作业副本状态 |
|
| JobReplicaStatus |
作业副本状态 |
||
| GmtFinishTime |
string |
任务结束时间(UTC)。 |
2021-01-12T15:36:08Z |
| CustomEnvs |
array<object> |
||
|
object |
|||
| Key |
string |
||
| Value |
string |
||
| Visible |
string |
||
| RoleSystemEnvs |
object |
||
|
object |
|||
|
string |
|||
| Description |
string |
||
| SchedulingStrategy |
string |
Auto |
示例
正常返回示例
JSON格式
{
"JobId": "dlc*******",
"JobType": "TFJob",
"DisplayName": "tf-mnist-test",
"UserId": "12*********",
"Status": "Stopped",
"WorkspaceId": "268",
"WorkspaceName": "dlc-workspace",
"ResourceId": "r******",
"ResourceLevel": "L0",
"ReasonCode": "JobStoppedByUser",
"ReasonMessage": "Job is stopped by user.",
"JobSpecs": [
{
"Type": "Worker",
"Image": "registry-vpc.cn-hangzhou.aliyuncs.com/cloud-dsw/tensorflow:1.12PAI-gpu-py36-cu101-ubuntu18.04",
"ImageConfig": {
"DockerRegistry": "docker****registry.com",
"Username": " username",
"Password": "password",
"Auth": ""
},
"PodCount": 1,
"ExtraPodSpec": {
"SideCarContainers": [
{
"Name": "data-init",
"Image": "registry.cn-hangzhou.aliyuncs.com/pai-dlc/curl:v1.0.0",
"Command": [
"curl www.aliyun.com"
],
"Args": [
"-v"
],
"WorkingDir": "/root",
"Env": [
{
"Name": "ENABLE_DEBUG",
"Value": "true"
}
],
"Resources": {
"Limits": {
"key": "{'cpu': '1', 'memory': '1000Mi'}"
},
"Requests": {
"key": "{'cpu': '1', 'memory': '1000Mi'}"
}
}
}
],
"InitContainers": [
{
"Name": "data-init",
"Image": "registry.cn-hangzhou.aliyuncs.com/pai-dlc/curl:v1.0.0",
"Command": [
"curl www.aliyun.com"
],
"Args": [
"-v"
],
"WorkingDir": "/root",
"Env": [
{
"Name": "ENABLE_DEBUG",
"Value": "true"
}
],
"Resources": {
"Limits": {
"key": "{'cpu': '1', 'memory': '1000Mi'}"
},
"Requests": {
"key": "{'cpu': '1', 'memory': '1000Mi'}"
}
}
}
],
"PodLabels": {
"key": "example-lable"
},
"PodAnnotations": {
"key": "example-annotation"
},
"SharedVolumeMountPaths": [
"/root/share/"
],
"Lifecycle": {
"PreStop": {
"Exec": {
"Command": [
""
]
}
},
"PostStart": {
"Exec": {
"Command": [
""
]
}
}
},
"MainContainerSecurityContext": {
"RunAsUser": 1000,
"RunAsGroup": 1000,
"SeccompProfile": {
"Type": "Unconfined",
"LocalhostProfile": "my-profiles/profile-allow.json"
},
"Privileged": true,
"Capabilities": {
"Add": [
""
],
"Drop": [
""
]
}
}
},
"ResourceConfig": {
"CPU": "10",
"GPU": "3",
"Memory": "10Gi",
"SharedMemory": "5Gi",
"GPUType": "Tesla-V100-16G"
},
"UseSpotInstance": false,
"SpotSpec": {
"SpotStrategy": "SpotWithPriceLimit",
"SpotDiscountLimit": 0.8,
"SpotPriceLimit": 0.4744
},
"AssignNodeSpec": {
"EnableAssignNode": true,
"NodeNames": "lingjxxxxxxxx",
"AntiAffinityNodeNames": "lingjxxxxxxxx",
"HyperNodes": [
{
"HyperNodeName": "",
"NodeNames": ""
}
],
"AntiAffinityHyperNodes": [
{
"HyperNodeName": "",
"NodeNames": ""
}
]
},
"LocalMountSpecs": [
{
"MountMode": "",
"LocalPath": "",
"MountPath": ""
}
],
"AutoScalingSpec": {
"ScalingStrategy": "",
"MinReplicas": 0,
"MaxReplicas": 0,
"PodsToDelete": [
""
],
"AutoscalingMetricSpec": {
"MetricName": "",
"TargetValue": 0,
"StabilizationWindowSeconds": 0,
"Tolerance": ""
}
},
"ServiceSpec": {
"DefaultPort": 8080,
"ServiceMode": "PerRole",
"ExtraPorts": [
8081
]
},
"IsCheif": true,
"IsChief": true,
"RestartPolicy": "ExitCode",
"SystemDisk": {
"Size": 0,
"Category": "",
"PerformanceLevel": ""
},
"EcsSpec": "ecs.c6.large",
"QuotaId": "",
"ConsiderInSuccessPolicy": true,
"StartupDependencies": [
{
"Type": "",
"OnPhase": "",
"MinReplicas": ""
}
],
"ElasticSpotSpecs": [
{
"InstanceType": "",
"SpotPriceLimit": 0,
"SpotDiscountLimit": 0,
"SpotStrategy": ""
}
]
}
],
"UserCommand": "python /root/code/mnist.py",
"DataSources": [
{
"DataSourceId": "d*******",
"MountPath": "/mnt/data/",
"Uri": "oss://bucket.oss-cn-hangzhou-internal.aliyuncs.com/path/"
}
],
"CodeSource": {
"CodeSourceId": "code******",
"Branch": "master",
"Commit": "44da109b59f8596152987eaa8f3b2487xxxxxx",
"MountPath": "/mnt/data"
},
"ThirdpartyLibs": [
"numpy==1.16.1"
],
"ThirdpartyLibDir": "/root/code/",
"Envs": {
"key": "ENABLE_DEBUG_MODE"
},
"UserVpc": {
"VpcId": "vpc-abcdef****",
"SwitchId": "vs-abcdef****",
"SecurityGroupId": "sg-abcdef****",
"ExtendedCidrs": [
"192.168.0.1/24"
],
"DefaultRoute": ""
},
"GmtCreateTime": "2021-01-12T14:35:01Z",
"GmtSubmittedTime": "2021-01-12T14:36:01Z",
"GmtRunningTime": "2021-01-12T14:36:21Z",
"GmtSuccessedTime": "2021-01-12T15:36:08Z",
"GmtStoppedTime": "2021-01-12T15:36:08Z",
"GmtFailedTime": "2021-01-12T15:36:08Z",
"Duration": 3602,
"Pods": [
{
"Type": "Worker",
"PodId": "Worker",
"PodUid": "fe846462-af2c-4521-bd6f-96787a57591d",
"Status": "Running",
"Ip": "10.0.1.2",
"GmtCreateTime": "2021-01-12T14:36:01Z",
"GmtStartTime": "2021-01-12T14:36:01Z",
"GmtFinishTime": "2021-01-12T15:36:05Z",
"HistoryPods": [
{
"Type": "Worker",
"PodId": "Worker",
"PodUid": "fe846462-af2c-4521-bd6f-96787a57591d",
"Status": "Failed",
"Ip": "10.0.1.3",
"GmtCreateTime": "2021-01-12T14:36:01Z",
"GmtStartTime": "2021-01-12T14:36:01Z",
"GmtFinishTime": "2021-01-12T14:36:01Z",
"SubStatus": "Normal",
"ResourceType": "Normal",
"Duration": 0,
"NodeName": "",
"PodIps": [
{
"InterfaceName": "",
"Ip": ""
}
]
}
],
"SubStatus": "Normal",
"ResourceType": "Normal",
"Duration": 0,
"NodeName": "",
"PodIps": [
{
"InterfaceName": "",
"Ip": ""
}
]
}
],
"RequestId": "473469C7-AA6F-4DC5-B3DB-xxxxxxxx",
"Settings": {
"BusinessUserId": "16****",
"Caller": "SilkFlow",
"Tags": {
"key": "key:value"
},
"PipelineId": "pid-12****",
"EnableTideResource": true,
"EnableErrorMonitoringInAIMaster": false,
"ErrorMonitoringArgs": "--enable-log-hang-detection true",
"EnableRDMA": true,
"EnableOssAppend": true,
"OversoldType": "AcceptQuotaOverSold",
"AdvancedSettings": {
"test": "test",
"test2": 1
},
"Driver": "535.54.03",
"EnableSanityCheck": true,
"SanityCheckArgs": "--sanity-check-timing=AfterJobFaultTolerant --sanity-check-timeout-ops=MarkJobFail",
"JobReservedMinutes": 30,
"JobReservedPolicy": "Always",
"EnableCPUAffinity": true,
"DisableEcsStockCheck": false,
"AllocateAllRDMADevices": true,
"EnableDSWDev": true,
"DataJuicerConfig": {
"ExecutionMode": "standalone",
"CommandType": "config",
"EnableResourceEstimation": true,
"ResourceLimit": {
"CPU": "2",
"Memory": "10Gi",
"GPU": "20"
}
},
"ModelConfig": {
"ModelName": "",
"ModelTemplate": {
"ModelName": "",
"Provider": "",
"Collections": ""
}
},
"AllowUnschedulableNodes": true,
"Shell": "/bin/bash",
"TerminationGracePeriodSeconds": 0
},
"ClusterId": "a*****",
"ElasticSpec": {
"EnableElasticTraining": true,
"MinParallelism": 1,
"MaxParallelism": 8,
"AIMasterType": "",
"AIMasterDockerImage": "",
"EnablePsJobElasticWorker": true,
"EnableAIMaster": true,
"EnablePsResourceEstimate": true,
"EnablePsJobElasticPS": true,
"PSMinParallelism": 4,
"PSMaxParallelism": 10,
"ElasticStrategy": "",
"EnableEDP": true,
"EDPMaxParallelism": 16,
"EDPMinParallelism": 8
},
"EnabledDebugger": false,
"Priority": 1,
"SubStatus": "Restarting",
"RestartTimes": "0/10",
"StatusHistory": [
{
"Status": "",
"StartTime": "",
"EndTime": "",
"ReasonCode": "",
"ReasonMessage": ""
}
],
"TenantId": "GAR***W134",
"ResourceType": "ECS",
"CredentialConfig": {
"EnableCredentialInject": true,
"AliyunEnvRoleKey": "",
"CredentialConfigItems": [
{
"Key": "",
"Type": "",
"Roles": [
{
"RoleArn": "",
"RoleType": "",
"AssumeRoleFor": "",
"Policy": "",
"AssumeUserInfo": {
"SecurityToken": "",
"AccessKeyId": "",
"Type": "",
"Id": ""
}
}
]
}
]
},
"Accessibility": "PRIVATE",
"RestartRecord": [
{
"DetailErrorInfoList": [
{
"AddJobLevelBlacklist": true,
"AddNodeToBlacklist": true,
"DetailErrorMsg": "",
"ErrorCode": "",
"ErrorMsg": "",
"ErrorSource": "",
"Node": "",
"Pod": "",
"TriggerRestart": true
}
],
"JobRestartCount": 0,
"OccurPhase": "",
"OccurTime": "",
"Reason": "",
"RestartDurationInSec": 0,
"RestartFailReason": "",
"RestartStatus": "",
"TriggerID": "",
"RestartLevelType": ""
}
],
"JobReplicaStatuses": [
{
"Type": "",
"Active": 0,
"EstimatedPodCount": 0,
"EstimatedAutoScalingSpec": {
"ScalingStrategy": "",
"MinReplicas": 0,
"MaxReplicas": 0,
"PodsToDelete": [
""
],
"AutoscalingMetricSpec": {
"MetricName": "",
"TargetValue": 0,
"StabilizationWindowSeconds": 0,
"Tolerance": ""
}
},
"EstimatedResourceConfig": {
"CPU": "10",
"GPU": "3",
"Memory": "10Gi",
"SharedMemory": "5Gi",
"GPUType": "Tesla-V100-16G"
},
"Queuing": 0,
"Dequeued": 0,
"CurrentSpotInstanceType": ""
}
],
"GmtFinishTime": "2021-01-12T15:36:08Z",
"CustomEnvs": [
{
"Key": "",
"Value": "",
"Visible": ""
}
],
"RoleSystemEnvs": {
"key": {
"key": ""
}
},
"Description": "",
"SchedulingStrategy": "Auto"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。