Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.cloud.onidel.com/isos \ --header 'Authorization: Bearer <token>'
{ "isos": [ { "id": "7c1f2a90-4b3d-4e21-9a8c-1d2e3f4a5b6c", "date_created": "2025-01-05T13:00:20.010Z", "filename": "debian-12.iso", "name": "debian-12.iso", "desc": "", "size": 658505728, "status": 100, "is_system_iso": false } ] }
List the team’s custom ISOs along with available system ISOs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Team ID. Default team will be used if not provided.
Successful operation
Show child attributes