Dataset

Get the list of all pcap files of a given dataset

get
/pcaps/dataset/{datasetName}

Get the list of all pcap files of a given dataset which can be analyze in dataset mode

Path parameters
datasetNamestringRequired

Name of the dataset

Example: ip-dataset01
Responses
get
/pcaps/dataset/{datasetName}
200

Successful operation

Upload a list of pcap files to a dataset

post
/pcaps/dataset/{datasetName}

Update a list of pcap files to build a dataset

Path parameters
datasetNamestringRequired

Name of the dataset

Example: my_dataset
Body
pcapFilesstring · binary[]Optional
Responses
post
/pcaps/dataset/{datasetName}

Delete the dataset and its pcap files

delete
/pcaps/dataset/{datasetName}

Delete the dataset and its pcap files

Path parameters
datasetNamestringRequired

Name of the dataset

Example: my_dataset
Responses
delete
/pcaps/dataset/{datasetName}
200

Successful delete the dataset and its pcap files

No content