查詢模板價格。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
bpstudio:ValuateTemplate | get | *Template acs:bpstudio::{#accountId}:template/{#TemplateId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
TemplateId | string | 是 | 模板 ID | 0KSHPM6SJU03TNZP |
ClientToken | string | 是 | 冪等標記 | 1600765710019 |
AreaId | string | 否 | 區域 ID | cn-hangzhou |
Instances | array<object> | 否 | 待替換實例列表 | |
object | 否 | |||
NodeType | string | 否 | 實例類型 | ecs |
NodeName | string | 否 | 圖上實例名 | ecs |
Id | string | 否 | 實例 ID | vpc-bp1q56trhtaq40vlq5oj |
ResourceGroupId | string | 否 | 應用所屬資源組 ID | rg-acfmyjt3c5om3fi |
Variables | object | 否 | 對于帶參數的模板,這個字段用于傳遞相關參數值,如果未傳遞,則使用默認值 | |
any | 否 | 支持類型 | ${var1} |
返回參數
示例
正常返回示例
JSON
格式
{
"Message": "Success",
"RequestId": "847C9D0A-BABD-589C-8A9C-6464409EDED9",
"Data": {
"ResourceList": [
{
"NodeType": "ecs",
"Error": "InvalidSaleComponentFault : The request not refer to the correct order sale component.",
"TradePrice": 10,
"DiscountAmount": 73,
"OriginalPrice": 83,
"PromotionName": "優惠信息",
"PriceUnit": "CNY或USD",
"PriceList": [
{
"NodeType": "eip",
"ResourceId": "1687225092",
"Error": "ServiceUnavailable : The request has failed due to a temporary failure of the server.\\r\\nRequestId : 4AA302DB-3286-5589-8637-FF6D8507B7A9.",
"TradePrice": 0.01,
"DiscountAmount": 82.99,
"OriginalPrice": 83,
"PromotionName": "優惠信息",
"PriceUnit": "CNY或USD\n",
"Type": "\"1\""
}
]
}
]
},
"Code": "200"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
200 | Success | The transaction is successful. | 交易成功 |
400 | ParameterEmpty | You must specify the request parameter. | 您必須指定請求參數。 |
400 | bp.java.8004 | No permissions. | 無權限訪問 |
400 | bp.java.appNameNotNull | Application name cannot be repeated. | 應用名稱不能重復 |
400 | bp.java.nopower | No permissions. | 沒有權限 |
400 | bp.java.nopowerContact | You do not have permission to use this function. Please contact the main account or permission administrator to authorize the relevant permissions. | 您沒有權限使用此功能,請聯系主賬號或權限管理員授權相關權限 |
400 | bp.java.tempNameNotNull | Application name cannot be repeated. | 應用名稱不能重復 |
400 | bp.java.userNotExist | The user does not exist. The current user does not authenticate AliCloud with his real name. | 用戶不存在, 當前用戶未實名認證阿里云 |
404 | EntityNotExist.ResourceGroup | The resource group does not exist. | 資源組不存在 |
404 | EntityNotExist.ResourceId | The resource does not exist. | 資源不存在 |
500 | bp.java.notDelete | This template has been shared with other users and cannot be deleted. | 該模板已分享給其他用戶,不能刪除 |
500 | bp.java.serviceError | The server is abnormal. Please try again later. | 服務器異常,請稍后再試 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史