productInstance element
Type: | productInstance |
Namespace: | com.unboundid.directory.mon.api.v1.models |
Represents a monitored UnboundID product instance.
Example JSON
{
"id" : "...",
"displayName" : "...",
"hostname" : "...",
"version" : "...",
"location" : "...",
"operatingSystem" : "...",
"secondsSinceLastPoll" : ...,
"description" : "...",
"groups" : [ "...", ... ],
"status" : {
"state" : "OFFLINE",
"statusMessages" : [ "...", ... ],
"degradedAlerts" : [ "...", ... ],
"unavailableAlerts" : [ "...", ... ]
}
}