查詢阿里云某個產品對應模塊信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ProductCode | string | 是 | 產品代碼,可通過接口 QueryProductList 查詢產品代碼。 | rds |
ProductType | string | 否 | 產品類型,可通過接口 QueryProductList 查詢產品類型。 注意 需要和 QueryProductList 接口返回的產品類型保持一致 | rds |
SubscriptionType | string | 是 | 訂閱類型。取值:
| Subscription |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"Code": "Success",
"Message": "This API is not applicable for caller.",
"RequestId": "C40A8EE0-8084-49FE-B66E-5E1C3B6AE025",
"Success": true,
"Data": {
"ModuleList": {
"Module": [
{
"ModuleName": "實例",
"PriceType": "Month",
"Currency": "CNY",
"ModuleCode": "InstanceType",
"ConfigList": {
"ConfigList": [
"[ \"Region\",\"InstanceType\" ]"
]
}
}
]
},
"AttributeList": {
"Attribute": [
{
"Code": "DBInstanceStorage",
"Name": "存儲空間",
"Unit": "GB",
"Values": {
"AttributeValue": [
{
"Type": "single_string",
"Value": "mysql.n2.medium.1",
"Remark": "連接數(shù):4000 IOPS與存儲空間大小有關",
"Name": "2 核 4GB(單機基礎版)"
}
]
}
}
]
}
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史