Hi,
I am trying to get a script that will export all firewall installed on a specific security gateway/cluster. However, I cannot seem to get the "Policy Targets" object's UID from the API.
If I use the show-object command with the UID I am getting from a policy I know is installed on all Policy targets, it returns the object fine.
However, if I try to find the object via the show-objects command and
{"in" : [ "name", "Policy Targets" ]}
It only returns a list of objects containing Policy in their name, but no "Policy Targets". Is it possible that the show-objects command does not return obects of type: Global?
Regards