云防火墙 CFW-查询抓包任务:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
data |
查询抓包任务返回值数据 |
参数 |
参数类型 |
描述 |
---|---|---|
limit |
Integer |
每页显示个数,范围为1-1024 |
offset |
Integer |
偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0 |
total |
Long |
抓包任务总数 |
records |
Array of CaptureTaskVO objects |
抓包任务列表 |
参数 |
参数类型 |
描述 |
---|---|---|
capture_size |
String |
抓包大小,如500kb,500mb |
created_date |
String |
抓包创建时间,如2024/08/31 10:17:30 |
dest_address |
String |
目的地址 |
dest_address_type |
Integer |
目的地址类型0 ipv4,1 ipv6 |
dest_port |
String |
目的端口 |
duration |
Integer |
抓包时长,以分钟为单位 |
is_deleted |
Integer |
是否被删除,0否 1是 |
max_packets |
Integer |
最大抓包数,以个为单位 |
modified_date |
String |
修改日期,如2024/08/31 10:17:30 |
name |
String |
抓包任务名称 |
protocol |
Integer |
协议类型:TCP为6,UDP为17,ICMP为1,ICMPV6为58,ANY为-1,手动类型不为空,自动类型为空 |
remaining_days |
Integer |
剩余保留天数 |
source_address |
String |
源地址 |
source_address_type |
Integer |
源地址类型0 ipv4,1 ipv6 |
source_port |
String |
源端口 |
status |
Integer |
抓包任务状态,如成功(1),运行中(2),已截止(4),截止中(5) |
task_id |
String |
抓包任务id |