Returns a paginated list of images. An image can be one of two types:
-
Public image. The
idfor 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
idfor these images begins withprivate/. These images are account-specific and only accessible to users with appropriate permissions. To view private images, you need to include authentication when calling this operation. The response includes both private and public images. -
Shared image. The
idfor these images begins withshared/. These are the images that are shared with the user.
Permissions and scopes
To call this operation, you need permissions, based on the model you're using:
-
Identity and access permissions. Your user needs a role with these permissions. Learn more.
- Permissions:
Public images are Internet facing and private images require the view_image permission
- Permissions:
-
OAuth scopes. Your user needs these scopes assigned. Learn more.
- Scopes:
images:read_only
- Scopes:
CLI
linode-cli images list