Hi engineers!
I need to retrieve all the IP addresses associated with the "wan1" interface of all the nodes (FortiGate firewalls) belonging to a specific group called "Firewalls".What is the best method?
I spent a few minutes, and I don't like writing queries for group members. My gut says you can do it, but I can't spend more time poking it. Is the group manually populated? Generally I recommend custom properties on nodes and dynamic groups. If I were to do this, I'd skip the group, and query nodes that are your firewall, either by machinetype, vendor and model, or whatever, then grab the interfaces and IPs you want. It can be done that way via the GUI in a report or via SWQL