Skip to content

Get server information

GET
/dashboard/service/{id}/dedicated

Returns detailed information about a dedicated server including hardware specifications, network configuration, and location details.

Parameters

Path Parameters

id
required
integer

The service ID of the dedicated server

Responses

200

Successful response with server information

object
success
boolean
true
data
object
server
object
os

Operating system name

string
Ubuntu
os_version

Operating system version

string
24.04
status

Current power status of the server

string
Allowed values: power on power off rebooting
power on
primary_ip

Primary IP address of the server

string
192.168.1.100
provision_state

Current provisioning state of the server

string
Allowed values: available deploying active error cleaning clean wait deleting
active
network
object
ingress_bandwidth

Ingress bandwidth usage in bytes

number
0
egress_bandwidth

Egress bandwidth usage in bytes

number
0
interfaces
Array<object>
object
name

Interface name

string
eth0
mac_address

MAC address

string
00:1a:2b:3c:4d:5e
link_speed

Link speed in Mbps

number
1000
product

Network card product name

string
82599ES 10-Gigabit SFI/SFP+ Network Connection
location
object
city

Datacenter city

string
Amsterdam
country

Country code

string
NL
datacenter

Datacenter name

string
AMS-DC1
rack

Rack location

string
R01
hardware
object
manufacturer

Hardware manufacturer

string
Dell Inc.
model

Hardware model

string
PowerEdge R630
cpu

CPU model and specifications

string
Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
memory

Total memory in bytes

number
67108864
storage
Array<object>
object
manufacturer

Storage device manufacturer

string
Samsung
model

Storage device model

string
SSD 850 EVO
size

Storage size in bytes

number
500107862016
serial

Serial number

string
S21NNSAF123456
hdd

Whether the device is a traditional hard drive (true) or SSD (false)

boolean

403

Service is not active or user does not have access

object
success
boolean
error

Error message describing what went wrong

string
statusCode

HTTP status code

integer

404

Service not found

object
success
boolean
error

Error message describing what went wrong

string
statusCode

HTTP status code

integer