List Template Availability
GET/vms/templates/availability
Lists template availability
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
locationNames string[]
Location of VM
osNames string[]
Operating System of VM
templateName string
Name of the VM template
[
  {
    "locationNames": [
      "lille-4"
    ],
    "osNames": [
      "Ubuntu-20.04",
      "Ubuntu-22"
    ],
    "templateName": "ogc-h100sxm-80"
  }
]
Loading...