Navigation

    Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    1. Home
    2. Development
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • undefined

      This topic is deleted!
      •

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • M

      Update a single-value category with Api
      • mirkomatonti

      8
      0
      Votes
      8
      Posts
      83
      Views

      Philipp Hörselmann

      Hi @mirkomatonti
      do you use the i-doit open or i-doit pro?
      If you are using the open version you can find the download in the download section of https://www.i-doit.org/download/
      If you are using the pro version you can download the version from the customer portal with your customer login
      Cheers,
      Phil

    • D

      Batch Request
      • DFARehnitz

      3
      0
      Votes
      3
      Posts
      39
      Views

      Michael Overkamp

      Hallo @DFARehnitz

      du hast es zwar schon selbst herausgefunden aber hier mal ein Link zur Spezifikation von JSON Requests.
      Dort siehst du wie ein JSON aufgebaut sein muss.

      https://www.jsonrpc.org/specification

    • M

      Assign Layer-3 IP address to a virtual server
      • mirkomatonti

      3
      0
      Votes
      3
      Posts
      73
      Views

      M

      @franknagel said in Assign Layer-3 IP address to a virtual server:

      'ipv4_assignment': 1000

      Thank you for the reply ! It's exactly what I needed.

    • um3n

      Report-Manager - Extended Rackreport - Capacity in racks with location
      • um3n

      2
      0
      Votes
      2
      Posts
      45
      Views

      Philipp Hörselmann

      Hi @um3n
      I'm working on a solution
      If I'm ready, I will let you know und publish the solution.

      Cheers,
      Phil

    • ?

      Splunk integration
      • A Former User

      2
      0
      Votes
      2
      Posts
      300
      Views

      ThomasW

      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 .

    • François Leblanc

      French Translation
      • François Leblanc

      2
      0
      Votes
      2
      Posts
      72
      Views

      Philipp Hörselmann

      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

    • bmsoft

      Trouble Ticket System (TTS) config skips URL port
      • bmsoft

      2
      0
      Votes
      2
      Posts
      106
      Views

      Philipp Hörselmann

      Hey @bmsoft
      thank you for the hint.
      If this will be included in further version you can find this in the change logs.

      Best
      Phil

    • bmsoft

      API add-on bug with password CATG
      api bug module open pro • • bmsoft

      2
      0
      Votes
      2
      Posts
      102
      Views

      Philipp Hörselmann

      Hey,
      unfortunately nobody answered yet...
      Thank you for the hint.
      Best
      Phil

    • B

      Get all object data via API
      • beerygaz

      5
      0
      Votes
      5
      Posts
      1036
      Views

      A

      Thank you for the reply! This sounds much better

      While I wanted to ask again about this batch requests, I did some additionaly research...

      The only mentioning of batch request that I found in the i-doit documentation is in the "Tips and Tricks" section - the API documentation (1, 2, 3, 4) does not contain a single word.

      There is the JSON RPC 2.0 documentation, which specifies it - but the outdated PDF documentation tells me that batch is not supported.

      EDIT: ok, outdated docs tell that batch requests are supported since 1.4...

      Would be cool to get more information on that topic directly in the docs - because if you really want to do something useful with your API IMO this information is absolutely required. Otherwise you'll waste a lot of time with HTTP requests. And JSON RPC 2.0 is not that well known, that you can assume everybody knows that before. It is neither SOAP nor REST

      Nevertheless - thanks for pointing me in the proper direction! I'll try this now.

    • D

      Get all items from field
      • denniswoot

      2
      0
      Votes
      2
      Posts
      395
      Views

      D

      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" }
    • D

      Category from host
      • denniswoot

      3
      0
      Votes
      3
      Posts
      560
      Views

      D

      @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?

    • B

      Dialog plus does not show multiple entrys via api
      • beku

      5
      0
      Votes
      5
      Posts
      1397
      Views

      B

      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.
    • B

      OTRS New Version (6) Support ?
      • beh_3045

      5
      0
      Votes
      5
      Posts
      867
      Views

      creiss

      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

    • I

      Idoit created world writeable files in web temp directory
      • inf0rmix

      2
      0
      Votes
      2
      Posts
      387
      Views

      bheisig

      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.

    • A

      Changing Language in json api
      • ali

      5
      0
      Votes
      5
      Posts
      1132
      Views

      C

      This works like a charm. I was wondering the same thing. Thanks.

    • B

      Getting all objects assigned to a person
      • beh_3045

      3
      0
      Votes
      3
      Posts
      622
      Views

      B

      Thnks for your replay Its OK.

    • B

      How can i design new theme for i-doit?
      • beh_3045

      3
      0
      Votes
      3
      Posts
      1094
      Views

      creiss

      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


    • B

      OCS Import - software assignment not imported
      • beh_3045

      4
      0
      Votes
      4
      Posts
      871
      Views

      creiss

      You are welcome.

    • B

      How can i make my own ticketing system?
      • beh_3045

      3
      0
      Votes
      3
      Posts
      698
      Views

      dkirsten

      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.