Orion 2020.2.6 using ansible to perform ipam api calls via winrm then using powershell. This works for querying first usable IP in a subnet, getting subnet info based on a SWQL query filtering on comments (descriptions in GUI) and for starting an IP Address Reservation I do get an "API Blocked" status with a proper timeout that functions.
However, Canceling or Finishing does not work as expected. CancelIPReservation states "nil: true" but status never goes out of "API Blocked" in gui and has to wait for reservation to time out.
FinishIPReservation states that the reserved IP is not "blocked" and therefore cannot finish the resevation but in GUI it shows as blocked??
Apart from performing these two actions via a CRUD method instead of the provided IPAM API Functions is there any insight on why this could be happening?