云防火墙 CFW-获取服务组列表:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
data |
ServiceSetRecords object |
查询服务组列表记录 |
参数 |
参数类型 |
描述 |
---|---|---|
offset |
Integer |
偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0 |
limit |
Integer |
每页显示个数,范围为1-1024 |
total |
Integer |
查询服务组总数 |
records |
Array of ServiceSet objects |
服务组列表 |
参数 |
参数类型 |
描述 |
---|---|---|
set_id |
String |
服务组id |
name |
String |
服务组名称 |
description |
String |
服务组描述 |
service_set_type |
Integer |
服务组类型,0表示自定义服务组,1表示常用WEB服务,2表示常用远程登录和PING,3表示常用数据库 |
ref_count |
Integer |
服务组被规则引用次数 |
project_id |
String |
项目ID |
protocols |
Array of integers |
协议列表,协议类型:TCP为6,UDP为17,ICMP为1,ICMPV6为58,ANY为-1,type为0手动类型时不能为空。 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |