Dataset
Get the list of all pcap files of a given dataset which can be analyze in dataset mode
Path parameters
datasetNamestringRequiredExample:
Name of the dataset
ip-dataset01Responses
200
Successful operation
application/json
get
/pcaps/dataset/{datasetName}200
Successful operation
Update a list of pcap files to build a dataset
Path parameters
datasetNamestringRequiredExample:
Name of the dataset
my_datasetBody
pcapFilesstring · binary[]Optional
Responses
200
Successful operation
application/json
500
Failed to create dataset location
post
/pcaps/dataset/{datasetName}Delete the dataset and its pcap files
Path parameters
datasetNamestringRequiredExample:
Name of the dataset
my_datasetResponses
200
Successful delete the dataset and its pcap files
delete
/pcaps/dataset/{datasetName}200
Successful delete the dataset and its pcap files
No content