For the complete documentation index, see llms.txt. This page is also available as Markdown.

Images

Get a list of operating sytem images available for the tenant

get
Responses
200

OK

get/api/v1/servers/images/GetOperatingSystemImages
GET /api/v1/servers/images/GetOperatingSystemImages HTTP/1.1
Accept: */*
{
  "items": [
    {
      "id": 1,
      "name": "text",
      "distribution": "text",
      "version": "text"
    }
  ]
}

Last updated