Best practice is use direct connect from Splunk by using API (JSON- RPC) call to I-dot database. https://kb.i-doit.com/pages/viewpage.action?pageId=37355644 .
Hey @François-Leblanc
out of the box i-doit only supports englisch and german languages.
Changing the language in the database is not the best solution. It would be better to create custom language files. You will find more informations here : https://kb.i-doit.com/display/en/Localization#Localization-LanguageConstants
Best
Phil
I found it how to get all times with the following code:
{
"version": "2.0",
"method": "cmdb.objects.read",
"params": {
"filter": {
"type_title": "LC__OBJTYPE__OPERATING_SYSTEM"
},
"apikey": "2i30sgvmvl",
"sort": "ASC"
},
"id": "1"
}
@mike-vogel
Thanks it works.! I was struggeling with cmdb.object.update, but this was not working ofc.
Many thanks.
One more question is there are English documentation in pdf?
Its no possible in 1.10 to have two different Dialog+ Fields with the same value. This was possible in 1.9 versions though.
To reproduce create 2 custom dialog+ fields. For example use "SSH User Groups" und "SSH Server Groups".
In "Dialog-Admin" -> "Custom Dialog+" try to enter the same value (e.g. QA) into both. This results in the following error:
Error!
General error: Following values could not be saved because it would lead to duplicate entries: QA
Its possible to enter a numeric "0" into a dialog+ field via api but not via the administration ui.
You can try translating the website via Google Translate:
https://translate.google.de/translate?sl=de&tl=en&js=y&prev=_t&hl=de&ie=UTF-8&u=https%3A%2F%2Fwww.i-doit.com%2Fprodukte%2Fadd-ons%2F&edit-text=&act=url
There you can find the Add-ons and names of the vendors.
Kind regards,
Christian
Thanks for your bug report. I filed an issue in our bug tracker. This should be fixed in one of the next i-doit releases.
Tip: i-doit pro users may use our help center to keep track of assigned issues.
Hey,
Not sure if this is helpful, but currently we are working on an Add-on to let the users customize the design. It's not making i-doit responsive and doesn't make the structure itself changeable but it makes all the colors customizable.
I added two screenshots of the current beta. If you are interested in it, please let me know.
Kind Regards,
Christian
[image: 1579_design%20add-on1.png]
[image: 1581_design%20add-on2.png]
The esxisting implementations use the API to access i-doit objects and either store them in the ticket system or store a link to them.
The ticket category within i-doit can be extended, but you have to write your own code. If you are interested in details, feel free to contcat me via PM.
Hi,
you may find the API documentation in our knowledge base. Additionally, there are two useful links mentioned in this article: a PDF file with information about each RPC method (a little bit outdated). And a link to information about each category: https://your-i-doit-instance.example.org/index.php?load=api_properties
Benjamin
Hi,
It seems that this could be an issue within the API client. So this has nothing to do with i-doit itself. I recommend to raise a new issue. While doing so please post some more information, e. g.:
API client version
Complete output of make initialize
Used PHP version and operating system
I am able to reproduce your second error with the latest version of the API client and PHP 7.0.8 (Ubuntu 16.10).
Greetings,
Benjamin