smc-python icon indicating copy to clipboard operation
smc-python copied to clipboard

Creating ipv4 access rules function is not working

Open amrmekky28 opened this issue 4 years ago • 1 comments

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!

amrmekky28 avatar Dec 20 '20 08:12 amrmekky28

You should check https://github.com/Forcepoint/fp-NGFW-SMC-python as that is the official package for accessing API using Python.

kalevivt avatar Dec 20 '20 12:12 kalevivt