Question
Unable to retrieve Kernel details via API
I started a couple of days ago with DO and now I have an issue with the API. According to the API docs is it possible to retrieve details about the kernel. Both my droplets return null
with a working READ/WRITE token.
$ curl -X GET -H "Authorization: Bearer $TOKEN" "https://api.digitalocean.com/v2/droplets/25333333"
{
"droplet":{
...
"status":"active",
"kernel":null,
"created_at":"2016-09-11T11:17:02Z",
...
Am I missing something?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×