To retrieve a list of all kernels available to a Droplet, send a GET requestto /v2/droplets/$DROPLET_ID/kernelsThe response will be a JSON object that has a key called kernels. This willbe set to an array of kernel objects, each of which contain the standardkernel attributes.
To retrieve a list of all kernels available to a Droplet, send a GET requestto
/v2/droplets/$DROPLET_ID/kernelsThe response will be a JSON object that has a key calledkernels. This willbe set to an array ofkernelobjects, each of which contain the standardkernelattributes.