Skip to main content
GET
/
catalog
/
os-templates
List OS templates
curl --request GET \
  --url https://console.wenium.com/api/catalog/os-templates
[
  {
    "id": "ubuntu-22.04",
    "name": "Ubuntu 22.04",
    "parent": "ubuntu"
  }
]

Response

200 - application/json

Flat array of OS template families and application images

id
string
Example:

"ubuntu-22.04"

name
string
Example:

"Ubuntu 22.04"

parent
string
Example:

"ubuntu"