cURL
curl --request GET \ --url https://api.cloud.onidel.com/os_templates \ --header 'Authorization: <api-key>'
[ { "id": 2, "name": "Ubuntu x64 LTS", "family": "ubuntu" } ]
List prebuilt OS images available for installation.
Provide the value as: Token <your-api-token>
Token <your-api-token>
Successful operation
2
"Ubuntu x64 LTS"
"ubuntu"