Get Template Availability
GET/vms/templates/:templateName/availability
Get template availability by SKU
Request
Path Parameters
templateName stringrequired
ogc-h100sxm-80
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...