Skip to content

Get server IP addresses

GET
/dashboard/service/{id}/dedicated/ips

Returns a list of IP addresses assigned to the dedicated server.

Parameters

Path Parameters

id
required
integer

The service ID of the dedicated server

Responses

200

IP addresses retrieved successfully

object
success
boolean
true
data
object
ips
Array<object>
object
id

IP address ID

integer
123
ip

IP address with CIDR notation

string
192.168.1.100/24
dns_name

DNS name associated with the IP

string
nullable
server.example.com
version

IP version

string
Allowed values: IPv4 IPv6
IPv4
primary_ip4

Primary IPv4 address

string
nullable
192.168.1.100/24
primary_ip6

Primary IPv6 address

string
nullable
2001:db8::1/64

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