日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

GetRun - GetRun

獲取任務詳情

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
easygene:GetRunget
  • Run
    acs:easygene:{#regionId}:{#accountId}:workspace/{#Workspace}/run/{#RunId}

請求參數

名稱類型必填描述示例值
Workspacestring

工作空間名字

default-workspace
RunIdstring

任務 ID

run-12kDbbqp5O9dfsH0sEdQeRclGQb

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID

DA980AD0-158F-44F3-847D-5EAB96C0EB6B
HostIdstring

主機 ID

easygene.cn-beijing.aliyuncs.com
Workspacestring

工作空間名字

test-workspace
RunIdstring

任務 ID

run-13BeYuxc0fxO24uA75UppTiMRoQ
RunNamestring

任務名稱

test-run
SubmissionIdstring

提交 ID

sub-13BeXWnGvrOl3MC124tazcJVKaV
Sourcestring

應用來源

EasyGene
AppNamestring

應用名稱

Sentieon
AppRevisionstring

應用版本

1
EntityTypestring

實體類型

sample
EntityNamestring

實體對象名稱

s1
Userstring

用戶 ID

13579222
Statusstring

任務狀態

Running
CreateTimestring

提交時間

2021-06-10T13:30:20.414557061Z
StartTimestring

開始時間

2021-06-10T13:30:24.414557061Z
EndTimestring

結束時間

2021-06-10T13:36:20.405878292Z
ExecuteOptionsobject

任務配置

CallCachingboolean

是否開啟 CallCaching

false
DeleteIntermediateResultsboolean

是否刪除中間文件

false
FailureModestring

失敗模式

NoNewCalls
UseRelativeOutputPathsboolean

相對輸出路徑

false
DataLoaderstring

數據加載模式

Mount
Inputsstring

任務輸入

{ "workflow1.task1.param1": "helloooo.txt", "workflow1.task1.param2": "abc", "workflow1.task2.param1": "new_helloooo.txt", "workflow1.task2.param2": "def" }
Outputsstring

任務輸出

{ "workflow1.bam": "oss://my-bucket/test.bam", "workflow1.vcf": "oss://my-bucket/test.vcf" }
Labelsobject

任務標簽

string

標簽

test
OutputFolderstring

輸出拷貝目錄

oss://my-bucket/output/
ExecuteDirectorystring

任務執行目錄

oss://my-bucket/exec/
DefaultRuntimestring

默認 runtime 值

{}
Descriptionstring

任務描述

test run
Timingstring

時序信息

{}
Callsstring

作業信息

{}
Failuresstring

錯誤信息

{}
BillingInstanceIdsarray

任務 task 賬單 ID 數組

billingInstanceIdsstring

任務 task 賬單 ID

test_workflow.test_run;-1;1

示例

正常返回示例

JSON格式

{
  "RequestId": "DA980AD0-158F-44F3-847D-5EAB96C0EB6B",
  "HostId": "easygene.cn-beijing.aliyuncs.com",
  "Workspace": "test-workspace",
  "RunId": "run-13BeYuxc0fxO24uA75UppTiMRoQ",
  "RunName": "test-run",
  "SubmissionId": "sub-13BeXWnGvrOl3MC124tazcJVKaV",
  "Source": "EasyGene",
  "AppName": "Sentieon",
  "AppRevision": "1",
  "EntityType": "sample",
  "EntityName": "s1",
  "User": "13579222",
  "Status": "Running",
  "CreateTime": "2021-06-10T13:30:20.414557061Z",
  "StartTime": "2021-06-10T13:30:24.414557061Z",
  "EndTime": "2021-06-10T13:36:20.405878292Z",
  "ExecuteOptions": {
    "CallCaching": false,
    "DeleteIntermediateResults": false,
    "FailureMode": "NoNewCalls",
    "UseRelativeOutputPaths": false,
    "DataLoader": "Mount"
  },
  "Inputs": "{     \"workflow1.task1.param1\": \"helloooo.txt\",     \"workflow1.task1.param2\": \"abc\",     \"workflow1.task2.param1\": \"new_helloooo.txt\",     \"workflow1.task2.param2\": \"def\" }",
  "Outputs": "{         \"workflow1.bam\": \"oss://my-bucket/test.bam\",         \"workflow1.vcf\": \"oss://my-bucket/test.vcf\"     }",
  "Labels": {
    "key": "test"
  },
  "OutputFolder": "oss://my-bucket/output/",
  "ExecuteDirectory": "oss://my-bucket/exec/",
  "DefaultRuntime": "{}",
  "Description": "test run",
  "Timing": "{}",
  "Calls": "{}",
  "Failures": "{}",
  "BillingInstanceIds": [
    "test_workflow.test_run;-1;1"
  ]
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidParameterThe specified parameter %s is invalid.無效的參數
400MissingParameterThe input parameter %s that is mandatory for processing this request is not supplied.缺少必要的參數
404InvalidUser.NotFoundThe specified user is not found.找不到該用戶信息,請先購買開通基因云產品

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-09-10OpenAPI 返回結構發生變更查看變更詳情
2024-04-07OpenAPI 返回結構發生變更查看變更詳情