Get Supercomputer
GET/supercomputers/:id
Get Supercomputer by ID
Request
Path Parameters
495695b9-088d-4f49-823a-e6bb5b3a709e
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Display name of the Supercomputer
Whether GPU direct networking is configured on the Supercomputer, or not
ID of the Supercomputer
Name of the Location where the Supercomputer is deployed
The number of nodes that make up the Supercomputer
nodes
object[]
Details of the Supercomputer nodes
The default user of the Node
The public IP address of the Node
The current status of the Node
Name and version of the Operating System installed on the Supercomputer
sharedStorage
object
Shared storage configuration
The mount point for the storage disk
The size of the storage disk in Gigabytes
Whether shared storage is configured on the Supercomputer, or not
ID of the SSH Key used to remotely access the Supercomputer
Status of the Supercomputer
Name of the template used to provision the Supercomputer
{
"displayName": "my-supercomputer",
"gpuDirectNetworking": true,
"id": "5272e090-a595-4d6a-8587-cfe78214739f",
"locationName": "lille-4",
"nodeCount": 1,
"nodes": [
{
"defaultUser": "root",
"publicIp": "1.1.1.1",
"status": "Available"
}
],
"osName": "Ubuntu-20.04",
"sharedStorage": {
"mountPoint": "/mnt/somedir",
"size": 2000
},
"sharedStorageConfigured": true,
"sshKeyId": "5272e090-a595-4d6a-8587-cfe78214739f",
"status": "Available",
"templateName": "h200"
}