pyivia


Namepyivia JSON
Version 0.2.24 PyPI version JSON
download
home_pagehttps://github.com/lachlan-ibm/pyivia
SummaryPython API for IBM Verify Identity Access
upload_time2025-08-07 01:01:23
maintainerNone
docs_urlNone
authorLachlan Gleeson
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # 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`:
```sh
# 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:

```sh
pip install pyivia
```

## Usage

```python
>>> 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](https://lachlan-ibm.github.io/pyivia/index.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lachlan-ibm/pyivia",
    "name": "pyivia",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Lachlan Gleeson",
    "author_email": "lgleeson@au1.ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/5e/7c/6935d50cdebd639c86d0b474cc752c47c4a620ebd64eadba8533f771f31a/pyivia-0.2.24.tar.gz",
    "platform": null,
    "description": "# PyIVIA\n\nPyIVIA is a Python library that wraps the IBM Verify Identity Access RESTful Web services to provide a\n\nquick and easy way to construct configuration scripts for appliances.\n\n**Supported Versions**\n- IBM Verify Identity Access 11.0.1.0\n- IBM Verify Identity Access 11.0.0.0\n- IBM Security Verify Access 10.0.9.0\n- IBM Security Verify Access 10.0.8.0\n- IBM Security Verify Access 10.0.7.0\n- IBM Security Verify Access 10.0.6.0\n- IBM Security Verify Access 10.0.5.0\n- IBM Security Verify Access 10.0.4.0\n- IBM Security Verify Access 10.0.3.1\n- IBM Security Verify Access 10.0.3.0\n- IBM Security Verify Access 10.0.2.0\n- IBM Security Verify Access 10.0.1.0\n- IBM Security Verify Access 10.0.0.0\n- IBM Security Access Manager 9.0.7.3\n- IBM Security Access Manager 9.0.7.2\n- IBM Security Access Manager 9.0.7.1\n- IBM Security Access Manager 9.0.7.0\n- IBM Security Access Manager 9.0.6.0\n- IBM Security Access Manager 9.0.5.0\n- IBM Security Access Manager 9.0.4.0\n- IBM Security Access Manager 9.0.3.0\n- IBM Security Access Manager 9.0.2.1\n- IBM Security Access Manager 9.0.2.0\n\n## Installation\n\nFor Linux/macOS: if you clone the library to `~/repos/pyivia`, add this to `~/.profile`:\n```sh\n# add pyivia library to Python's search path\nexport PYTHONPATH=\"${PYTHONPATH}:${HOME}/repos/pyivia\"\n```\n\n## From IBM Security Verify Access 10.0.0.0 onwards:\nModule has been build into a package Currently hosted on PyPi that can be installed using pip:\n\n```sh\npip install pyivia\n```\n\n## Usage\n\n```python\n>>> import pyivia\n>>> factory = pyivia.Factory(\"https://isam.mmfa.ibm.com\", \"admin\", \"Passw0rd\")\n>>> web = factory.get_web_settings()\n>>> resp = web.reverse_proxy.restart_instance(\"default\")\n>>> if resp.success:\n...     print(\"Successfully restarted the default instance.\")\n... else:\n...     print(\"Failed to restart the default instance. status_code: %s, data: %s\" % (resp.status_code, resp.data))\n...\nSuccessfully restarted the default instance.\n```\n\n## Documentation\nDocumentation for using this library can be found on [pyivia GitHub pages](https://lachlan-ibm.github.io/pyivia/index.html).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python API for IBM Verify Identity Access",
    "version": "0.2.24",
    "project_urls": {
        "Documentation": "https://lachlan-ibm.github.io/pyivia",
        "Homepage": "https://github.com/lachlan-ibm/pyivia",
        "Source": "https://github.com/lachlan-ibm/pyivia",
        "Tracker": "https://github.com/lachlan-ibm/pyivia/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b3ed8be94ac53d7b14f880bc688c7f88bcb64837a5d8ab371d7d7eb228954a51",
                "md5": "afe6ebb7c7bb0a8d04051486c0b28174",
                "sha256": "bbdb89ce4de13b7dbceeea7e751fb11923adf2883b6e5f08099f2d1ec574b3be"
            },
            "downloads": -1,
            "filename": "pyivia-0.2.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "afe6ebb7c7bb0a8d04051486c0b28174",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 163802,
            "upload_time": "2025-08-07T01:01:22",
            "upload_time_iso_8601": "2025-08-07T01:01:22.427732Z",
            "url": "https://files.pythonhosted.org/packages/b3/ed/8be94ac53d7b14f880bc688c7f88bcb64837a5d8ab371d7d7eb228954a51/pyivia-0.2.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e7c6935d50cdebd639c86d0b474cc752c47c4a620ebd64eadba8533f771f31a",
                "md5": "b86b93b0929ba4f5f4a976802efc0099",
                "sha256": "1a09d270771b7203f5379ee4a3b5741712dc528428a055676894f276227c4ffd"
            },
            "downloads": -1,
            "filename": "pyivia-0.2.24.tar.gz",
            "has_sig": false,
            "md5_digest": "b86b93b0929ba4f5f4a976802efc0099",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 108224,
            "upload_time": "2025-08-07T01:01:23",
            "upload_time_iso_8601": "2025-08-07T01:01:23.737738Z",
            "url": "https://files.pythonhosted.org/packages/5e/7c/6935d50cdebd639c86d0b474cc752c47c4a620ebd64eadba8533f771f31a/pyivia-0.2.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-07 01:01:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lachlan-ibm",
    "github_project": "pyivia",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyivia"
}
        
Elapsed time: 1.11606s