logs
Log file API.
get /logs/export
Export Logs
Parametersquery string query
format enum query
The optional output format. `json` is the default VictoriaLogs output format, while the others represent `journalctl -o output` formats.
raw, cat, short, with-unit
Responses
200 successful operation
DownloadableObject object
{
"url": "string",
"fileName": "string",
"fileContents": "string"
}