list-clusters

subtitle

List Cloudera Data Warehouse clusters.

version

0.9.109

Description

List Cloudera Data Warehouse clusters.

Synopsis

  list-clusters
[--environment-crn <value>]
[--cluster-id <value>]
[--name <value>]
[--status <value>]
[--cloud-platform <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--environment-crn (string)

Filter returned clusters for the belonging Environment CRN.

--cluster-id (string)

Filter returned clusters by cluster ID.

--name (string)

Filter returned clusters by name.

--status (string)

Filter returned clusters by cluster status.

Possible values:

  • Creating

  • Created

  • Accepted

  • Starting

  • Running

  • Stopping

  • Stopped

  • Updating

  • PreUpdate

  • PreUpgrade

  • Restarting

  • Deleting

  • Upgrading

  • Waiting

  • Error

  • Failed

--cloud-platform (string)

Filter returned clusters by hosting platform.

Possible values:

  • AWS

  • AZURE

Form Factors: public

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

clusters -> (array)

The list of clusters.

item -> (object)

A Cloudera Data Warehouse cluster.

crn -> (string)

The CRN of the cluster.

id -> (string)

The ID of the cluster.

environmentCrn -> (string)

The CRN of the environment where the cluster is located.

name -> (string)

Name of the cluster (same as the name of the environment).

status -> (string)

Status of the cluster. Possible values are: Creating, Created, Accepted, Starting, Running, Stopping, Stopped, Updating, PreUpdate, Upgrading, PreUpgrade, Restarting, Deleting, Waiting, Failed, Error.

creator -> (object)

A CDP actor (user or machine user).

crn -> (string)

Actor CRN.

email -> (string)

Email address for users.

workloadUsername -> (string)

Username for users.

machineUsername -> (string)

Username for machine users.

creationDate -> (datetime)

Creation date of cluster.

cloudPlatform -> (string)

The cloud platform of the environment that was used to create this cluster.

enableSpotInstances -> (boolean)

Denotes whether the spot instances have been enabled for the cluster. This value is only available for AWS and Azure clusters.

Form Factors: public

reservedComputeNodes -> (integer)

Number of additional reserved nodes for executors and coordinators to use during autoscaling.

reservedSharedServicesNodes -> (integer)

Number of additional reserved nodes for other services in the cluster.

computeInstanceTypes -> (array)

Compute instance types that the environment is restricted to use. This affects the creation of the virtual warehouses where this restriction will apply.

item -> (string)

additionalInstanceTypes -> (array)

Additional (fallback) instance types listed in their priority order. They are used instead of the primary compute instance type in case it is unavailable. Since additional instance types are not supported for Azure, this is always empty for it.

item -> (string)

awsOptions -> (object)

Response object of the cluster AWS settings.

subnetIds -> (array)

IDs of AWS subnets where the cluster has been deployed.

item -> (string)

workerSubnetIds -> (array)

IDs of AWS subnets where the cluster worker nodes should be deployed.

item -> (string)

lbSubnetIds -> (array)

IDs of AWS subnets where the cluster load balancer should be deployed.

item -> (string)

availabilityZones -> (array)

List of availability zones that the cluster is restricted to use.

item -> (string)

customAmiId -> (string)

Id of the Custom Amazon Machine Image

reducedPermissionMode -> (boolean)

Denotes whether the Reduced Permission mode is enabled.

azureOptions -> (object)

Response object of the cluster Azure settings.

subnetId -> (string)

ID of Azure subnet where the cluster is deployed.

enableAZ -> (boolean)

Denotes whther the Azure Availability Zones for the cluster is enabled or not.

outboundType -> (string)

The current outbound type setting.

logAnalyticsWorkspaceId -> (string)

Workspace ID for Azure log analytics.

description -> (string)

Cluster description.

whitelistK8sClusterAccessIpCIDRs -> (string)

List of IP address CIDRs to whitelist for kubernetes cluster access.

whitelistWorkloadAccessIpCIDRs -> (string)

List of IP address CIDRs to whitelist for workload access.

resourcePool -> (string)

The name of the Resource Pool the cluster is in.

Form Factors: private

externalBuckets -> (array)

External buckets attached to the environment.

item -> (object)

External bucket details.

name -> (string)

Name of the bucket.

accessInfo -> (object)

External bucket definition.

accessMode -> (string)

Specifies whether the external bucket will be added in read-only or read-write mode.

kmsCmkArn -> (string)

Enable server side encryption with the specified KMS CMK ARN. If the value is empty or unspecified, default server side encryption will be used when the access mode is read-write. Otherwise this value is ignored.

Form Factors

public, private