directoryServerInstance

UnboundID Logo

directoryServerInstance element

Type: directory
Namespace: com.unboundid.directory.mon.api.v1.models

Represents a ProductInstance that is an UnboundID Directory Server.

Example JSON

{ "ldapPort" : ..., "ldapsPort" : ..., "startTlsEnabled" : false, "preferredSecurity" : "NONE", "id" : "...", "displayName" : "...", "hostname" : "...", "version" : "...", "location" : "...", "operatingSystem" : "...", "secondsSinceLastPoll" : ..., "description" : "...", "groups" : [ "...", ... ], "status" : { "state" : "OFFLINE", "statusMessages" : [ "...", ... ], "degradedAlerts" : [ "...", ... ], "unavailableAlerts" : [ "...", ... ] } }