List Supercomputer Templates availability
GET/supercomputers/templates/availability
Lists Supercomputer Template availability
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...