Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 714 Bytes

Server.md

File metadata and controls

24 lines (17 loc) · 714 Bytes

Server

Properties

Name Type Description Notes
name String [optional]
address String l4addr or hostname:port [optional]
weight Integer weight of the server in the server group [optional]
currentIp String l3addr [optional]
status StatusEnum [optional]
cost Integer the milliseconds cost for one successful health check [optional]
downReason String reason for the last failed health check [optional]

Enum: StatusEnum

Name Value
UP "UP"
DOWN "DOWN"