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

ListRuns - 獲取運行任務列表

獲取工作空間下運行任務列表。

調試

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

授權信息

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

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

請求參數

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

工作空間

test-workspace
Statusstring

狀態

Running
SubmissionIdstring

提交 ID

sub-13BeXWnGvrOl3MC124tazcJVKaV
Searchstring

搜索 ID

run-13BeYuxc0fxO24uA75UppTiMRoQ
LabelSelectorstring

標簽選擇

env=test
AppNamestring

應用名稱

MyApp
AppRevisionstring

應用的版本

4.1.4.1-v1.0
EntityTypestring

實體類型

sample
EntityNamestring

實體元素名稱

S001
NextTokenstring

查詢起始位置

MTIzNDU2P1dvcmtzcGFjZT93cy1mMDE4OTgxNGU1ZTkK
MaxResultsinteger

最大返回個數

10
OrderBystring

排序依據

createtime
IsReversedboolean

是否逆序

false
GetTotalboolean

是否返回所有任務條數

false

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID

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

主機 ID

easygene.cn-beijing.aliyuncs.com
MaxResultsinteger

最大返回結果

10
NextTokenstring

下次查詢 Token

MTIzNDU2P1dvcmtzcGFjZT93cy1mMDE4OTgxNGU1ZTkK
TotalCountinteger

返回個數

10
Runsarray<object>

任務列表

object

任務列表

AppNamestring

應用名稱

MyApp
Sourcestring

應用來源

EasyGene
Labelsobject

任務標簽

string

標簽

test
RunNamestring

任務名稱

test-run
AppRevisionstring

應用版本號

1
RunIdstring

任務 ID

run-13BeYuxc0fxO24uA75UppTiMRoQ
Statusstring

任務狀態

Running
CreateTimestring

提交時間

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

開始時間

2021-06-10T13:31:20.414557061Z
EndTimestring

結束時間

2021-06-10T13:38:20.414557061Z
SubmissionIdstring

提交 ID

sub-13BeXWnGvrOl3MC124tazcJVKaV
EntityNamestring

實體名稱

s1
EntityTypestring

實體對象 ID

sample
ExecuteDirectorystring

運行目錄

oss://my-bucket/my-execdir/
ExecuteOptionsobject

執行選項

CallCachingboolean

是否開啟 CallCaching

false
DeleteIntermediateResultsboolean

是否刪除中間文件

false
FailureModestring

失敗模式

NoNewCalls
UseRelativeOutputPathsboolean

使用相對路徑

false
Inputsstring

輸入參數

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

默認運行時

{}
Workspacestring

工作空間

test-workspace
RegionIdstring

區域

cn-beijing

示例

正常返回示例

JSON格式

{
  "RequestId": "DA980AD0-158F-44F3-847D-5EAB96C0EB6B",
  "HostId": "easygene.cn-beijing.aliyuncs.com",
  "MaxResults": 10,
  "NextToken": "MTIzNDU2P1dvcmtzcGFjZT93cy1mMDE4OTgxNGU1ZTkK",
  "TotalCount": 10,
  "Runs": [
    {
      "AppName": "MyApp",
      "Source": "EasyGene",
      "Labels": {
        "key": "test"
      },
      "RunName": "test-run",
      "AppRevision": "1",
      "RunId": "run-13BeYuxc0fxO24uA75UppTiMRoQ",
      "Status": "Running",
      "CreateTime": "2021-06-10T13:30:20.414557061Z",
      "StartTime": "2021-06-10T13:31:20.414557061Z",
      "EndTime": "2021-06-10T13:38:20.414557061Z",
      "SubmissionId": "sub-13BeXWnGvrOl3MC124tazcJVKaV",
      "EntityName": "s1",
      "EntityType": "sample",
      "ExecuteDirectory": "oss://my-bucket/my-execdir/",
      "ExecuteOptions": {
        "CallCaching": false,
        "DeleteIntermediateResults": false,
        "FailureMode": "NoNewCalls",
        "UseRelativeOutputPaths": false
      },
      "Inputs": "{     \"workflow1.task1.param1\": \"helloooo.txt\",     \"workflow1.task1.param2\": \"abc\",     \"workflow1.task2.param1\": \"new_helloooo.txt\",     \"workflow1.task2.param2\": \"def\" }",
      "DefaultRuntime": "{}",
      "Workspace": "test-workspace",
      "RegionId": "cn-beijing"
    }
  ]
}

錯誤碼

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.找不到該用戶信息,請先購買開通基因云產品

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

變更歷史

變更時間變更內容概要操作
暫無變更歷史