Skip to main content
GET
/
config
/
vm_images
/
app_catalog
Get App Catalog images
curl --request GET \
  --url https://api.tenbytecloud.com/v1/config/vm_images/app_catalog \
  --header 'apikey: <api-key>'
[
  {
    "os_name": "centos",
    "display_name": "Centos",
    "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 App Catalog images