Images

Get a list of operating sytem images available for the tenant

get
Responses
200

Success

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

Last updated