Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
/ smc-python Public archive

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

License

Notifications You must be signed in to change notification settings

gabstopper/smc-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

232 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status GitHub release

smc-python

Python based library to provide the ability to interact with the Stonesoft Management Center API. Provides automation capabilities for any environment that interact with the SMC and remotely.

Some of the functionality you get with the SMC Python API:

  • Create any engine types; single firewall, cluster firewalls, ips engines, layer 2 firewalls, master engine and virtual engines.
  • Engine operations such as enabling/disabling AV, GTI, default NAT, Contact Addresses, etc
  • Add / remove interfaces
  • Add / remove routes
  • Engine level commands such as rebooting, going offline, policy push, enable/disable SSH, etc.
  • Create and modify all network element objects such as Host, Network, Address Ranges, Domain Names, etc.
  • Policy control (create rules, delete rules) for layer 3 firewall policies
  • VPN Policy control and creation
  • Management / Log Server settings configuration
  • Admin User creation and modification
  • System level control (update system packages, update engines, global blacklisting, etc
  • Search operations for any object type by name, href and by filter
  • Collections interface to view all objects by type
Requirements

Python 2.7 Python 3.4, 3.5 (version >- 0.4) Requests Security Management Center version 5.10, 6.0+

Getting Started

Installing package

use pip

pip install git+https://github.com/gabstopper/smc-python.git

download the latest tarball: smc-python, unzip and run

python setup.py install

Testing

Included are a variety of test example scripts that leverage the API to do various tasks in /examples

Basics

Before any commands are run, you must obtain a login session. Once commands are complete, call smc.logout() to remove the active session.

from smc import session

session.login(url='http://1.1.1.1:8082', api_key='xxxxxxxxxxxxx')
....do stuff....
session.logout()

Once a valid session is obtained, it will be re-used for each operation performed.

Please see the read-the-docs documentation above for a full explanation and technical reference on available API classes.

View Documentation on Read The Docs

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •