Exports
Bulk export configs, packages and results
Bulk export a set of configs, packages and results.
POST /api/v1/exports
Example
Bulk export
- configs with IDs
1,5,7and9 - packages with IDs
11,24,31and40 - results with IDs
20160415113526,20160416113526and20160417113526
and exclude captures from the export archive to reduce its size.
POST /api/v1/exports
{
"configs": [1, 5, 7, 9],
"packages": [11, 24, 31, 40],
"results": [20160415113526, 20160416113526, 20160417113526],
"options": {
"exclude_captures": true
}
}
Response
200 OK
Content-Type: application/x-gzip
Content-Disposition: inline; filename="export-{timestamp}.gz"