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/measured-boot-images \ --header 'Authorization: Bearer <token>'
{ "files": [ { "id": "7c1f2a90-4b3d-4e21-9a8c-1d2e3f4a5b6c", "filename": "debian-12.uki.efi", "description": "debian-12 measured boot", "size": 52428800, "created": "2025-01-05T13:00:20.010Z" } ] }
List the team’s measured direct boot images (UKIs).
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