ApiTimeSeriesAggregateStatistics

Properties

Name Type Description Notes
sample_time str The timestamp of the sample data point. Note that the timestamp reflects coordinated universal time (UTC) and not necessarily the server's time zone. The rest API formats the UTC timestamp as an ISO-8061 string. [optional]
sample_value float The sample data point value representing an actual sample value picked from the underlying data that is being aggregated. [optional]
count float The number of individual data points aggregated in this data point. [optional]
min float This minimum value encountered while producing this aggregate data point. If this is a cross-time aggregate then this is the minimum value encountered during the aggregation period. If this is a cross-entity aggregate then this is the minimum value encountered across all entities. If this is a cross-time, cross-entity aggregate, then this is the minimum value for any entity across the aggregation period. [optional]
min_time str The timestamp of the minimum data point. Note that the timestamp reflects coordinated universal time (UTC) and not necessarily the server's time zone. The rest API formats the UTC timestamp as an ISO-8061 string. [optional]
max float This maximum value encountered while producing this aggregate data point. If this is a cross-time aggregate then this is the maximum value encountered during the aggregation period. If this is a cross-entity aggregate then this is the maximum value encountered across all entities. If this is a cross-time, cross-entity aggregate, then this is the maximum value for any entity across the aggregation period. [optional]
max_time str The timestamp of the maximum data point. Note that the timestamp reflects coordinated universal time (UTC) and not necessarily the server's time zone. The rest API formats the UTC timestamp as an ISO-8061 string. [optional]
mean float The mean of the values of all data-points for this aggregate data point. [optional]
std_dev float The standard deviation of the values of all data-points for this aggregate data point. [optional]
cross_entity_metadata ApiTimeSeriesCrossEntityMetadata If the data-point is for a cross entity aggregate (e.g., fd_open_across_datanodes) returns the cross entity metadata, null otherwise. [optional]

[Back to Model list] [Back to API list] [Back to README]