This project is work in progress, use at your own risk!
It's just a python class and i have no intend to create a python package.
Have a look at the i-doit documentation
If you dont't know JSON-RPC, read this
- Sometimes you'll need to specifiy the object ID as
'id': 12345
, sometimes it's just the ID12345
. For example not'manufacturer': {'id': 3}
, just'manufacturer': 3
. - Have a look at the categories, you'll need them.
- There are documented methods that work but seems to be old. For example
cmdb.location_tree
which is not listed on API Methoden.
Can be found here