The Director aims to be your new favourite Icinga config deployment tool. Director is designed for those who want to automate their configuration deployment and those who want to grant their “point & click” users easy access to the configuration.
when creating a userGroup via the http api, 500 Internal Server Error with "{"status":"error","message":"Not found"}" gets returned but object gets created as requested
Expected Behavior
when creating a userGroup via the http api and the object gets created successfully, the response code should be 201 Created
Current Behavior
when creating a userGroup via the http api, 500 Internal Server Error with "{"status":"error","message":"Not found"}" gets returned but object gets created as requested
Possible Solution
fix message and responscode when object successfully got created
Steps to Reproduce (for bugs)
run
and check the response code
Your Environment