特定の操作の入力パラメーターを取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
bpstudio:GetOperationParams |
get |
*BPStudioVirtual
|
なし | なし |
リクエスト構文
POST HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ServiceType |
string |
必須 |
サービスタイプ。 |
ecs |
| Operation |
string |
必須 |
操作名。 |
addTags |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答のスキーマ |
||
| Message |
string |
エラーメッセージ。 |
getBpmOperationParams errors |
| RequestId |
string |
リクエスト ID。 |
F439A659-3B3D-50FB-A4BC-69FBF16413C8 |
| Code |
string |
リターンコード。 |
200 |
| Data |
object |
結果セット。 |
|
| Service |
string |
サービスタイプ。 |
ecs |
| Operation |
string |
操作名。 |
addTags |
| Attributes |
object |
入力パラメーター。 |
{ "tags": { "controlType": "KeyValue", "display": "Label", "orderBy": 0, "associatedLabel": true, "required": true } } |
| Properties |
object |
入力パラメーター。 |
{ "instanceId": "ResourceId", "regionId": "region", "appId": "appId" } |
| Outputs |
object |
出力結果。 |
{ "instance_id": { "display": "ECS instance ID", "dataType": "String", "orderBy": 0, "attributeName": "instance_id", "enableVariable": "String", "required": true }, "instance_name": { "display": "ECS name", "dataType": "String", "orderBy": 0, "attributeName": "instance_name", "required": true }, "private_ip": { "display": "Intranet IP", "dataType": "String", "orderBy": 0, "value": "private_ip", "required": true } } |
例
成功レスポンス
JSONJSON
{
"Message": "getBpmOperationParams errors",
"RequestId": "F439A659-3B3D-50FB-A4BC-69FBF16413C8",
"Code": "200",
"Data": {
"Service": "ecs",
"Operation": "addTags",
"Attributes": {
"tags": {
"controlType": "KeyValue",
"display": "Label",
"orderBy": 0,
"associatedLabel": true,
"required": true
}
},
"Properties": {
"instanceId": "ResourceId",
"regionId": "region",
"appId": "appId"
},
"Outputs": {
"instance_id": {
"display": "ECS instance ID",
"dataType": "String",
"orderBy": 0,
"attributeName": "instance_id",
"enableVariable": "String",
"required": true
},
"instance_name": {
"display": "ECS name",
"dataType": "String",
"orderBy": 0,
"attributeName": "instance_name",
"required": true
},
"private_ip": {
"display": "Intranet IP",
"dataType": "String",
"orderBy": 0,
"value": "private_ip",
"required": true
}
}
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。