migros / fotoobo

The mighty Fortinet toolbox
https://fotoobo.readthedocs.io/
GNU Lesser General Public License v3.0
17 stars 2 forks source link

fortimanager.post() should return list of objects that had errors instead of just the number of errors #40

Closed lucmurer closed 1 year ago

lucmurer commented 1 year ago

At the moment fortimanager.post() only return the number of objects that could not be set. It would be better to return a list of the objects with the corresponding error codes (as returned by the FortiManager instance).

patrikspiess commented 1 year ago

is subissue of #101