Categories

  • 630 Topics
    2k Posts
    I
    Hello, question about server user account management, can I use the -Access permissions field?[image: 1750343177923-812ea873-8989-454e-a91c-b9a3befc4778-image.png] The information for adding user data is only visible on the server, this information does not appear on the personnel card, why? [image: 1750343450325-da8dc177-55d2-477e-a144-bc8a21c4d915-image.png]
  • 4k Topics
    16k Posts
    M
    Moin, wenn ich über die API "cmdb.condition.read" ausführen möchte, kriege ich folgende Fehlermeldung: { "id": 1763477213944907450, "jsonrpc": "2.0", "error": { "code": -32099, "message": "i-doit system error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 7", "data": null } } Mein Code resp = CMDB_SESSION.post(CONFIG['IDOIT_API_URL'], json={ "version": "2.0", "method": "cmdb.condition.read", "params": { "language": "en", "apikey": CONFIG['IDOIT_API_KEY'], "conditions": [ { "comparison": "like", "property": "f_text_c_ipmi_dns", "value": "asdf.de", } ] }, "id": time.time_ns(), }) print(json.dumps(resp.json()))