API Version: 1.0.0 (30-Dec-2024)
Last updated 24 days 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" } ]