Docs are work in progress
Skip to main content

Fetch network node details

GET 

/api/v1/networks/nodes/:nodeId

This API endpoint retrieve details of a network node identified by the provided nodeId. This includes details about node and its associated network, machine information.

Request

Path Parameters

    nodeId stringrequired

    The nodeId - uuid of the network node

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]

    payload

    object

    Schema for network node response

    nodeId string
    dnsName string
    ipv4Address string
    ipv6Address string
    networkId string
    createdAt date-time

    networks

    object

    Networks schema

    networkId string
    provider string
    ipSubnet string
    dnsName string
    dnsSuffix string
    networkName string
    isDefault boolean
    isNetworkKeyManaged boolean

    machineData

    object

    Schema for machine data in network node response

    machineId string
    displayIconMediaPath string
    alias string
    name string
    lastActiveAt date-time
Loading...