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

GetExecuteOperationResult - 異步獲取操作結(jié)果

更新時(shí)間:

異步獲取操作結(jié)果。

調(diào)試

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

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
bpstudio:GetExecuteOperationResultget
  • BPStudioVirtual
    acs:bpstudio::{#accountId}:bpstudiovirtual/{#BPStudioVirtualId}

請求參數(shù)

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

操作 ID(有效時(shí)間為 1 小時(shí),超時(shí)后無法查詢到結(jié)果并且返回參數(shù)沒有 Data 這一屬性)

op_xxxxxxxxxxxxxxxxxxxxxx
ResourceGroupIdstring

資源組 ID,用于資源組相關(guān)權(quán)限校驗(yàn)

testResourceId

返回參數(shù)

名稱類型描述示例值
object
Messagestring

錯(cuò)誤信息

" "
RequestIdstring

請求 ID

A3488F1D-xxxx-xxxx-xxxx-5374BA0F3562
Dataobject

返回異步操作結(jié)果詳細(xì)信息。

OperationIdstring

操作 ID

op_xxxxxxxx
Statusstring

當(dāng)前操作狀態(tài)

初始化:INIT;運(yùn)行中:RUNNING; 成功:SUCCESS;失敗:FAILURE;
Messagestring

操作相關(guān)信息

"[{"vServerGroupId":"rsp-xxxx","healthCheckHttpVersion":"http1.0","status":"running","gzip":"on","requestId":"89xxxx","description":"abcxxx","bandwidth":-1,"healthCheckTimeout":10,"healthCheckType":"http","aclStatus":"off","unhealthyThreshold":3,"xForwardedFor_SLBID":"off","healthCheckHttpCode":"http_3xx,http_2xx","listenerForward":"off","xForwardedFor":"on","idleTimeout":15,"requestTimeout":60,"listenerPort":80,"healthCheckInterval":2,"healthCheckURI":"/","scheduler":"rr","healthyThreshold":3,"xForwardedFor_proto":"off","xForwardedFor_SLBIP":"off","stickySession":"off","healthCheckMethod":"head","healthCheck":"on","rules":[],"aclIds":[]}]"
Argumentsstring

操作相關(guān)輸出結(jié)果

{ "tagMap":{ "cadt": [ "12xxxxxxx", "34xxxxxxx" ] } }
Codeinteger

結(jié)果碼,200 代表成功

200

示例

正常返回示例

JSON格式

{
  "Message": "\" \"",
  "RequestId": "A3488F1D-xxxx-xxxx-xxxx-5374BA0F3562",
  "Data": {
    "OperationId": "op_xxxxxxxx",
    "Status": "初始化:INIT;運(yùn)行中:RUNNING; 成功:SUCCESS;失敗:FAILURE;\n",
    "Message": "\"[{\"vServerGroupId\":\"rsp-xxxx\",\"healthCheckHttpVersion\":\"http1.0\",\"status\":\"running\",\"gzip\":\"on\",\"requestId\":\"89xxxx\",\"description\":\"abcxxx\",\"bandwidth\":-1,\"healthCheckTimeout\":10,\"healthCheckType\":\"http\",\"aclStatus\":\"off\",\"unhealthyThreshold\":3,\"xForwardedFor_SLBID\":\"off\",\"healthCheckHttpCode\":\"http_3xx,http_2xx\",\"listenerForward\":\"off\",\"xForwardedFor\":\"on\",\"idleTimeout\":15,\"requestTimeout\":60,\"listenerPort\":80,\"healthCheckInterval\":2,\"healthCheckURI\":\"/\",\"scheduler\":\"rr\",\"healthyThreshold\":3,\"xForwardedFor_proto\":\"off\",\"xForwardedFor_SLBIP\":\"off\",\"stickySession\":\"off\",\"healthCheckMethod\":\"head\",\"healthCheck\":\"on\",\"rules\":[],\"aclIds\":[]}]\"",
    "Arguments": "{\n    \"tagMap\":{\n        \"cadt\": [\n          \"12xxxxxxx\",\n          \"34xxxxxxx\"\n        ]\n    }\n}"
  },
  "Code": 200
}

錯(cuò)誤碼

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

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2022-08-16新增 OpenAPI查看變更詳情