最近更新时间:2021-09-17
GetRegion
查询紫光云产品可用地域信息
名称 | 数据类型 | 说明 | 参数类型 | 是否必填 |
---|---|---|---|---|
ProductCode | String | 产品编码 | query | Y |
名称 | 数据类型 | 说明 |
---|---|---|
List | 集合 | 地域集合 |
Region地域集合实体:
参数 | 数据类型 | 说明 |
---|---|---|
RegionId | String | 地域ID |
RegionName | String | 地域名称 |
AzList | List | 可用区集合 |
Az可用区集合实体:
参数 | 数据类型 | 说明 |
---|---|---|
AzId | String | 可用区ID |
AzName | String | 可用区名称 |
http(s)://api.unicloud.com/product?Action=GetRegion&ProductCode=VM&AccessKeyId=0E9vFY4xL4PvaDil&Signature=dKvipmrF27bAkLldtHjx1bQFl1c%3D
注意:Signature的值请参看签名生成规则说明。
?Action=GetRegion&ProductCode=VM&其他公共参数
错误码 | 错误信息 | 状态码 | 错误描述 |
---|---|---|---|
ProductCodeNotExist | Product code does not exist. | 400 | 产品编码不存在 |
CanNotGetUserVisibleRegion | Unable to get user visible area. | 500 | 无法获取用户可见区域 |
ProductNoRegion | Product has no available area. | 400 | 产品无可用区域 |
NotVisibleProduct | The user does not have permission to view the product. | 400 | 用户无该产品查看权限 |
InternalError | The request processing has failed due to some unknown error, exception or failure. | 400 | 内部错误 |