proxyServerInstance element
| Type: | proxy | 
| Namespace: | com.unboundid.directory.mon.api.v1.models | 
Represents a ProductInstance that is a Proxy Server.
Example JSON
{
  "ldapPort" : ...,
  "ldapsPort" : ...,
  "startTlsEnabled" : false,
  "preferredSecurity" : "NONE",
  "id" : "...",
  "displayName" : "...",
  "hostname" : "...",
  "version" : "...",
  "location" : "...",
  "operatingSystem" : "...",
  "secondsSinceLastPoll" : ...,
  "description" : "...",
  "groups" : [ "...", ... ],
  "status" : {
    "state" : "OFFLINE",
    "statusMessages" : [ "...", ... ],
    "degradedAlerts" : [ "...", ... ],
    "unavailableAlerts" : [ "...", ... ]
  }
}