Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

adzhurinskij/phpipam-api-pythonclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpipam-api-pythonclient

Python Library for PHPIPAM API

Tested on API v1.3

Installation

pip install git+https://github.com/adzhurinskij/phpipam-api-pythonclient

Usage

from phpipam_api_pythonclient.phpipam import PHPIPAM

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

print ipam.read_devices()
print ipam.read_devices(id=20)

print ipam.generic(
    controller="vlans",
    method="GET"
)

About

Python Library for PHPIPAM API >= 1.2 version (deprecated, use https://github.com/adzhurinskij/phpipam-client)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages