アプリケーション内のリソースを管理するための操作を同期的に実行します。
操作説明
プロダクトの操作を同期的に実行します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
bpstudio:ExecuteOperationSync |
update |
*BPStudioVirtual
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ApplicationId |
string |
任意 |
Cloud Architect Design Tools (CADT) アプリケーションの ID。 |
BE68D71ZY5YYIU9R |
| ServiceType |
string |
必須 |
リソースタイプ。 たとえば、DDS リソースで操作を実行するには、このパラメーターを dds に設定します。 列挙値:
|
dds |
| Operation |
string |
必須 |
操作のタイプ。 列挙値:
|
rename |
| Attributes |
object |
任意 |
操作のパラメーター。 指定する必要があるパラメーターは、Operation の値によって異なります。 |
|
|
any |
任意 |
この操作をテストするときは、パラメータータイプを選択して値を入力します。 |
Select string type: "CADT"; Select number type: 123 |
|
| ResourceGroupId |
string |
任意 |
リソースグループの ID。 この ID は権限検証に使用されます。 |
rg-acfmyjt3c5om3hi |
| ClientToken |
string |
任意 |
べき等性トークン。 |
1600765710019 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Message |
string |
エラーメッセージ。 |
Access key ID cannot be null. |
| RequestId |
string |
リクエスト ID。 |
FDC73B05-5331-57AA-BA93-4C9882792FF5 |
| Data |
object |
同期操作の詳細。 |
op_xxxxxxxxxxxxxxxxxx_dds_modifyInstanceType_BYSOQGWUV6PME412_ERMEZLXNN3K9N3OL |
| OperationId |
string |
操作 ID。 |
op_xxxxxxxx |
| Status |
string |
インスタンスのステータス。 |
SUCCESS/FAILURE |
| Message |
string |
操作に関する情報。 |
"[{"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 |
string |
操作の出力。 |
{ "tagMap":{ "cadt": [ "12xxxxxxx", "34xxxxxxx" ] } } |
| Code |
string |
結果コード。 200 の値はリクエストが成功したことを示します。 その他の値はリクエストが失敗したことを示します。 |
200 |
例
成功レスポンス
JSONJSON
{
"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"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。