全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

获取产品线列表

最近更新时间:2024-02-26 15:54:10

DescribeProductCode(获取产品线列表)

本文档为您介绍获取全部产品线列表。

请求参数

名称

必选

类型

描述

Action

String

操作接口名,系统规定参数,取值:DescribeProductCode

Version

String

API版本,固定为2020-01-01


返回数据(调用成功)

名称

类型

描述

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"
        }
    ]
}

文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈