mcphargus / python-glpi

A python interface to the GLPI webservices plugin
GNU General Public License v2.0
15 stars 9 forks source link

What is the "'id':infocoms_id" ? #14

Open KongNan opened 4 years ago

KongNan commented 4 years ago

In GLPIClient.py, line 416:

params = {'method':'glpi.getInfoComs', 'session':self.session, 'id':infocoms_id, 'itemtype':itemtype}