cloudera.cloud.datalake_info module – Gather information about CDP Datalakes
Note
This module is part of the cloudera.cloud collection (version 2.5.1).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install cloudera.cloud
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: cloudera.cloud.datalake_info
.
Synopsis
Gather information about CDP Datalakes
Requirements
The below requirements are needed on the host that executes this module.
cdpy
Parameters
Parameter |
Comments |
---|---|
Specify the Cloudera Data Platform endpoint region. Default: |
|
Capture the CDP SDK debug log. Choices:
|
|
The name of the Environment in which to find and describe the Datalake. |
|
If a name is given, that Datalake will be described. If no name is given, all Datalakes will be listed and (optionally) constrained by the |
|
If provided, the CDP SDK will use this value as its profile. |
|
Verify the TLS certificates for the CDP endpoint. Choices:
|
Examples
# Note: These examples do not set authentication details.
# List basic information about all Datalakes
- cloudera.cloud.datalake_info:
# Gather detailed information about a named Datalake
- cloudera.cloud.datalake_info:
name: example-datalake
# Gather detailed information about the Datalake in an Environment
- cloudera.cloud.datalake_info:
environment: example-env
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The information about the named Datalake or Datalakes Returned: on success |
|
AWS-specific configuration details. Returned: when supported |
|
The instance profile used for the ID Broker instance. Returned: always |
|
Azure-specific environment configuration information. Returned: when supported |
|
The managed identity used for the ID Broker instance. Returned: always |
|
The Cloudera Manager details. Returned: when supported |
|
Cloudera Manager repository URL. Returned: always |
|
Cloudera Manager server URL. Returned: when supported |
|
Cloudera Manager version. Returned: always Sample: |
|
Cloud provider of the Datalake. Returned: when supported Sample: |
|
The timestamp when the Datalake was created. Returned: when supported Sample: |
|
CRN of the CDP Credential. Returned: when supported |
|
CRN value for the Datalake. Returned: always |
|
Name of the Datalake. Returned: always |
|
Details for the exposed service API endpoints of the Datalake. Returned: when supported |
|
The exposed API endpoints. Returned: always |
|
User-friendly name of the exposed service. Returned: always Sample: |
|
The related Knox entry for the service. Returned: always Sample: |
|
The Single Sign-On (SSO) mode for the service. Returned: always Sample: |
|
Flag for the access status of the service. Returned: always |
|
The name of the exposed service. Returned: always Sample: |
|
The server URL for the exposed service’s API. Returned: always Sample: |
|
CRN of the associated Environment. Returned: when supported |
|
The instance details of the Datalake. Returned: when supported |
|
Details about the instances. Returned: always |
|
The identifier of the instance. Returned: always Sample: |
|
The state of the instance. Returned: always Sample: |
|
Name of the instance group associated with the instances. Returned: always Sample: |
|
The product versions. Returned: when supported |
|
The name of the product. Returned: always Sample: |
|
The version of the product. Returned: always Sample: |
|
The region of the Datalake. Returned: when supported |
|
The status of the Datalake. Returned: when supported Sample: |
|
An explanation of the status. Returned: when supported Sample: |
|
Returns the captured CDP SDK log. Returned: when supported |
|
Returns a list of each line of the captured CDP SDK log. Returned: when supported |