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

DescribeFlow - 獲取一個(gè)流程的相關(guān)信息

獲取一個(gè)流程的相關(guān)信息。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

當(dāng)前API暫無(wú)授權(quán)信息透出。

請(qǐng)求參數(shù)

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

流程名稱。

my_flow_name

返回參數(shù)

名稱類型描述示例值
object

返回?cái)?shù)據(jù)。

Typestring

流程類型。

FDL
Definitionstring

流程定義,遵循 Flow Definition Language (FDL)語(yǔ)法標(biāo)準(zhǔn)。考慮到向前兼容,當(dāng)系統(tǒng)支持兩種規(guī)范的流程定義規(guī)范。

舊版: " type: flow version: v1 name: my_flow_name steps: - type: pass name: mypass " 新版: " Type: StateMachine SpecVersion: v1 Name: my_flow_name StartAt: my_state States: - Type: Pass Name: my_state End: true "
RoleArnstring

流程執(zhí)行依賴的授權(quán)角色資源描述符信息。用于在執(zhí)行流程時(shí),Serverless 工作流服務(wù)扮演該角色(AssumeRole)操作相關(guān)的流程資源。

acs:ram:${region}:${accountID}:${role}
RequestIdstring

請(qǐng)求 ID。

testRequestId
Descriptionstring

流程描述。

my test flow
Namestring

流程名稱。

my_flow_name
CreatedTimestring

流程創(chuàng)建時(shí)間。

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

流程最近一次的更改時(shí)間。

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

流程的唯一 ID。

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

執(zhí)行模式,枚舉類型,可以是 Express 和 Standard,空串等價(jià)于 Standard

Standard

示例

正常返回示例

JSON格式

{
  "Type": "FDL",
  "Definition": "舊版:\n\"\ntype: flow\nversion: v1\nname: my_flow_name\nsteps:\n  - type: pass\n    name: mypass\n\"\n\n新版:\n\"\nType: StateMachine\nSpecVersion: v1\nName: my_flow_name\nStartAt: my_state\nStates:\n  - Type: Pass\n    Name: my_state\n    End: true\n\"",
  "RoleArn": "acs:ram:${region}:${accountID}:${role}",
  "RequestId": "testRequestId",
  "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-3574ddfdddf5****",
  "ExecutionMode": "Standard"
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400ActionNotSupportedThe requested API operation '%s' is incorrect. Please check.-
400APIVersionNotSupportedThe requested API version '%s' is not supported yet. Please check.-
400EntityTooLargeThe payload size exceeds maximum allowed size (%s bytes).請(qǐng)求消息體過(guò)大。
400InvalidArgumentParameter error.請(qǐng)求參數(shù)錯(cuò)誤。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。
400MissingRequiredHeaderThe HTTP header '%s' must be specified.請(qǐng)求所需參數(shù)缺失。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。
400MissingRequiredParamsThe HTTP query '%s' must be specified.請(qǐng)求所需參數(shù)缺失。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。
403AccessDeniedThe resources doesn't belong to you.-
403InvalidAccessKeyIDThe AccessKey ID %s is invalid.AccessKey ID無(wú)效。
403RequestTimeTooSkewedThe difference between the request time %s and the current time %s is too large.您的請(qǐng)求時(shí)間不正確,該請(qǐng)求已被識(shí)別為無(wú)效。請(qǐng)參考通用參數(shù)一節(jié)。
403SignatureNotMatchThe request signature we calculated does not match the signature you provided. Check your access key and signing method.您發(fā)起請(qǐng)求的簽名與我們計(jì)算不一致,請(qǐng)檢查您的簽名算法及AccessKey Secret。
404FlowNotExistsFlow %s does not exist.所請(qǐng)求資源不存在,請(qǐng)確保流程已創(chuàng)建。
412PreconditionFailedThe resource to be modified has been changed.資源查看或更新檢查失敗,該資源可能已被更改。請(qǐng)稍后重試。
415UnsupportedMediaTypeThe content type must be "application/json".請(qǐng)求消息體類型錯(cuò)誤。
429ResourceThrottledThe request is throttled. Please try again later.因某些原因系統(tǒng)流量已達(dá)瓶頸。請(qǐng)稍后重試。
500InternalServerErrorAn internal error has occurred. Please retry.服務(wù)器內(nèi)部錯(cuò)誤。請(qǐng)稍后重試。

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2024-03-20OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更看變更集
變更項(xiàng)變更內(nèi)容
錯(cuò)誤碼OpenAPI 錯(cuò)誤碼發(fā)生變更
    刪除錯(cuò)誤碼:400
    刪除錯(cuò)誤碼:403
    刪除錯(cuò)誤碼:404
    刪除錯(cuò)誤碼:412
    刪除錯(cuò)誤碼:415
    刪除錯(cuò)誤碼:429
    刪除錯(cuò)誤碼:500
入?yún)?/span>OpenAPI 入?yún)l(fā)生變更
    刪除入?yún)ⅲ篟equestId
2023-08-29OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 返回結(jié)構(gòu)發(fā)生變更看變更集
變更項(xiàng)變更內(nèi)容
錯(cuò)誤碼OpenAPI 錯(cuò)誤碼發(fā)生變更
    刪除錯(cuò)誤碼:400
    刪除錯(cuò)誤碼:403
    刪除錯(cuò)誤碼:404
    刪除錯(cuò)誤碼:412
    刪除錯(cuò)誤碼:415
    刪除錯(cuò)誤碼:429
    刪除錯(cuò)誤碼:500
出參OpenAPI 返回結(jié)構(gòu)發(fā)生變更