You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating an Infoblox TXT record, the new ref is not returned, as the value is discarded when calling connector.UpdateObject (see above), and the old value (&res[0]) is the one returned. This causes a 404 at the next time the TXT record needs a getbyid run on it, as the actual ref/ID is now different.
See the below for an example where the update works (in this case, updating the host record), and returns the ref of the new object:
infoblox-go-client/object_manager.go
Lines 633 to 639 in f5f0084
When updating an Infoblox TXT record, the new ref is not returned, as the value is discarded when calling
connector.UpdateObject
(see above), and the old value (&res[0]
) is the one returned. This causes a 404 at the next time the TXT record needs a getbyid run on it, as the actual ref/ID is now different.See the below for an example where the update works (in this case, updating the host record), and returns the ref of the new object:
infoblox-go-client/object_manager.go
Lines 519 to 520 in f5f0084
The text was updated successfully, but these errors were encountered: