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

      This topic is deleted!

      • • A Former User
      2
      0
      Votes
      2
      Posts
      42
      Views

      No one has replied

    • KleinrottiK

      API create object from template

      • • Kleinrotti
      26
      0
      Votes
      26
      Posts
      1.4k
      Views

      M

      @mamawe said in API create object from template:

      @Kleinrotti I can confirm that this works with API version 1.13 too.

      Just tested with API version 1.13.1: it works there too, but has to be inserted at line 292.

      Kind regards,
      Mathias

    • S

      problem with i-doit event

      • • sama
      1
      0
      Votes
      1
      Posts
      148
      Views

      No one has replied

    • huH

      API search for it service relations of cables

      • • hu
      2
      0
      Votes
      2
      Posts
      207
      Views

      huH

      push, push

    • F

      Validation error appears in API 1.12.3

      • • fa__
      3
      0
      Votes
      3
      Posts
      236
      Views

      F

      Thank @Michael-Overkamp!

      I confirm that the hotfix solves the issue.

    • M

      Bug reintroduced? Updating a single-value category via API

      • • manidu
      1
      0
      Votes
      1
      Posts
      146
      Views

      No one has replied

    • B

      Get all object data via API

      • • beerygaz
      7
      0
      Votes
      7
      Posts
      1.9k
      Views

      U

      @arthur-koch
      yes it is, but afaik there is no documentation.
      In python looks somehow like this:

      data = { 'id': 1, 'version': '2.0', 'method': 'cmdb.object_type_categories.read', 'params': { 'apikey': self.apikey, 'language': self.language, 'type': obj_id }, }
    • Jung Hoon LeeJ

      quick configuration wizard does not working

      • • Jung Hoon Lee
      8
      0
      Votes
      8
      Posts
      401
      Views

      Jung Hoon LeeJ

      @michael-overkamp i'm so sad my picture was so big size that i can't send you 😞 anyway i was checked it what u said it pressed check button and it was be turn red cross sign(hide) and the title font was changed and i press "Accept" button, but notthing changed it and notthing Accepted it

      i have strange one another things, i can't be change status be hide another one should i need to re-install cmdb whole thing?

    • S

      Linking two objects together via API

      • • SHQuinn4Com
      2
      0
      Votes
      2
      Posts
      227
      Views

      Michael OverkampM

      Hello @SHQuinn4Com,

      short and painless 😆

      cmdb.category.save = Key -> object
      cmdb.category.create = Key -> objID

    • F

      Software assignment with version not always working

      • • fa__
      5
      0
      Votes
      5
      Posts
      679
      Views

      LFischerL

      Hey @fa__

      yes, that's correct - working with the ID will work, since i-doit does not have to "look up" the correct version on its own. I have created a bug ticket for the this 🙂 Thanks for finding this issue!

      Best regards
      Leo

    • F

      API password encoding

      • • fa__
      3
      0
      Votes
      3
      Posts
      352
      Views

      F

      Thank you @lfischer .
      That solved the issue, now the API returns the password decrypted.

    • F

      Replication of application version attribute

      category custom • • fa__
      1
      0
      Votes
      1
      Posts
      234
      Views

      No one has replied

    • F

      Upload file using API

      • • fa__
      3
      0
      Votes
      3
      Posts
      284
      Views

      F

      @michael-overkamp
      It works fine now.

      Thank you!

    • E

      Application Dependancy Mapping

      adm • • emehler
      1
      0
      Votes
      1
      Posts
      225
      Views

      No one has replied

    • ?

      This topic is deleted!

      • • A Former User
      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • M

      Update a single-value category with Api

      • • mirkomatonti
      8
      0
      Votes
      8
      Posts
      625
      Views

      Philipp HörselmannP

      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
      374
      Views

      Michael OverkampM

      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
      467
      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.

    • um3nU

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

      • • um3n
      2
      0
      Votes
      2
      Posts
      340
      Views

      Philipp HörselmannP

      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
      620
      Views

      ThomasWT

      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 .