Hallo,
wenn ich ein Objekt (Server) per JSON-Request anlege, klappt das. Auch eine Kategorie wie "CPU" ist kein Problem. Nur bei "Host address" wirft es einen Fehler.
Auszug Log:
–----------------------------------------------------------
_[2014-09-08 16:37:19] INFO: JSON-RPC controller started for request: array ( 'method' => 'cmdb.category.create', 'params' => array ( 'apikey' => 'XXXXXXX', 'catgID' => 'C__CATG__IP', 'objID' => '151', 'data' => array ( 'hostname' => 'serverhostname', ), ), 'id' => 2, 'version' => '2.0',)
[2014-09-08 16:37:19] INFO: Using previous authorizaton from systemapi (Testsystem)
[2014-09-08 16:37:19] INFO: Retrieving data from: category
[2014-09-08 16:37:19] INFO: Data: array (
)
[2014-09-08 16:37:19] INFO: Transmitting response: {"jsonrpc":"2.0","result":{"success":false,"message":"Error while creating category entry"},"id":2}
[2014-09-08 16:37:19] INFO: Request with id 2 transmitted._ –----------------------------------------------------------
Hat jemand eine Idee?
Danke.
Gruß
Dirk