python-foreman icon indicating copy to clipboard operation
python-foreman copied to clipboard

Python Class to communicate with Foreman via API v2

Results 3 python-foreman issues
Sort by recently updated
recently updated
newest added

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...

question