API updating AMP Youtube Content and Web Search Filtering

TBMO
New here

API updating AMP Youtube Content and Web Search Filtering

not the most important but i'm trying to see if anybody is aware of how to update these settings for an MX device via the V1 API. documentation shows updateNetworkApplianceSecurityMalware as an available request but the youtube content and web filter options seemingly aren't offered as arguments to configure. any help is appreciated!

1 Reply 1
judywatson
New here

To update the YouTube content and web search filtering settings for an MX device using the Meraki Dashboard API V1, you can use the following steps:

Retrieve the current configuration for the MX device using the API. You can make a GET request to the following endpoint:

/networks/{networkId}/appliance/security/malware

Replace {networkId} with the actual ID of your network.

Once you have the current configuration, modify the settings for YouTube content and web search filtering accordingly.

To update the configuration, make a PUT request to the following endpoint:

/networks/{networkId}/appliance/security/malware

Include the modified settings in the request payload.

The payload should be in JSON format and include the necessary parameters for configuring the YouTube content and web search filtering [ https://lenovonetfilter.com/resource/five-common-web-filtering-questions-answered ]. Refer to the API documentation for the specific parameters and their values.

Send the PUT request with the updated payload to update the configuration.

Make sure you have the appropriate API access and authentication to perform these operations. The Meraki Dashboard API documentation provides more detailed information on the request payload structure and the available parameters.





Get notified when there are additional replies to this discussion.