GET /v2/droplets/{droplet_id}/kernels

digitalocean.com

Summary: List All Available Kernels for a Droplet
Operation ID: droplets_list_kernels
Auth: unknown
Description

To retrieve a list of all kernels available to a Droplet, send a GET request to `/v2/droplets/$DROPLET_ID/kernels` The response will be a JSON object that has a key called `kernels`. This will be set to an array of `kernel` objects, each of which contain the standard `kernel` attributes.

No probe data for this endpoint yet.