GetHistogramSnapshotForTableColumnParameter
Use this method to retrieve a snapshot of trend data for a specified table column parameter in the form of a histogram.
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection ID. See ConnectApp. |
| dmaID | Integer | The DataMiner Agent ID. |
| elementID | Integer | The element ID. |
| parameterID | Integer | The parameter ID. |
| filters | Array of string | Any filters applied to the table column parameter. |
| intervalAmount | Integer | The number of intervals used in the histogram. Obsolete. This field is no longer supported. |
| asPercentages | Boolean | Indicates whether the histogram should use percentages (= true) or absolute frequencies (= false). |
Output
| Item | Format | Description |
|---|---|---|
| GetHistogramSnapshotForTableColumnParameterResult | Array of DMATrendData | The histogram for the specified table column parameter. |
Note
The DMATrendData array includes an array of timestamps of type “long”. These values should be divided by 1000 to get the correct boundary values.