03-02-2023 01:15 AM
Hello guys, i am trying to update the content filtering rules for all networks within a organization but i get this error
With a GET i took from a template the configuration for content filtering which i considered to be complete.
Solved! Go to Solution.
03-02-2023 05:15 AM
After investigating i found that some categories disappeared, and the new syntax is 'meraki:contentFiltering/category/C1', there needs to be added " C " before the number. The name of the category is not needed in the POST, you only see it in the GET. So the solution is using " C".
03-02-2023 01:19 AM
I even tried with the example given on the developer hub :
03-02-2023 05:07 AM
Have you tried to configure a simple content filtering policy on the dashboard , then retreived the rule via a GET ?https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-content-filtering
Looking at the documentation , it seems that the output for categories is different from what you are using. It 'should' include the category name.
https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-content-filtering-categories
03-02-2023 05:15 AM
After investigating i found that some categories disappeared, and the new syntax is 'meraki:contentFiltering/category/C1', there needs to be added " C " before the number. The name of the category is not needed in the POST, you only see it in the GET. So the solution is using " C".
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide