獲取指定作業的詳細信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
ehpc:GetJob | get |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClusterId | string | 是 | 集群 ID。 | ehpc-hz-FYUr32**** |
JobId | string | 是 | 作業 ID。通過 ListJobs 接口返回。 | 1.manager |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "04F0****-1335-****-A1D7-6C044FE7****",
"JobInfo": {
"JobId": "1.manager",
"JobName": "testJob\n",
"RunasUser": "testuser",
"State": "Running",
"JobQueue": "workq",
"CreateTime": "2024-08-16T10:52:48",
"LastModifyTime": "2024-08-16T10:52:48",
"ErrorLog": "/home/xxx/STDIN.e1",
"StartTime": "2024-08-16T10:52:48",
"Priority": "0",
"CommandLine": "/home/huangsf/ehpc/job_meta.pbs",
"OutputLog": "/home/xxx/STDIN.o1",
"NodeList": "compute000",
"ArrayRequest": "1-5:2",
"Resources": {
"Nodes": "1",
"Cores": "2",
"Memory": "1gb",
"Gpus": "1"
},
"Variables": [
{
"Name": "ProxyIP",
"Value": "10.x.x.x"
}
],
"ExtraInfo": "{}",
"ResourcesUsed": {
"Nodes": "2",
"Cores": "2",
"Memory": "512mb"
},
"ArrayJobId": "1",
"ArrayJobSubId": "3"
},
"Success": "true"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParams | The specified parameter %s is invalid. | 指定的參數 %s 無效。 |
403 | InvalidClusterStatus | The operation failed due to invalid cluster status. | 集群狀態不允許執行本次操作。 |
404 | ClusterNotFound | The specified cluster does not exist. | 指定的集群不存在,請您檢查該參數是否正確。 |
406 | DbError | A database service error occurred. | 數據庫請求失敗 |
406 | EcsError | An error occurred while calling the ECS API operation. | ECS API調用出錯 |
406 | AgentError | The agent service request failed: %s | 操作未成功:%s |
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server | 請求失敗,服務暫時不可用 |
訪問錯誤中心查看更多錯誤碼。