查询预算区域筛选项
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 | ListBudgetFilterZoneCode | 要执行的操作,取值:ListBudgetFilterZoneCode。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
Limit | Integer | 是 | 100 | 查询数量 |
Offset | Integer | 是 | 0 | 查询偏移量 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
ZoneInfoList | Array of Object | [ | 可用区信息列表 |
Total | Integer | 1 | 预算总数量 |
Limit | Integer | 10 | 查询数量 |
Offset | Integer | 0 | 查询偏移量 |
{ "Limit": 100, "Offset": 0 }
{ Metadata: { RequestId: "20251015222816796B4115F605FD01E1C9", Action: "ListBudgetFilterZoneCode", Version: "2022-01-01", Service: "billing", Region: "cn-beijing", HTTPCode: 200 }, Limit: 100, Offset: 0, Total: 4, ZoneInfoList: [ { RegionZoneCode: "{\"\":\"\"}", RegionZoneName: "-(空): 不限" }, { RegionZoneCode: "{\"R000807\":\"\"}", RegionZoneName: "-(空): 华南1(广州高防1)" }, { RegionZoneCode: "{\"R000022\":\"\"}", RegionZoneName: "-(空): 新加坡1" }, { RegionZoneCode: "{\"R000272\":\"\"}", RegionZoneName: "-(空): 国内通用" } ] }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
|---|---|---|
500 | InternalServerError | 系统错误,多次出现时请联系管理员 |