Skip to main content

Get node details

POST 

/node/details

Get details of one or more nodes

Request

Body

    nodes string[]

Responses

OK

Schema
    success boolean
    error string
    Errorcode integer
    data object
    node1 object
    nodeid string
    node_name string
    node_desc string
    userid string
    deviceId string
    nodeprojectid string
    nodeIdentifier string
    bindingstatus boolean
    nodebindingkey string
    connectionKey string
    created string
    modified string
    tags object[]
  • Array [
  • key string
    value string
  • ]
Loading...