GET
/
os_templates
List OS Templates
curl --request GET \
  --url https://api.cloud.onidel.com/os_templates \
  --header 'Authorization: <api-key>'
[
  {
    "id": 2,
    "name": "Ubuntu x64 LTS",
    "family": "ubuntu"
  }
]

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Response

200 - application/json

Successful operation

id
integer
Example:

2

name
string<string>
Example:

"Ubuntu x64 LTS"

family
string<string>
Example:

"ubuntu"