find-default-image

subtitle

Find default image

version

0.9.111

Description

Retrieves an image based on the filters from the default catalog.

Synopsis

  find-default-image
--provider <value>
--image-type <value>
[--runtime-version <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--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

--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

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