serverInfo

An object representing a single server with information about the server.

Parameter

 Type

Count

Description

id

Integer

1

The server ID.

name

String

1

The server name.

address

String

1

The server address as an HTTP URL.

status

String

1

The server status, which may be one of the following values:

  • OK
  • shuttingDown
  • startingUp
  • pendingRestart
  • restarting
  • misconfigured
  • extensionMismatch
  • daemonMismatch
  • applicationMismatch (added in 1.1)
  • notResponding
  • disabled
  • disconnecting
  • disabling
  • reloadingConfigurations
  • removed
  • unknown

messageList

messageList

1

A list of messages reported by this server, which can be empty if there are no messages to show.

debugModeEnabled

Boolean

1

Indicate whether the server is in debug mode.

Version: 1.0