- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:05 AM
Has anyone had success in calling generate bootstrap API /system/device/bootstrap/download/{id} ?
Solved! Go to Solution.
- Labels:
-
Code and Deployment
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 03:24 AM
Is your content set for application/octet-stream, has a bootstrap configuration has been generated for this device?
Connect with me https://bigevilbeard.github.io

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:23 AM
Whats the error @OCT
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:42 AM
What version are you running?
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:46 AM
Platform Version:
20.12.3.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 03:04 AM
- Version pre 20.13:
- Handles binary data (application/octet-stream)
- Saves the response as a zip file
- Uses streaming to handle potentially large file
- Version 20.13:
- Handles JSON data
- Returns a Python dictionary
- Sets Accept header to application/json
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 03:18 AM
I have tried the deviceid and uuid as the id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 03:24 AM
Is your content set for application/octet-stream, has a bootstrap configuration has been generated for this device?
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 03:31 AM
https://{{vmanage}}:{{port}}/dataservice/template/device/config/attachedconfig?deviceId
i think i will use this for now thank you very much for the quick responses
