Skip to main content

Get Supercomputer

GET 

/supercomputers/:id

Get Supercomputer by ID

Request

Path Parameters

    id stringrequired

    495695b9-088d-4f49-823a-e6bb5b3a709e

Responses

OK

Schema

    displayName string

    Display name of the Supercomputer

    gpuDirectNetworking boolean

    Whether GPU direct networking is configured on the Supercomputer, or not

    id string

    ID of the Supercomputer

    locationName string

    Name of the Location where the Supercomputer is deployed

    nodeCount integer

    The number of nodes that make up the Supercomputer

    nodes

    object[]

    Details of the Supercomputer nodes

  • Array [

  • defaultUser string

    The default user of the Node

    publicIp string

    The public IP address of the Node

    status string

    The current status of the Node

  • ]

  • osName string

    Name and version of the Operating System installed on the Supercomputer

    sharedStorage

    object

    Shared storage configuration

    mountPoint stringrequired

    The mount point for the storage disk

    size integerrequired

    The size of the storage disk in Gigabytes

    sharedStorageConfigured boolean

    Whether shared storage is configured on the Supercomputer, or not

    sshKeyId string

    ID of the SSH Key used to remotely access the Supercomputer

    status string

    Status of the Supercomputer

    templateName string

    Name of the template used to provision the Supercomputer

Loading...