Linode Instances
Kernel View
https://api.linode.com/v4/linode/kernels/{kernelId}
Returns information about a single Kernel.
Path Parameters
ID of the Kernel to look up.
Request Samples
- Shell
- CLI
curl https://api.linode.com/v4/linode/kernels/linode/latest-64bit
Response Samples
- 200
- default
{
"id": 1234,
"label": "Latest 64 bit (4.15.7-x86_64-linode102)",
"version": "4.15.7",
"deprecated": "",
"kvm": true,
"architecture": "x86_64",
"pvops": "",
"built": "2018-01-01T00:01:01"
}
Responses
200: A single Kernel object.
The unique ID of this Kernel.
The friendly name of this Kernel.
Linux Kernel version.
If this Kernel is marked as deprecated, this field has a value of true; otherwise, this field is false.
If this Kernel is suitable for KVM Linodes.
The architecture of this Kernel.
If this Kernel is suitable for paravirtualized operations.
The date on which this Kernel was built.
default: Error
What happened to cause this error. In most cases, this can be fixed immediately by changing the data you sent in the request, but in some cases you will be instructed to open a Support Ticket or perform some other action before you can complete the request successfully.
The field in the request that caused this error. This may be a path, separated by periods in the case of nested fields. In some cases this may come back as "null" if the error is not specific to any single element of the request.