Cisco Meraki: Allow List URLs
submitted
J
John O Mahony
This metric is used to report on custom URL allow lists set in Group Policies across your Meraki networks.
Networks[].GroupPolicies[?length(contentFiltering.allowedUrlPatterns.patterns) >
0
].join(' | ', [ join(': ', ['Network', to_string(NetworkName)]), join(': ', ['Policy', to_string(name)]), join(': ', ['Allowed URLs', to_string(contentFiltering.allowedUrlPatterns.patterns)]) ])K
Karl Fulljames
the Query on this one isn't letting me see results or save the metric, unfortunately