FetchBinaryLogsUrl
Fetches the URL to a zip file containing one or more binary log files for the requested device and time range. The returned URL can be used to download the zip file.
For more information, see the nRF Cloud documentation on binary logs.
Query parameters
This is the canonical device id used in the device certificate, and as the MQTT client id.
HTML-encoded ISO-8601 date-time string denoting the start or end of a date range. If the string includes only a date, the time is the beginning of the day (00:00:00).
By default, the start time for the range is 24 hours before the current time. The range between start and end cannot be greater than 24 hours.
HTML-encoded ISO-8601 date-time string denoting the start or end of a date range. If the string includes only a date, the time is the beginning of the day (00:00:00).
By default, the end time for the range is the current time. The range between start and end cannot be greater than 24 hours.
Response
Ok
Example response
{
"url": "https://binarylogsbucket2142-1xw7gxky91xt5.s3.us-east-1.amazonaws.com/798978d6-ed41-4d5d-ba03-59bea8da378d",
"contentLength": 128
}Changes
No recorded changes to this endpoint across all 1 revision of this API.