Skip to main content
GET
/
cabinet
/
admin
/
remnawave
/
nodes
/
{node_uuid}
Get Node Details
curl --request GET \
  --url http://localhost:8080/cabinet/admin/remnawave/nodes/{node_uuid}
{
  "uuid": "<string>",
  "name": "<string>",
  "address": "<string>",
  "is_connected": true,
  "is_disabled": true,
  "is_node_online": true,
  "is_xray_running": true,
  "country_code": "<string>",
  "users_online": 123,
  "traffic_used_bytes": 123,
  "traffic_limit_bytes": 123,
  "last_status_change": "2023-11-07T05:31:56Z",
  "last_status_message": "<string>",
  "xray_uptime": "<string>",
  "is_traffic_tracking_active": false,
  "traffic_reset_day": 123,
  "notify_percent": 123,
  "consumption_multiplier": 1,
  "cpu_count": 123,
  "cpu_model": "<string>",
  "total_ram": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "provider_uuid": "<string>"
}

Path Parameters

node_uuid
string
required

Response

Successful Response

Node information.

uuid
string
required
name
string
required
address
string
required
is_connected
boolean
required
is_disabled
boolean
required
is_node_online
boolean
required
is_xray_running
boolean
required
country_code
string | null
users_online
integer | null
traffic_used_bytes
integer | null
traffic_limit_bytes
integer | null
last_status_change
string<date-time> | null
last_status_message
string | null
xray_uptime
string | null
is_traffic_tracking_active
boolean
default:false
traffic_reset_day
integer | null
notify_percent
integer | null
consumption_multiplier
number
default:1
cpu_count
integer | null
cpu_model
string | null
total_ram
string | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
provider_uuid
string | null