Skip to content

Get

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

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Resource not found.

object
message
string
Resource not found.