Override Configuration
Use
action=override
to
override a setting that was pushed to a firewall from a template.
Use the xpath
parameter to specify the location
of the object to override. - Override the SNMP Trap profile configuration settings that were pushed to the firewall using a template:curl -X GET "https://<firewall>/api/?key=<apikey>&type=config&action=override&xpath=/config/shared/log-settings/snmptrap&element=<entry name="snmp" src="tpl"><version src="tpl"><v2c src="tpl"><server src="tpl"><entry name="test" src="tpl"><manager src="tpl">2.2.2.2</manager><community src="tpl">test</community></entry></server></v2c></version></entry>"Confirm that the XML response for the request looks like the following:<response status="success" code="20"> <msg>command succeeded</msg> </response>
Most Popular
Recommended For You
Recommended Videos
Recommended videos not found.