smc-python
smc-python copied to clipboard
Creating ipv4 access rules function is not working
policy.fw_ipv4_access_rules.create(name='223', sources='any',destinations='any',services=[TCPService('SSH')],action='discard')
please update this function because it is not working!
You should check https://github.com/Forcepoint/fp-NGFW-SMC-python as that is the official package for accessing API using Python.