5.13.3 api pcap stop

The /api/pcap/stop function stops the network interface traffic recording.

The function is part of the System service and the user must be assigned the System Control privilege for authentication if required.

The GET or POST method can be used for this function.

The function has no parameters.

The reply is in the application/json format and includes no parameters.

Example:

GET /api/pcap/restart
{
  "success" : true
}