API Version: 1.1.0 (06-Jan-2025)
Last updated 1 month ago
List the OS images available for installation at Onidel Cloud.
Successful operation
2
"Ubuntu x64 LTS"
"ubuntu"
const response = await fetch('https://api.cloud.onidel.com/os_template', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 2, "name": "Ubuntu x64 LTS", "family": "ubuntu" } ]