metricsResponse
| Namespace: | com.unboundid.directory.mon.api.v1.models |
This represents a response to listing of Metrics.
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 |
|---|---|---|
|
continuousValuedMetric
or countMetric or discreteValuedMetric or metric |
0/unbounded | The list of metrics in the response. |
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. |
| metrics |
array of continuousValuedMetric
array of or countMetric array of or discreteValuedMetric array of or metric |
The list of metrics in the response. |