8.4.17
Fields: Report Datapoints

See the associated 4.21 Reports resource section for more information on how to use this resource and supported operations.
Additional References
Type | Value | Additional Information |
---|---|---|
Permissions resource | reports/datapoints | Permissions |
Hooks filename | reports.datapoints.groovy | Pre- and Post-Processing Hooks |
Distinct query-supported | Yes | Distinct |

A metric that measures system state over a specified period of time. For example, a datapoint can contain data on CPU utilization by specific users. A datapoint is generated by the consolidation of zero or more Samples. It could be said that a datapoint represents a smoothing of samples.
Field Name | Type | Description |
---|---|---|
id | Long |
|
data | Map<String, Map> |
The actual consolidated sample data. This property may be 'null' if the Report.minimumSampleSize was not met when consolidating the datapoint. |
endDate | Date |
The ending date that the datapoint covers. |
firstSampleDate | Date |
The date of the first sample consolidated in this datapoint (see also Sample.timestamp). |
lastSampleDate | Date |
The date of the last sample consolidated in this datapoint (see also Sample.timestamp). |
startDate | Date |
The beginning date that the datapoint covers. |

A metric that measures system state over a specified period of time. For example, a datapoint can contain data on CPU utilization by specific users. A datapoint is generated by the consolidation of zero or more Samples. It could be said that a datapoint represents a smoothing of samples.
Field Name | Type | Description |
---|---|---|
id | Long |
|
data | Map<String, Map> |
The actual consolidated sample data. This property may be 'null' if the Report.minimumSampleSize was not met when consolidating the datapoint. |
endDate | Date |
The ending date that the datapoint covers. |
firstSampleDate | Date |
The date of the first sample consolidated in this datapoint (see also Sample.timestamp). |
lastSampleDate | Date |
The date of the last sample consolidated in this datapoint (see also Sample.timestamp). |
startDate | Date |
The beginning date that the datapoint covers. |
Related Topics