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

ListFlows - 批量查詢流程信息

批量查詢流程信息。

調試

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

授權信息

當前API暫無授權信息透出。

請求參數

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

流程查詢開始名稱。

flow_nextxxx
Limitinteger

查詢數量。取值范圍[1,1000),默認值為 60。

1

返回參數

名稱類型描述示例值
object

流程列表。

NextTokenstring

下次查詢起始 Key,如果沒有其他數據則不返回。

flow_nextxxx
RequestIdstring

請求 ID。

testRequestId
Flowsobject []

流程列表。

Typestring

流程類型。

FDL
Definitionstring

流程定義,遵循 FDL 語法標準。

version: v1.0\ntype: flow\nname: test\nsteps:\n - type: pass\n name: mypass
RoleArnstring

流程執行所需資源描述符信息。

acs:ram::${accountID}:${role}
Descriptionstring

流程描述。

my test flow
Namestring

流程名稱。

my_flow_name
CreatedTimestring

流程創建時間。

2019-01-01T01:01:01.001Z
LastModifiedTimestring

流程最后更改時間。

2019-01-01T01:01:01.001Z
Idstring

流程的唯一 ID。

e589e092-e2c0-4dee-b306-3574ddf5****
ExecutionModestring

執行模式,枚舉類型,可以是 Express 和 Standard,空串等價于 Standard

Standard

示例

正常返回示例

JSON格式

{
  "NextToken": "flow_nextxxx",
  "RequestId": "testRequestId",
  "Flows": [
    {
      "Type": "FDL",
      "Definition": "version: v1.0\\ntype: flow\\nname: test\\nsteps:\\n - type: pass\\n name: mypass",
      "RoleArn": "acs:ram::${accountID}:${role}",
      "Description": "my test flow",
      "Name": "my_flow_name",
      "CreatedTime": "2019-01-01T01:01:01.001Z",
      "LastModifiedTime": "2019-01-01T01:01:01.001Z",
      "Id": "e589e092-e2c0-4dee-b306-3574ddf5****",
      "ExecutionMode": "Standard"
    }
  ]
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400ActionNotSupportedThe requested API operation '%s' is incorrect. Please check.-
400APIVersionNotSupportedThe requested API version '%s' is not supported yet. Please check.-
400InvalidArgumentParameter error.請求參數錯誤。具體內容請參考實際錯誤信息。
400MissingRequiredHeaderThe HTTP header '%s' must be specified.請求所需參數缺失。具體內容請參考實際錯誤信息。
400MissingRequiredParamsThe HTTP query '%s' must be specified.請求所需參數缺失。具體內容請參考實際錯誤信息。
403AccessDeniedThe resources doesn't belong to you.-
403InvalidAccessKeyIDThe AccessKey ID %s is invalid.AccessKey ID無效。
403RequestTimeTooSkewedThe difference between the request time %s and the current time %s is too large.您的請求時間不正確,該請求已被識別為無效。請參考通用參數一節。
403SignatureNotMatchThe request signature we calculated does not match the signature you provided. Check your access key and signing method.您發起請求的簽名與我們計算不一致,請檢查您的簽名算法及AccessKey Secret。
415UnsupportedMediaTypeThe content type must be "application/json".請求消息體類型錯誤。
429ResourceThrottledThe request is throttled. Please try again later.因某些原因系統流量已達瓶頸。請稍后重試。
500InternalServerErrorAn internal error has occurred. Please retry.服務器內部錯誤。請稍后重試。

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

變更歷史

變更時間變更內容概要操作
2024-03-14OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更
    刪除錯誤碼:400
    刪除錯誤碼:403
    刪除錯誤碼:415
    刪除錯誤碼:429
    刪除錯誤碼:500
入參OpenAPI 入參發生變更
    刪除入參:RequestId
2023-08-29OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更
    刪除錯誤碼:400
    刪除錯誤碼:403
    刪除錯誤碼:415
    刪除錯誤碼:429
    刪除錯誤碼:500
出參OpenAPI 返回結構發生變更