productInstancesResponse
| Namespace: | com.unboundid.directory.mon.api.v1.models |
This represents a response to listing of ProductInstances.
XML
Attributes
| name | type | description |
|---|---|---|
| found | int | The number of metrics found that matched the filter in the request. |
| offset | int | The index into the entire result set at which the current response begins. |
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
|
directoryServerInstance
or identityBrokerInstance or metricsEngineInstance or productInstance or proxyServerInstance or syncServerInstance |
0/unbounded | The list of ProductInstances. |
JSON
| property | type | description |
|---|---|---|
| found | int | The number of metrics found that matched the filter in the request. |
| offset | int | The index into the entire result set at which the current response begins. |
| instances |
array of directoryServerInstance
array of or identityBrokerInstance array of or metricsEngineInstance array of or productInstance array of or proxyServerInstance array of or syncServerInstance |
The list of ProductInstances. |