status
| Namespace: |
com.unboundid.directory.mon.api.v1.models |
Status of a UnboundID ProductInstance including RYG color status and
critical alerts.
XML
Attributes
| name |
type |
description |
| state |
state |
The state indicator for the product instance.
|
Elements
| name (type) |
min/max occurs |
description |
|
statusMessages/statusMessage (string)
|
0/unbounded |
The list of status messages for the product instance.
|
|
degradedAlerts/degradedAlert (string)
|
0/unbounded |
The list of alerts names that indicate the instance is degraded.
|
|
unavailableAlerts/unavailableAlert (string)
|
0/unbounded |
The list of alerts names that indicate the instance is unavailable.
|
JSON
| property |
type |
description |
| state |
state |
The state indicator for the product instance.
|
| statusMessages |
array of statusMessages/statusMessage (string)
|
The list of status messages for the product instance.
|
| degradedAlerts |
array of degradedAlerts/degradedAlert (string)
|
The list of alerts names that indicate the instance is degraded.
|
| unavailableAlerts |
array of unavailableAlerts/unavailableAlert (string)
|
The list of alerts names that indicate the instance is unavailable.
|