Skip to main content

List Nodes

POST 

/registry-svc/nodes

Retrieve a list of nodes.

Request

Body

List Registrys Request

    object

Responses

OK

Schema

    nodes

    object[]

  • Array [

  • availabilityZone string

    The availability zone of the node

    gpus

    object[]

    List of GPUs available on the node

  • Array [

  • busId string
    computeMode string
    gpuUtilization number
    id string

    Id Node.URL + IntraNodeId

    intraNodeId integer
    memoryTotal integer
    memoryUsage integer
    name string
    performanceState string
    powerCap number
    powerUsage number

    processDetails

    object[]

  • Array [

  • memoryUsage integer
    pid integer
    processName string
  • ]

  • temperature number
  • ]

  • id stringrequired

    Required: ID of the instance

    lastHeartbeat string

    Last time the instance gave a sign of life

    region string

    The region of the node

    url stringrequired

    URL of the daemon running on the node. If not configured defaults to hostname + default Singulatron daemon port.

    usage

    object

    cpu

    object

    CPU usage metrics.

    percent number

    Usage percentage.

    total int64

    Total available amount (in bytes).

    used int64

    Used amount (in bytes).

    disk

    object

    Disk usage metrics.

    percent number

    Usage percentage.

    total int64

    Total available amount (in bytes).

    used int64

    Used amount (in bytes).

    memory

    object

    Memory usage metrics.

    percent number

    Usage percentage.

    total int64

    Total available amount (in bytes).

    used int64

    Used amount (in bytes).

  • ]

Loading...