Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-07-16 15:32:00
You can call this operation to query all products.
Parameter | Required | Type | Description |
---|---|---|---|
Action | Yes | String | The operation that you want to perform. Set the value to DescribeProductCode . |
Version | Yes | String | The version number of the API operation. Set the value to 2020-01-01 . |
Parameter | Type | Description |
---|---|---|
ProductGroupSet | KvPair array | The mappings between products and codes. The product codes and product names are returned in this parameter. |
RequestId | String | The ID of the request. |
https://bill-union.api.ksyun.com?Action=DescribeProductCode&Version=2020-01-01
<ProductGroupInfoResponse>
<RequestId>20eb15dc-e8cb-4035-b3ec-b182911adc80</RequestId>
<ProductGroupSet>
<ProductGroupSet>
<Key>KingLab</Key>
<Value>KingAI-Lab</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>KingAI</Key>
<Value>KingAI</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>PenetrationTest_GROUP</Key>
<Value>Penetration testing</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>KBaaS</Key>
<Value>KBaaS</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>KIS</Key>
<Value>KIS</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>VM_GROUP</Key>
<Value>KEC</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>EBS_GROUP</Key>
<Value>EBS</Value>
</ProductGroupSet>
<ProductGroupSet>
<Key>EIP_GROUP</Key>
<Value>EIP</Value>
</ProductGroupSet>
</ProductGroupSet>
</ProductGroupInfoResponse>
{
"RequestId": "0875663d-99e1-41d0-aeab-cf8bc2d01bd4",
"ProductGroupSet": [
{
"Key": "KingLab",
"Value": "KingAI-Lab"
},
{
"Key": "KingAI",
"Value": "KingAI"
},
{
"Key": "PenetrationTest_GROUP",
"Value": "Penetration testing"
},
{
"Key": "KBaaS",
"Value": "KBaaS"
},
{
"Key": "KIS",
"Value": "KIS"
},
{
"Key": "VM_GROUP",
"Value": "KEC"
},
{
"Key": "EBS_GROUP",
"Value": "EBS"
},
{
"Key": "EIP_GROUP",
"Value": "EIP"
}
]
}
Pure Mode