OS Template

API Version: 1.1.0 (06-Jan-2025)

List the OS images available for installation at Onidel Cloud.

get

List the OS images available for installation at Onidel Cloud.

Authorizations
Responses
200
Successful operation
application/json
get
GET /os_template HTTP/1.1
Host: api.cloud.onidel.com
Authorization: YOUR_API_KEY
Accept: */*
200

Successful operation

[
  {
    "id": 2,
    "name": "Ubuntu x64 LTS",
    "family": "ubuntu"
  }
]

Last updated