云防火墙 CFW-查询地址组成员:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
data |
data object |
查询地址组成员返回数据 |
参数 |
参数类型 |
描述 |
---|---|---|
offset |
Integer |
偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0 |
limit |
Integer |
每页显示个数,范围为1-1024 |
total |
Integer |
地址组成员总数 |
set_id |
String |
地址组id |
records |
Array of records objects |
地址组成员记录列表 |
参数 |
参数类型 |
描述 |
---|---|---|
item_id |
String |
地址组成员id |
name |
String |
地址组成员name |
description |
String |
描述 |
address_type |
Integer |
地址组类型,0 ipv4,1 ipv6 |
address |
String |
地址信息 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |