You need to enable JavaScript to run this app.
导航
ListBudgetFilterZoneCode - 查询预算区域筛选项
最近更新时间:2025.11.20 17:12:28首次发布时间:2025.10.17 15:10:22
复制全文
我的收藏
有用
有用
无用
无用

查询预算区域筛选项

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

ListBudgetFilterZoneCode

要执行的操作,取值:ListBudgetFilterZoneCode。

Version
String

2022-01-01

API的版本,取值:2022-01-01。

Limit
Integer

100

查询数量

Offset
Integer

0

查询偏移量

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
ZoneInfoList
Array of Object

[
{
RegionZoneCode: "{"":""}",
RegionZoneName: "-(空): 不限"
}
]

可用区信息列表

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

The request has failed due to an unknown error.

系统错误,多次出现时请联系管理员