Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. tsd
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    tsd

    @tsd

    0
    Reputation
    26
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 24

    tsd Unfollow Follow

    Latest posts made by tsd

    • RE: Cmdb.impact relation_type um alle Gebäude und Räume aufzulisten

      Lösung ist noch nicht in der aktuellen RPC-Doku drin.
      Befehl heißt cmdb.location_tree
      Parameter id

      posted in Entwicklung
      T
      tsd
    • Cmdb.impact relation_type um alle Gebäude und Räume aufzulisten

      Hi,
      ich versuche mir mit cmdb.impact über die RPC-Schnittstelle alle Gebäude und alle darin enthaltenen Gebäude auszugeben.
      Leider funktioniert es mit dem relation_type "is_location_of" nicht, da dort für jedes Element der Elternelement ausgegeben wird.
      Geplant ist ein Menu welches wie folgt aussieht

      • Gebäude 1

        • Raum1

          • Objekt 1

          • Objekt 2

        • Raum2

      • Gebäude 2

      Ich benötige also einmal den Relation Type für das holen aller Gebäude bzw. Räume und dann ein Relation Type um alle Objekte eines Raums zu holen.
      Wäre super, wenn mir da jemand helfen könnte.
      Gruß Tsd

      posted in Entwicklung
      T
      tsd
    • RE: JSON cmdb.object_type_categories

      Danke das war der Fehler!

      posted in Entwicklung
      T
      tsd
    • JSON cmdb.object_type_categories

      Hi,
      ich bekomme beim JSON Aufruf der Funktion "cmdb.object_type_categories" folgende Fehlermeldung (Apache Log)

      PHP Fatal error:  Call to a member function get_row() on a non-object in /var/www/src/classes/api/model/cmdb/isys_api_model_cmdb_object_type_categories.class.php on line 138

      Übergebene Paramtere sind:
      "version": "2.0",
      "method": "cmdb.object_type_categories",
      "id": "1",
      "params": {"id":"19",
      "session": {"username": "admin",
      "password": "md5hash",
      "language": "de","mandator": 1
      }}}'

      Hat jemand eine Idee, was da falsch läuft?

      posted in Entwicklung
      T
      tsd