查詢實例續費價格v1
更新時間 2025-10-16 14:32:13
最近更新時間: 2025-10-16 14:32:13
分享文章
接口功能介紹
查詢文檔數據庫實例續費價格
接口約束
請查詢數據庫實例續訂價格
URI
GET /teledb-acceptor/v1/openapi/accept-order-info/inquiryForRenewOrder
路徑參數 無
Query參數
| 參數 | 是否必填 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|---|
| instId | 是 | String | 數據庫實例ID | 60d420bffb394************************* | |
| month | 是 | Integer | 月份,取值范圍[1,36] | 1 |
請求參數
請求頭header參數
| 參數 | 是否必填 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|---|
| project-id | 否 | String | 項目id | 0 |
請求體body參數 無
響應參數
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| code | String | 返回碼,取值范圍:0 成功 | 0 | |
| message | String | 返回消息 | 'SUCCESS' | |
| data | Object | 返回對象 | data | |
| 表 data |
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| finalPrice | Double | 價格 | 1.35 | |
| itemId | String | ID值 | afd0d5541c974e79b3edbbbfdf0c0908 | |
| totalPrice | Double | 總價 | 1.35 | |
| resourceType | String | 資源類型 | TELEDB_DDS_VM |
枚舉參數
無
請求示例
請求url
/teledb-acceptor/v1/openapi/accept-order-info/inquiryForRenewOrder?instId=60d420bffb394*************************&month=1
請求頭header
project-id=0
請求體body
無
響應示例
{
"data": {
"isSucceed": true,
"totalPrice": 500.0,
"finalPrice": 500.0,
"discountPrice": null,
"subOrderPrices": [
{
"totalPrice": 500.0,
"finalPrice": 500.0,
"serviceTag": "TELEDB",
"cycleType": null,
"orderItemPrices": [
{
"itemId": "b9b673b7efc911edae4d34800d471202",
"resourceType": "TELEDB_DDS_VM",
"totalPrice": 380.0,
"finalPrice": 380.0
},
{
"itemId": "3149622036004e5ab3a96cdd99fb2f2c",
"resourceType": "TELEDB_DDS_EBS",
"totalPrice": 90.0,
"finalPrice": 90.0
},
{
"itemId": "c382817ddf49497584f2a15728a60e26",
"resourceType": "TELEDB_DDS_BACKUP",
"totalPrice": 30.0,
"finalPrice": 30.0
}
]
}
],
"verifyStatusCode": null
},
"code": 0,
"message": "SUCCESS"
}
狀態碼
請參考
錯誤碼
請參考