最近更新时间:2021-09-17
GetProductList
查询紫光云产品信息
名称 | 数据类型 | 说明 | 参数类型 | 是否必填 |
---|---|---|---|---|
RegionId | String | 地域ID | query | Y |
Page | Integer | 页数 | query | Y |
Size | Integer | 每页显示条数 | query | N,介于1-200之间,不传默认为20 |
TotalCount | Boolean | 是否显示总条数 | query | N,默认为false |
名称 | 数据类型 | 说明 |
---|---|---|
TotalCount | Integer | 总条数,若不显示则为null |
Page | Integer | 页数 |
Size | Integer | 每页显示条数 |
Data | List | 产品信息集合 |
Product
参数 | 数据类型 | 说明 |
---|---|---|
ProductName | String | 产品名称 |
ProductCode | String | 产品编码 |
PaymentMethodCodeList | List | 产品计费方式集合 |
http(s)://api.unicloud.com/product?Action=GetProductList&Page=1&AccessKeyId=0E9vFY4xL4PvaDil&Signature=dKvipmrF27bAkLldtHjx1bQFl1c%3D
注意:Signature的值请参看签名生成规则说明。
错误码 | 错误信息 | 状态码 | 错误描述 |
---|---|---|---|
SizeOutMax | Each page returns less than 200. | 400 | 每页返回条数200条以内 |
SizeOutMin | The minimum number of returned pages is 1. | 400 | 每页最小返回条数为1 |
PageOutMin | Minimum number of pages is 1. | 400 | 页数最小为1 |
UserNoRegionRight | The area is not visible to the user. | 400 | 用户不可见该区域 |
RegionOrPageNoProduct | No products available in this region or page. | 400 | 该地域或当前分页下无可用产品 |
InternalError | The request processing has failed due to some unknown error,exception or failure. | 400 | 内部错误 |