查看某操作的輸入參數
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
bpstudio:GetOperationParams |
get |
*BPStudioVirtual
|
無 | 無 |
請求文法
POST HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ServiceType |
string |
是 |
服務類型 |
ecs |
| Operation |
string |
是 |
操作名 |
addTags |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| 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 } } |
樣本
正常返回樣本
JSON格式
{
"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
}
}
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。