post
https://{url}/v1/devices//dumps//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use the hub_url received in the registration response as your base URL.
This API requires the device to authenticate, see Device Authentication.
Upload files from the device to the server to make them available to End Customers (see File Uploads)
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 |
