/phpipam-pythonlib

Python Library for PHPIPAM API

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

phpipam-pythonlib

Python Library for PHPIPAM API

Tested on API v0.9

Note: There is a known problem with the API implementation of Subnets::createSubnets() in v0.9 of the API. You will not be able to create new subnets unless you modify the following file: https://github.com/enovance/phpipam/blob/master/api/models/subnet.php. Hopefully these issues will be addressed in the next release.

Requirements

Python Rijndael AES implmementation:

Usage

ipam = PHPIPAM("phpipam.example.com", "api_id", "api_key")
print ipam.read_sections()