Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.14 KB

idoitAPI

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.


i-doit documentation

Have a look at the i-doit documentation

JSON-RPC

If you dont't know JSON-RPC, read this

Working with i-doit

  • Sometimes you'll need to specifiy the object ID as 'id': 12345, sometimes it's just the ID 12345. 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.

Sphinx documentation

Can be found here