Skip to main content
GET
/
config
/
vm_images
VM images list
curl --request GET \
  --url https://api.tenbytecloud.com/v1/config/vm_images \
  --header 'apikey: <api-key>'
[
  {
    "os_name": "almalinux",
    "display_name": "Almalinux",
    "ui_position": 1,
    "is_default": true,
    "is_app_catalog": false,
    "versions": [
      {
        "os_version": "8",
        "display_name": "8",
        "published": true
      }
    ]
  },
  {
    "os_name": "centos",
    "display_name": "Centos",
    "ui_position": 2,
    "is_default": false,
    "is_app_catalog": true,
    "versions": [
      {
        "os_version": "7.3.1611",
        "display_name": "7.3.1611",
        "published": true
      }
    ]
  }
]

Authorizations

apikey
string
header
required

Response

200 - application/json

List of VM images