taoh / linodego

an unofficial Go client implementation for Linode API
MIT License
18 stars 7 forks source link

Should be able to filter Avail.Kernels using isxen and iskvm flags #7

Closed displague closed 7 years ago

displague commented 7 years ago

In order to get the KVM Grub and Direct Disk kernel options, flags must be sent to the avail.kernels call:

https://api.linode.com/?api_key=...&api_action=avail.kernels&isxen=0&iskvm=1

I don't believe it is possible to send these arguments using linodego today.