Skip to main content

SWToolz-Core API wrapper.

Project description

SWToolz-Core API wrapper

Make queries to Swtoolz-Core (forked from xcme/swtoolz-core) easier than ever.

Install

pip install swtoolz

Examples

Enable port 10 on switch 10.90.90.90

from swtoolz import SWToolz

swtoolz_community_number = 2
swtoolz_port = 7377

swt = SWToolz('swtoolz_url', 'swtoolz_user', swtoolz_community_number, swtoolz_port)
swt.change_port_admin_state('10.90.90.90', 10, 'enabled')

Available methods

get_port_admin_state(device_ip, port_num, media='copper')

Returns admin state of port in human-readable format ('enabled'/'disabled')

change_port_admin_state(device_ip, port_num, target_state)

Changes admin state of port to target_state ('enabled'/'disabled').

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swtoolz-0.2.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

swtoolz-0.2.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page