Hey people, I'm doing my internship in a telecommunications company and I'm learning about the requests using the Zabbix API.
I've been using Postman to do my first requests with the official documentation and everything was going well, but I got stuck with this:
I was trying to retrieve the information related to host and hostid about a kind of devices called "Rectificadores" that have the groupid 53, but I want to restrict the request to retrieve only the devices that are located in a department called "Santander" . I've tried a lot of things using the host inventory objects, using filter, using search but the response is always all the devices identified whit the groupid 53.
Could someone help me about this restriction that I want to do?
If you can explain me why this doesn't works, I'd appreciate.
Comment