Use the hub_url received in the registration response as your base URL.
This API requires the device to authenticate, see Device Authentication.
Send a full report to the server that can be used to analyze any issues with the device.
The report is a simple text blob without any structure and can be of arbitrary size.
Use the header Content-Type: text/plain for this request.
Path Parameters
Parameter | Description |
|---|---|
mime-type | An optional parameter to specify the type of file being uploaded. (Default: text/plain.) Any "/" characters must be encoded as "%2F"; for example, "text/csv" = "text%2Fcsv". |
filename | An optional parameter to specify the name of the file being uploaded. This parameter can only be specified if mime-type was specified as well. |
Request Data
An arbitrarily sized string of text
Return Data
| Name | Type | Description |
|---|---|---|
| id | string | Unique ID for this dump |
