smc-python
smc-python copied to clipboard
Forcepoint Security Management Center python library:(Moved to official Forcepoint repo)
Hello, I dont know if I missed something, I have to create a exceptions on a Phase-1 ID (change default IP addres ID to a email ID to a specific...
Hello, The "metrics" options seems to not be available when creating a route (cf. https://smc-python.readthedocs.io/en/latest/pages/reference.html#smc.core.route.Routing.add_static_route) , while it is possible in API. I think it would be great to get...
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!
Hi David, I am trying to add VLAN interfaces to an existing layer3 physical interface of a cluster. ``` cluster.physical_interface.add_layer3_vlan_cluster_interface( interface_id=9, vlan_id=123, cluster_virtual='10.0.0.1', network_value='10.0.0.0/24', # cvi_mode='packetdispatch' ) ``` Unfortunately this...
I try to create a dynamically updated URL-List to handle some Emotet outbreaks. For that im using the following online blacklist: 'https://urlhaus.abuse.ch/downloads/text_online/' Apparently some of the URLs in there are...
Hello David, Do you have any idea when a stable 0.7 version will be released ? Best regards, Etienne
Hi David, I have to update or create a Geolocation element in SMC. Using `ipython`, I notice that the request `update_or_create( with_status=True )` return always `updated = True` after creation....
Hi David, We work actually on a script to clean some elements on a multi-domain SMC. Today, this script works well when we do a loop on all domain to...
Hi David, I'm working on an SMC with domains. Some object are on the shared domain, others in domains. When I'm connected to a specific domain, I can access to...
Hi David, I hesitated a lot before creating this issue, but I think it makes a real misunderstanding. The SMC_CLIENT_CERT option in the.smcrc file suggests that it is a certificate...