最近更新时间:2024-02-26 15:54:10
本文档为您介绍获取全部产品线列表。
名称 | 必选 | 类型 | 描述 |
---|---|---|---|
Action | 是 | String | 操作接口名,系统规定参数,取值: |
Version | 是 | String | API版本,固定为 |
名称 | 类型 | 描述 |
---|---|---|
ProductGroupSet | KvPair 数组 | 产品线映射关系,返回 产品线code、产品线name |
RequestId | String | 当前请求的RequestId |
请求示例
https://bill-union.api.ksyun.com?Action=DescribeProductCode&Version=2020-01-01
返回示例
XML格式
<ProductGroupInfoResponse>
<RequestId>20eb15dc-e8cb-4035-b3ec-b182911adc80</RequestId>
<ProductGroupSet>
<ProductGroupSet>
<Key>PenetrationTest_GROUP</Key>
<Value>渗透测试</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>KBaaS</Key>
<Value>区块链服务KBaaS</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>KIS</Key>
<Value>云数据中心(KIS)</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>VM_GROUP</Key>
<Value>云服务器</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>EBS_GROUP</Key>
<Value>云硬盘</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>EIP_GROUP</Key>
<Value>弹性IP</Value>
</ProductGroupSet>
</ProductGroupSet>
</ProductGroupInfoResponse>
JSON格式
{
"RequestId": "0875663d-99e1-41d0-aeab-cf8bc2d01bd4",
"ProductGroupSet": [
{
"Key": "PenetrationTest_GROUP",
"Value": "渗透测试"
},
{
"Key": "KBaaS",
"Value": "区块链服务KBaaS"
},
{
"Key": "KIS",
"Value": "云数据中心(KIS)"
},
{
"Key": "VM_GROUP",
"Value": "云服务器"
},
{
"Key": "EBS_GROUP",
"Value": "云硬盘"
},
{
"Key": "EIP_GROUP",
"Value": "弹性IP"
}
]
}
纯净模式
鼠标选中内容,快速反馈问题