擷取需要重新設定的變數列表。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
bpstudio:GetApplicationVariables4Fail |
get |
*Application
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| AppId |
string |
否 |
應用 ID,可通過調用 ListApplication 介面擷取,詳情請參見 ListApplication。 |
Q2P4O9YSOKCT35L9 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
BFB7F5C8-FE7A-06CA-9F87-ABBF6B848F0C |
| Message |
string |
錯誤資訊 |
Success |
| Data |
array<object> |
返回“部分部署成功”的應用中和部署失敗的資源節點相關的模版變數列表 |
|
|
object |
|||
| Region |
string |
地區 |
cn-shenzhen |
| Attribute |
string |
變數名 |
instance_name |
| Variable |
string |
變數值 |
${name} |
| PlaceHolder |
string |
變數值 |
${name} |
| Value |
string |
設定的屬性值 |
cadt-app-01 |
| DefaultValue |
string |
預設值 |
cadt-app-01 |
| Code |
string |
狀態代碼 |
200 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "BFB7F5C8-FE7A-06CA-9F87-ABBF6B848F0C",
"Message": "Success",
"Data": [
{
"Region": "cn-shenzhen",
"Attribute": "instance_name",
"Variable": "${name}",
"PlaceHolder": "${name}",
"Value": "cadt-app-01",
"DefaultValue": "cadt-app-01"
}
],
"Code": "200"
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。