Get a single capture file with a set of filters applied
Method: GET
from - begin timestamp of the desired interval; requiredto - end timestamp of the desired interval; requiredvar-Filters - filters to be applied onto the packets of the given interval; there can be more than one field with this namevar-BPF - BPF filter to be applied; zero or one fields of this name can be in the queryvar-BPF_op - operation, under which var-Filters and var-BPF filters are to be concatenated; two possible values for this field are OR and AND; by default, AND is usedCookie Params
This request expects a grafana_session cookie to be set to some string value, which can later be used to stop the extraction process via /stopGetCapture
Response:
The resulting .pcapng file will be sent back as a stream, or the the error response will be immediately delivered.