Python API for IBM Verify Identity Access
Project description
PyIVIA
PyIVIA is a Python library that wraps the IBM Verify Identity Access RESTful Web services to provide a quick and easy way to construct configuration scripts for appliances.
Supported Versions
- IBM Verify Identity Access 11.0.1.0
- IBM Verify Identity Access 11.0.0.0
- IBM Security Verify Access 10.0.9.0
- IBM Security Verify Access 10.0.8.0
- IBM Security Verify Access 10.0.7.0
- 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.3
- IBM Security Access Manager 9.0.7.2
- IBM Security Access Manager 9.0.7.1
- 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/pyivia, add this to ~/.profile:
# add pyivia library to Python's search path
export PYTHONPATH="${PYTHONPATH}:${HOME}/repos/pyivia"
From IBM Security Verify Access 10.0.0.0 onwards:
Module has been build into a package Currently hosted on PyPi that can be installed using pip:
pip install pyivia
Usage
>>> import pyivia
>>> factory = pyivia.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 pyivia GitHub pages.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyivia-0.2.15.tar.gz.
File metadata
- Download URL: pyivia-0.2.15.tar.gz
- Upload date:
- Size: 103.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff1c0f0b9801dc362c2c6e4c350f450bc8a2cb42f31efa2b4a59ea3825a62071
|
|
| MD5 |
015de6680f5bb8d13f393eb86c02b2e1
|
|
| BLAKE2b-256 |
d522897a5aed292f654d961733e2405251cbb9d9e850fb7d1a8100afd22a9331
|
File details
Details for the file pyivia-0.2.15-py3-none-any.whl.
File metadata
- Download URL: pyivia-0.2.15-py3-none-any.whl
- Upload date:
- Size: 158.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb6f30de3dbd16a7a8eff26f039cb6a0a5ce401adc0c8cc62eb7de545a021e4c
|
|
| MD5 |
2a3e4cffb043ed90c8d0c29dd4a7e394
|
|
| BLAKE2b-256 |
0dc79bd90d2feb0bd836d0bad265b179e7ae98ac88e5034d4593ee6ff565c52e
|