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

Forcepoint Security Management Center python library:(Moved to official Forcepoint repo)

Results 18 smc-python issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/4262540/47347606-ea1a1980-d6af-11e8-97ec-87eec2f15049.png) for tunnel in rbvpn.tunnels: print(tunnel) my...

enhancement

Hello, I have add the endpoint feature ;) dear

PyCharm gives: ![image](https://user-images.githubusercontent.com/133706/39300561-cb4d6fc2-4954-11e8-9daf-907e37f5707e.png) 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, ![image](https://user-images.githubusercontent.com/4262540/46954671-79607500-d091-11e8-9745-91a31d93baa6.png)

enhancement

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,...

enhancement