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

Saving DomainRecord

Open adontz opened this issue 8 years ago • 3 comments

When I programmatically read A record created from UI, change target try to save I receive the following errors

{'field': 'protocol', 'reason': 'Invalid value'} {'field': 'service', 'reason': 'Invalid value'}

Values of both fields were read as None and were not modified. I expect call to succeed.

adontz avatar Nov 16 '17 18:11 adontz

This also look to be a bug on our side. I've added this to our internal bug tracker and will update this when it's been resolved.

Dorthu avatar Nov 17 '17 20:11 Dorthu

For now I calculate difference between existing and desired and create/ignore/delete. It works, but is it optimal? I don't know how your system works, so while I have a workaround this bug should probably be fixed still.

adontz avatar Nov 23 '17 18:11 adontz

This issue has been fixed on our end. If you could, please confirm it is working as expected and close this issue. Thanks!

Dorthu avatar Dec 13 '17 14:12 Dorthu

I tested this locally and it appears to be resolved.

lgarber-akamai avatar Mar 29 '23 19:03 lgarber-akamai