Skip to content

List

GET
/servers

List all servers.

Authorizations

Responses

200

Get all servers.

Array<object>

Server model

object
id

The server ID.

integer
uuid

The server UUID.

string
name

The server name.

string
description

The server description.

string
ip

The IP address.

string
user

The user.

string
port

The port number.

integer
proxy

The proxy configuration.

object
proxy_type

The proxy type.

string
Allowed values: traefik caddy none
high_disk_usage_notification_sent

The flag to indicate if the high disk usage notification has been sent.

boolean
unreachable_notification_sent

The flag to indicate if the unreachable notification has been sent.

boolean
unreachable_count

The unreachable count for your server.

integer
validation_logs

The validation logs.

string
log_drain_notification_sent

The flag to indicate if the log drain notification has been sent.

boolean
swarm_cluster

The swarm cluster configuration.

string
delete_unused_volumes

The flag to indicate if the unused volumes should be deleted.

boolean
delete_unused_networks

The flag to indicate if the unused networks should be deleted.

boolean

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.