Skip to content

noonedeadpunk/nocps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noc-ps

API for NOC-PS provisioning system

It requires xmlrpclib to be installed (xmlrpc.client for Python 3)

Simple usage:

from nocps import NocPS

NOCPS = NocPS(server="noc-ps.server.com", user="admin", password="password")
print(NOCPS.getPools())

For documentation, how to use API, and available methods, please reffer to https://www.noc-ps.com/downloads/PXE_API.html

About

API for NOC-PS provisioning system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages