最近更新时间:2024-04-22 11:05:54
本文档介绍如何获取产品线的映射关系。
注意:映射关系在一定时间内是稳定的,轻易不会变化,用户可以适当缓存该数据。
名称 | 类型 | 必须 | 长度限制(字符) | 参数格式 | 描述 |
---|---|---|---|---|---|
Action | String | 是 | 确定值 |
| 操作接口名,系统规定参数,取值:GetProductCode |
名称 | 类型 | 描述 |
---|---|---|
RequestId | String | 当前请求的RequestId |
ProductCodeSet | KvPair数组 | 产品线映射关系 |
错误代码(Code) | 错误消息(Message) | HTTP 状态码 | 中文描述(语义) |
---|---|---|---|
InvalidParameter | There is one or more invalid parameter(%s)." | 400 | 参数%s错误,具体参数名在%s说明 |
Forbidden Request | user %s forbidden request this api" | 400 | 用户禁止请求API,用户uid在%s指名 |
Server unavailable | Server error | 500 | 后端服务异常 |
请求示例
https://bill.api.ksyun.com/?Action=GetProductCode
&Version=2018-06-01
&公共请求参数
返回示例
XML格式
<GetProductCodeResponse>
<RequestId>ht-test</RequestId>
<ProductCodeSet>
<ProductCodeSet>
<Key>EBS</Key>
<Value>云硬盘(EBS)</Value>
</ProductCodeSet>
<ProductCodeSet>
<Key>EIP</Key>
<Value>弹性IP(EIP)</Value>
</ProductCodeSet>
</GetProductCodeResponse>
JSON格式
{
"RequestId": "ht-test",
"ProductCodeSet": [
{
"Key": "EBS",
"Value": "云硬盘(EBS)"
},
{
"Key": "EIP",
"Value": "弹性IP(EIP)"
},
]
}
纯净模式