Hi, I'm having a problem with a query to our Zabbix 2.4 instance. The problem only started happening recently.
I'm asking the API for entries between two dates.
{
"output":"extend",
"itemids: ["200...],
"sortfield":"clock",
"sortorder":"ASC",
"time_from":1442762167,
"time_till":1444490167
}
I'm getting no entries from the call for that specific range, but when I go on the website and show the graph for those itemids, I can see all of the data.
Any ideas why I'm not getting the entries through the API ?
I'm asking the API for entries between two dates.
{
"output":"extend",
"itemids: ["200...],
"sortfield":"clock",
"sortorder":"ASC",
"time_from":1442762167,
"time_till":1444490167
}
I'm getting no entries from the call for that specific range, but when I go on the website and show the graph for those itemids, I can see all of the data.
Any ideas why I'm not getting the entries through the API ?
Comment