• i-doit API and Power BI Desktop integration

    2
    0 Votes
    2 Posts
    289 Views
    R
    @Irmantas Hey Irmantas, do you find a solution to read out informations form i-doit api and get in in Power BI? I´m looking also for a solution for this case. Best greadings Robert
  • Problems creating person objects

    3
    0 Votes
    3 Posts
    114 Views
    Michael HuhnM
    And here are the corrected categories { "method": "cmdb.object.create", "params": { "categories": { "C__CATS__PERSON_LOGIN": [ { "disable_login": 1, "username": "logonname" } ], "C__CATS__PERSON_MASTER": [ { "assigned_organization": 31, "phone_company": "+049 3641 111 111", "mail_address": "firstname.lastname@domain.com", "last_name": "lastname", "first_name": "firstname" } ] }, "title": "firstname lastname", "apikey": "apikey", "type": "C__OBJTYPE__PERSON" }, "id": 343653293, "jsonrpc": "2.0" } You can find the Constants here -> https://kb.i-doit.com/en/i-doit-pro-add-ons/api/index.html#attribute-documentation
  • Report manager - search by Operating system doesn't

    5
    0 Votes
    5 Posts
    377 Views
    M
    @Michael-Huhn Great! Hot fix did the job: [image: 1702035027806-40689a91-845d-47c5-bfc9-fed575095dd4-image.png] now is ID used correctly Thank you
  • API create object from template

    26
    0 Votes
    26 Posts
    3k 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
  • problem with i-doit event

    1
    0 Votes
    1 Posts
    359 Views
    No one has replied
  • API search for it service relations of cables

    2
    0 Votes
    2 Posts
    435 Views
    huH
    push, push
  • Validation error appears in API 1.12.3

    3
    0 Votes
    3 Posts
    510 Views
    F
    Thank @Michael-Overkamp! I confirm that the hotfix solves the issue.
  • Bug reintroduced? Updating a single-value category via API

    1
    0 Votes
    1 Posts
    346 Views
    No one has replied
  • Get all object data via API

    7
    0 Votes
    7 Posts
    3k 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 }, }
  • quick configuration wizard does not working

    8
    0 Votes
    8 Posts
    732 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?
  • Linking two objects together via API

    2
    0 Votes
    2 Posts
    439 Views
    Michael HuhnM
    Hello @SHQuinn4Com, short and painless cmdb.category.save = Key -> object cmdb.category.create = Key -> objID
  • Software assignment with version not always working

    5
    0 Votes
    5 Posts
    937 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
  • API password encoding

    3
    0 Votes
    3 Posts
    637 Views
    F
    Thank you @lfischer . That solved the issue, now the API returns the password decrypted.
  • Replication of application version attribute

    1
    0 Votes
    1 Posts
    436 Views
    No one has replied
  • Upload file using API

    3
    0 Votes
    3 Posts
    575 Views
    F
    @michael-overkamp It works fine now. Thank you!
  • Application Dependancy Mapping

    1
    0 Votes
    1 Posts
    434 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Update a single-value category with Api

    8
    0 Votes
    8 Posts
    1k 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
  • Batch Request

    3
    0 Votes
    3 Posts
    592 Views
    Michael HuhnM
    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
  • Assign Layer-3 IP address to a virtual server

    3
    0 Votes
    3 Posts
    741 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.