Hi,
I'm having troubles when using timestamps while querying the API using POST.
I got the timestamp of a previous message as reference (the eldest of
a previous query) for start_time and tried to do the following query
(The table we are querying is a working table from a custom sandesh
message):
{
"start_time": "1432045370076142",
"sort_fields": [],
"end_time": "now",
"table": "StatTable.CDNAgent.QoSInfo",
"select_fields": ["Source", "name", "T", "QoSInfo.cache_id",
"SUM(QoSInfo.service_quality)", "SUM(QoSInfo.hit_ratio)",
"COUNT(QoSInfo)"],
"where": [[{"value2": null, "suffix": null, "name": "name", "value":
"CDNDataAgent", "op": 1}]]
}
Then the result we got was empty. Why is this happening?
Also a related question, How are the timestamp of aggregations
calculated? Is it the min, max or average?
We are currently using OpenContrail 2.10.
Best Regards,
Alberto.
_______________________________________________
Users mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org