uploadLogs method sends diagnostic logs from the terminal to the Modularity back-end systems. This is useful for troubleshooting, support, and system monitoring.
Request
JSON-RPC 2.0All methods in TweezerComm follow a JSON-RPC 2.0 structure. See Get Started for more details on how the requests are structured and sent.
uploadLogs, and the params must include the service name device:
Response
A successful request will return a response similar to the one in the code block below:Response Parameters
Below is a table with all the possible response parameters and their description:| Name | Type | Description |
|---|---|---|
statusCode | integer | Operation status (0 = success) |
statusMessage | string | Operation message |