Get
GET /servers/{uuid}
GET
/servers/{uuid}
Get server by UUID.
Authorizations
Parameters
Path Parameters
uuid
required
string
Server’s UUID
Responses
200
Get server by UUID
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
delete_unused_volumes
boolean
delete_unused_networks
boolean
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string