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

Official Python bindings for the Linode API

Results 40 linode_api4-python issues
Sort by recently updated
recently updated
newest added

I cannot find in the documentation how I can clone. I'm assuming it is being done the "old" way (I see the "images" tab in the new frontend). 1. create...

https://github.com/linode/python-linode-api/blob/dbcb8044099ae3ea1a6cdfebba6cfdadb428c6a6/linode/linode_client.py#L558

I do not see a way to retrieve backup objects.

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...

When I try to get images I have always an error. I tested with curl curl -H "Authorization: token $token" https://api.linode.com/v4/images {"errors": [{"reason": "Internal server error"}]} and with python client...

If I create DNS record with Domain.create_record and then try to set rdns property for IP address I get "400: No match was found for ''. Reverse DNS must have...