List Supercomputer locations
GET/supercomputers/locations
List locations where a Supercomputer can be provisioned
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
displayName string
Display name of Location
gpuDirectNetworkingAvailable boolean
Whether Supercomputer direct GPU networking is supported at this location, or not
name string
Name of Location
storageAvailable boolean
Whether Supercomputer storage is available at this location, or not
[
{
"displayName": "lille-4",
"gpuDirectNetworkingAvailable": true,
"name": "lille-4",
"storageAvailable": true
}
]
Loading...