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.
OptionalrequestConfiguration: RequestConfiguration<KernelsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
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.
OptionalrequestConfiguration: RequestConfiguration<KernelsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/{droplet_id}/kernels