Start the capturing network packets
Start the capturing network packets
- application/json
Request Body
- filter_expression stringPossible values: <= 100 charactersDefault value: ipdescribes the tcpdump compatible filter expression 
- is_cyclic_buffer booleanDefault value: trueOverwrite records after buffer overflow 
- if_name stringDefault value: eth0Network interface name, see available_interfacesin GET /network/debug/capture/status
Responses
- 200
- 400
- 401
OK
- System problems
- application/json
- Schema
- Example (from schema)
- System problems
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "System problems"
}
Log In
- application/json
- Schema
- Example (from schema)
Schema
- error stringerror type/info 
{
  "error": "Wrong login or password"
}
Loading...