Python API for IBM Security Verify Access
Project description
PyISAM
PyISAM is a Python library that wraps the IBM Security Verify Access RESTful Web services to provide a quick and easy way to construct configuration scripts for appliances.
Supported Versions
- IBM Security Verify Access 10.0.6.0
- IBM Security Verify Access 10.0.5.0
- IBM Security Verify Access 10.0.4.0
- IBM Security Verify Access 10.0.3.1
- IBM Security Verify Access 10.0.3.0
- IBM Security Verify Access 10.0.2.0
- IBM Security Verify Access 10.0.1.0
- IBM Security Verify Access 10.0.0.0
- IBM Security Access Manager 9.0.7.0
- IBM Security Access Manager 9.0.6.0
- IBM Security Access Manager 9.0.5.0
- IBM Security Access Manager 9.0.4.0
- IBM Security Access Manager 9.0.3.0
- IBM Security Access Manager 9.0.2.1
- IBM Security Access Manager 9.0.2.0
Installation
For Linux/macOS: if you clone the library to ~/repos/pyisva
, add this to ~/.profile
:
# add pyisva library to Python's search path
export PYTHONPATH="${PYTHONPATH}:${HOME}/repos/pyisva"
From IBM Security Verify Accesss 10.0.0.0 onwards:
Module has been build into a package Currently hosted on PyPi that can be installed using pip:
pip install pyisva
Usage
>>> import pyisva
>>> factory = pyisva.Factory("https://isam.mmfa.ibm.com", "admin", "Passw0rd")
>>> web = factory.get_web_settings()
>>> resp = web.reverse_proxy.restart_instance("default")
>>> if resp.success:
... print("Successfully restarted the default instance.")
... else:
... print("Failed to restart the default instance. status_code: %s, data: %s" % (resp.status_code, resp.data))
...
Successfully restarted the default instance.
Documentation
Documentation for using this library can be found on pyisva GitHub pages.
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
pyisva-0.2.0.tar.gz
(98.2 kB
view details)
File details
Details for the file pyisva-0.2.0.tar.gz
.
File metadata
- Download URL: pyisva-0.2.0.tar.gz
- Upload date:
- Size: 98.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c41bb2546537579a1ac1704579ed755d24ea32008d8167c00953933e1f9b583 |
|
MD5 | 0321d34728996ff4fe52c06e64e4b98c |
|
BLAKE2b-256 | 15c5aa2619389c90994cf40fa6ce75fd9af05a05cb15f0eea892ba8aac527bd8 |