cURL
curl --request GET \ --url https://api.cloud.onidel.com/os_templates \ --header 'Authorization: Bearer <token>'
[ { "id": 2, "name": "Ubuntu x64 LTS", "family": "ubuntu" } ]
List prebuilt OS images available for installation.
Documentation IndexFetch the complete documentation index at: https://developers.onidel.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.onidel.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
2
"Ubuntu x64 LTS"
"ubuntu"