Get Template Availability
GET/vms/templates/:templateName/availability
Get Supercomputer Template availability by name
Request
Path Parameters
templateName stringrequired
ogc-h100sxm-80
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
gpuDirectNetworkingAvailable boolean
Whether the template supports direct GPU networking, or not
locationName string
The name of the location
name string
The name of the Supercomputer template
storageAvailable boolean
Whether template supports storage, or not
[
{
"gpuDirectNetworkingAvailable": true,
"locationName": "lille-4",
"name": "great-supercomputer",
"storageAvailable": true
}
]
Loading...