Skip to content

List

GET
/servers

List all servers.

Authorizations

Responses

200

Get all servers.

Array<object>

Server model

object
id
integer
uuid
string
name
string
description
string
ip
string
user
string
port
integer
proxy
object
high_disk_usage_notification_sent
boolean
unreachable_notification_sent
boolean
unreachable_count
integer
validation_logs
string
log_drain_notification_sent
boolean
swarm_cluster
string

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.