check-environment-connectivity¶
- subtitle
Checks connectivity to a new Private Cloud environment by trying to access the Cloudera Manager address with provided credentials.
- version
0.9.126
Description¶
Checks connectivity to a Private Cloud environment.
Synopsis¶
check-environment-connectivity
--address <value>
--user <value>
--authentication-token <value>
[--authentication-token-type <value>]
[--cluster-names <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--address
(string)
The address of the Cloudera Manager managing the Datalake cluster.
--user
(string)
User name for accessing the Cloudera Manager.
--authentication-token
(string)
A string (text or json) used to authenticate to the Cloudera Manager.
--authentication-token-type
(string)
How to interpret the authentication-token field. Defaults to CLEARTEXT_PASSWORD.
Possible values:
CLEARTEXT_PASSWORD
--cluster-names
(array)
The name of the cluster(s) to use as a Datalake for the environment.
Syntax:
"string" "string" ...
--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)
List of discovered clusters
item -> (object)
Discovered CdpCluster object.
Form Factors: private
name -> (string)
Name of cluster.
displayName -> (string)
Display name of cluster.
cmUrl -> (string)
The Url to Cloudera Manager.
version -> (string)
Version of Cloudera Manager.
exposedServices -> (array)
List of exposed CDP DC services
item -> (object)
Exposed CDP DC service object.
Form Factors: private
name -> (string)
Name of service.
type -> (string)
Type of service.
displayName -> (string)
Display name of service.
serviceUrl -> (string)
URL of service.
serviceVersion -> (string)
Version of service.
status -> (string)
Status of service.
serviceValidationMessages -> (array)
List of service validation message.
( … recursive … )
clusterValidationMessages -> (array)
List of cluster validation message.
item -> (object)
Object for validating services.
Form Factors: private
severity -> (string)
The level of validation severity.
message -> (string)
Validation message.
Form Factors¶
private