michael-batz / yourCMDB

A flexible asset management tool. See our new OpenSource project based on the idea of yourCMDB: DATAGERRY
https://datagerry.com/yourCMDB
19 stars 6 forks source link

ExportAPI: improve error handling #16

Open michael-batz opened 8 years ago

michael-batz commented 8 years ago

Wrong user inputs in specific fields of objects prevent the ExportAPI from exporting a specific object. For example, if an invalid IP address was entered and the object should be exported to OpenNMS. In such cases, the ExportAPI ignores the whole object or parts of it. At the moment, there is no output to the user in such cases.

The export state of an object should be saved to the database and shown to the user on the WebUI.