productInstance
| Namespace: |
com.unboundid.directory.mon.api.v1.models |
Represents a monitored UnboundID product instance.
XML
Attributes
| name |
type |
description |
| id |
string |
The ID of this product instance.
|
| displayName |
string |
The display name of this product instance.
|
| hostname |
string |
The hostname of this product instance.
|
| version |
string |
The version of this product instance.
|
| location |
string |
The location of this product instance.
|
| operatingSystem |
string |
The operation system this product instance is installed on.
|
| secondsSinceLastPoll |
long |
The number of seconds since the last successful data poll.
|
Elements
| name (type) |
min/max occurs |
description |
|
description (string)
|
0/1 |
The description for this product instance.
|
|
groups (string)
|
0/unbounded |
The group(s) for this product instance is in.
|
|
status (status)
|
0/1 |
The current Status for this product instance.
|
JSON
| property |
type |
description |
| id |
string |
The ID of this product instance.
|
| displayName |
string |
The display name of this product instance.
|
| hostname |
string |
The hostname of this product instance.
|
| version |
string |
The version of this product instance.
|
| location |
string |
The location of this product instance.
|
| operatingSystem |
string |
The operation system this product instance is installed on.
|
| secondsSinceLastPoll |
long |
The number of seconds since the last successful data poll.
|
| description |
description (string)
|
The description for this product instance.
|
| groups |
array of groups (string)
|
The group(s) for this product instance is in.
|
| status |
status (status)
|
The current Status for this product instance.
|