python-foreman
python-foreman copied to clipboard
Python Class to communicate with Foreman via API v2
For update api PUT requests, Foreman is expecting params to be sent inside 'resource type' dict (similar to 'create'). For example - { "id": , "": { "param1": "value", "param2":...
A minor update to also backup the the auth_source_ldaps settings.
Hi, could you explain why you change the type of the search_resource function ? ``` if len(result) == 1: return result[0] ``` I can always do a workaround by testing...