smc-python
smc-python copied to clipboard
Forcepoint Security Management Center python library:(Moved to official Forcepoint repo)
Hello, This is first DHCP server element implementation Dear
Hi David, i saw in policy.tunnels capabilities to list all tunnels generated by SMC. i would like to do the same on RBVPN  for tunnel in rbvpn.tunnels: print(tunnel) my...
Hello, I have add the endpoint feature ;) dear
PyCharm gives:  According to https://stackoverflow.com/questions/2852283/python-naming-a-module-that-has-a-two-word-name we should either go smc_python (or smcpython altogether). It is of course up to you to decide whichever avenue you'd like to go to...
On a "properly configured" engine with VPN and 'VPN Client'-attaching enabled, ```python Engine('Name').vpn.vpn_client.update(windows_update=False, antivirus=False) ``` fails: ```python File ".py", line 56, in main Engine('Name').vpn.vpn_client.update(windows_update=False, antivirus=False) File "/home/sntentos/Documents/Forcepoint/PycharmProjects/createMLConfiguration/venv/lib/python3.5/site-packages/smc/base/model.py", line 460, in...
Hi David, How to add a RouteMap in a BGP Peering object ? Thanks in advance, 
On the FirewallTemplatePolicy docstring, there is the example: ```python policy = FirewallPolicy('Amazon Cloud') for rule in policy.template.fw_ipv4_access_rules.all(): print rule ``` I tried to print from a policy template in-the-making, which...
Hi David, Is it possible to manage "transactions", sets of instructions that must all be executed, or none? For example, I want to create a "site": a firewall, a router,...