I Could Not Find It. What Is The Name Of The add-on? Or Download Link?
Thank You For your Answer.
Posts made by beh_3045
-
RE: OTRS New Version (6) Support ?
-
Getting all objects assigned to a person
hi,
I'm using i-doit api for getting data from system.
now I can get all contact assignments of an object using api,for example all contacts that are assigned to a client.
but now I want to get All objects that are assigned to a person,
for example all switches,clients,servers,… that are assigned to a specific user.
is there any way to do this using api or a sql query? -
OCS Import - software assignment not imported
hi,i use i-doit version 1.8.3.1 and ocs inventory version 2.3.1
ocs inventory has fetched software and hardware information completely but when I import data to i-doit,software assignment only includes operating system.what is the problem and how to fix it? -
How can i make my own ticketing system?
how can i make my own ticketing system? (like otrs,rt,itop)
is it possible with API? -
How can i design new theme for i-doit?
hi
is it possible to make new theme for i-doit different from smarty? use bootstrap or responsive design? -
Updating objects inner items
hi, im using this json format to update title of an object
{
"version": "2.0",
"params": {
"apikey" : "1evk8k9r5e",
"id" : "45",
"title" : "test_title"
},
"id": "1",
"method": "cmdb.object.update"
}
but i want to update or add new inner properties like model,cpu,memory etc..
for example i want to add two cpu's to a device or update a cpu's frequency
how can i do this by calling api using json? is there a good documentation for parameteres that can be used for each function? -
RE: PHP i-doit API Client "Creating is not possible here."
Thank you so much,You saved my day!
-
PHP i-doit API Client "Creating is not possible here."
in PHP i-doit API Client module,method cmdb.objects.create/update does exist??????? or our using method is incorrect?