put https://{url}/v1/devices//dumps/
Use the hub_url received in the registration response as your base URL.
This API requires the device to authenticate, see Device Authentication.
If you would like to send your dumps in chunks, you can use this API to add more information to an existing dump.
This request appends the sent data to the end of an existing dump and returns the new total length (number of characters).
Use the header Content-Type: text/plain for this request.
Request Data
An arbitrarily sized string of text
Return Data
Name | Type | Description |
---|---|---|
length | number | Total length of dump's data |
Plain Text Report
An arbitrarily sized data dump