Hi,
With the R80.10 API, is there a way determine which IPS profile is tied to a gateway? Basically, we have a large number of gateways and multiple IPS profiles and I would like to create a script that will eventually create a list with the name of the gateway and the associated IPS profile.
I'm trying to work backwards and I'm just stuck getting all the information that I need. The workflow I'm thinking of is:
Query 1 : Threat Prevention Policy, Rules, Profile Name
Query 2: Gateway Name, Threat Prevention Policy name
With results from both queries, I should be able to generate the gateway to IPS profile list. Let me know if I"m off base here.