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

ExecuteOperationSync - 同步執行操作

維護應用下資源API(同步操作)

接口說明

同步執行產品操作功能。

調試

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

授權信息

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

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

請求參數

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

云速搭應用 ID

BE68D71ZY5YYIU9R
ServiceTypestring

資源類型,例如需要執行 dds 這一資源的操作請填寫:dds。

枚舉值:
  • ddsdds
  • ecsecs
dds
Operationstring

本次操作類型

枚舉值:
  • modifyConnectionStringmodifyConnectionString
  • renamerename
rename
Attributesobject

操作相關參數,根據不同的 Operation 值,輸入對應的參數

any

調試時請先選擇“參數類型”,再輸入參數值。

選擇string類型:”CADT“; 選擇number類型:123
ResourceGroupIdstring

資源組 ID,用于資源組權限校驗

rg-acfmyjt3c5om3hi
ClientTokenstring

冪等標記

1600765710019

返回參數

名稱類型描述示例值
object
Messagestring

錯誤信息

Access key ID cannot be null.
RequestIdstring

請求 ID

FDC73B05-5331-57AA-BA93-4C9882792FF5
Dataobject

返回同步操作結果詳細信息。

OperationIdstring

操作 ID

op_xxxxxxxx
Statusstring

實例狀態

成功:SUCCESS;失敗:FAILURE;
Messagestring

操作相關信息

"[{"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

操作相關輸出結果

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

結果碼,200 代表成功;其它代表失敗。

200

示例

正常返回示例

JSON格式

{
  "Message": "Access key ID cannot be null.",
  "RequestId": "FDC73B05-5331-57AA-BA93-4C9882792FF5",
  "Data": {
    "OperationId": "op_xxxxxxxx",
    "Status": "成功:SUCCESS;失敗:FAILURE;",
    "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
}

錯誤碼

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

變更歷史

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