Session›
Session
Upload terminal logs to our lambda storage
You can upload any test/terminal report generated by the testing framework in json,xml,txt and other common format. The file uploaded can then be viewed in the automation dashboard page under LOGS sections. The file size should not exceed 2MB
POST
/sessions/{session_id}/terminal-logs
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
session_idstringrequired
Session ID
Body
multipart/form-dataTo upload terminal logs file
filestring<binary>
Response
application/jsonSuccessful operation
datastring
statusstring