I'm getting an error using linode-python to manipulate Linode's NodeBalancer API.
Even though support is not documented, it works with the list() functions, but throws an ApiError() when trying to use update(). It seems like an error is being sent from the API back-end. I've tried different parameters to no avail.
I don't suppose many people are using the nodebalancer API yet, so this ticket is more of a note to myself. Hopefully I'll get round to finding the cause on the weekend.
Here's a console log, which shows everything is fine until trying nodebalancer_node_update(). I've removed identifying information.
I'm getting an error using linode-python to manipulate Linode's NodeBalancer API.
Even though support is not documented, it works with the list() functions, but throws an ApiError() when trying to use update(). It seems like an error is being sent from the API back-end. I've tried different parameters to no avail.
I don't suppose many people are using the nodebalancer API yet, so this ticket is more of a note to myself. Hopefully I'll get round to finding the cause on the weekend.
Here's a console log, which shows everything is fine until trying nodebalancer_node_update(). I've removed identifying information.