查询阿里云某个产品对应模块信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ProductCode | string | 是 | 产品代码,可通过接口 QueryProductList 查询产品代码。 | rds |
ProductType | string | 否 | 产品类型,可通过接口 QueryProductList 查询产品类型。 注意 需要和 QueryProductList 接口返回的产品类型保持一致 | rds |
SubscriptionType | string | 是 | 订阅类型。取值:
| Subscription |
返回参数
示例
正常返回示例
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": "连接数:4000 IOPS与存储空间大小有关",
"Name": "2 核 4GB(单机基础版)"
}
]
}
}
]
}
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史