OS Template
API Version: 1.1.0 (06-Jan-2025)
Last updated
API Version: 1.1.0 (06-Jan-2025)
Last updated
List the OS images available for installation at Onidel Cloud.
GET /os_template HTTP/1.1
Host: api.cloud.onidel.com
Authorization: YOUR_API_KEY
Accept: */*
Successful operation
[
{
"id": 2,
"name": "Ubuntu x64 LTS",
"family": "ubuntu"
}
]