Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. mirkomatonti
    3. Topics
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Groups 0

    Topics

    • M

      Update a single-value category with Api

      Watching Ignoring Scheduled Pinned Locked Moved Development
      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
    • M

      Ip-Adresse einem Objekt via API zuweisen

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      2
      0 Votes
      2 Posts
      304 Views
      Philipp HörselmannP
      Hey @mirkomatonti folgend findest du ein kurzes Beispiel einem Objekt eine IP zuzuweisen: { "jsonrpc": "2.0", "method": "cmdb.category.save", "params": { "category": "C__CATG__IP", "apikey": "APIKEY", "object": OBJECTID, "data": { "ipv4_address": "12.34.56.189", "hostname": "myserver", "domain": "domain.name", "primary": 1, "ipv4_assignment": 2, "net_type": 1, "active": 1, "id": 245 } }, "id": TENANT-ID } Viele Grüße Phil
    • M

      Assign Layer-3 IP address to a virtual server

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      0 Votes
      3 Posts
      814 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.