get https://api.linode.com//images/
Get information about a single image. An image can be one of two types:
-
Public image. The
id
for these images begins withlinode/
. These images are generally available to all users. To limit the response to public images, don't include authentication when calling this operation. -
Private image. The
id
for these images begins withprivate/
. These images are account-specific and only accessible to users with appropriate grants. To view private images, you need to include authentication when calling this operation. The response will also include public images.
linode-cli images view linode/debian9
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
images:read_only
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>