list-images¶
- subtitle
List images from a catalog
- version
0.9.163
Description¶
Lists images from the specified catalog, optionally filtered by provider, image type, runtime version, and architecture.
Synopsis¶
list-images
--catalog <value>
--provider <value>
--image-type <value>
[--runtime-version <value>]
[--architecture <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--catalog (string)
The name of the image catalog to list images from.
--provider (string)
Object representing a valid cloud provider name. AWS - The image is an AWS VM image AZURE - The image is an Azure VM image GCP - The image is a GCP VM image
Possible values:
AWS
AZURE
GCP
--image-type (string)
Object representing a valid VM image type. FREEIPA - FreeIPA image RUNTIME - Cloudera Runtime image
Possible values:
FREEIPA
RUNTIME
--runtime-version (string)
Cloudera runtime version
--architecture (string)
Specifies the CPU architecture. Values are ARM64, X86_64. Default is X86_64.
Possible values:
ARM64
X86_64
--cli-input-json (string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton (boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json.
Output¶
images -> (array)
The list of images matching the request filters.
item -> (object)
Details of a single image from the catalog.
imageId -> (string)
Image UUID
vmImages -> (array)
List of images
item -> (object)
Model holding information about a custom VM image and the cloud region it belongs to. The format of the image reference is specific to the cloud provider, e.g. URL in case of Azure, AMI ID in case of AWS.
region -> (string)
Region
imageReference -> (string)
Image reference
Form Factors¶
public