The Logs files can be downloaded by swagger.
Open the Webinterface of the device inside your browser and open the Info page. You can find there the Link to the Swagger-ui
First you need to delete any existing session, there extend the DELETE /session function and click there on “Try it out”
Next you need to click on the “Execute” button
Next step is to create a new session, therefor extend the POST /session function
Next click on “Execute”. You should get the response code “200” and a session id. You need to copy this session id.
Scroll up and click on “Authorize”
A new window will popup, you need to scroll there to the top where you see the “session (apiKey)” section. Enter into the textfield the session ID you copied and click on “Authorize”
Close this popup with the X on the top right.
Scroll down to the function GET /logs. Extend this function and click on “Try it out”
Click on “Execute”. Next you should see the link “Download file”, click it and the download of the logs will start.