Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. jakob
    3. Best
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 8
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Erstellen von Beziehungen über die API

      @jakob

      Hier der funktionierende Request:

      {
              "jsonrpc": "2.0",
              "method": "cmdb.category.save",
              "params": {
                  "category": "C__CATG__FORMFACTOR",
                  "object": "ID vom RACK",
                  "data" : {
                               "rackunits": 48
                   },
                  "apikey": "xxx"
          },
          "id": 1
      }
      

      Das Rack muss natürlich zuvor erstellt werden.

      posted in Entwicklung
      J
      jakob