Hi everyone,
I have a problem with the Method Problems.get of Zabbix Api. In the documentation of the Method "Problems" appear that "It is also possible, if specified, to additionally retrieve recently resolved problems. The period that determines how old is “recently” is defined in Administration → General"
In my general configuration i have

I don't get the recent problems.... I get all problems from enabled/disabled hosts, enabled/disabled triggers.....
Request
{
"method": problem.get
"id": "Some id"
"auth": "Some auth"
"params": {
"output": ["name","severity",acknowledged","clock"],
"recent": "true",
"sortfield": "eventid",
"sortorder": "DESC"
}
}
Can yo explain me why this request return me problems from last year?
If the request is not correct, the only thing i want to do is to get the problems like widget "Problems" in Web interface
Thanks in advance
I have a problem with the Method Problems.get of Zabbix Api. In the documentation of the Method "Problems" appear that "It is also possible, if specified, to additionally retrieve recently resolved problems. The period that determines how old is “recently” is defined in Administration → General"
In my general configuration i have
I don't get the recent problems.... I get all problems from enabled/disabled hosts, enabled/disabled triggers.....
Request
{
"method": problem.get
"id": "Some id"
"auth": "Some auth"
"params": {
"output": ["name","severity",acknowledged","clock"],
"recent": "true",
"sortfield": "eventid",
"sortorder": "DESC"
}
}
Can yo explain me why this request return me problems from last year?
If the request is not correct, the only thing i want to do is to get the problems like widget "Problems" in Web interface

Thanks in advance