cloudera.cloud.dw_connector_info module – Gather information about CDP Data Warehouse Connectors
Note
This module is part of the cloudera.cloud collection (version 3.3.0).
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.
To use it in a playbook, specify: cloudera.cloud.dw_connector_info.
New in cloudera.cloud 3.4.0
Synopsis
Gather information about CDP Data Warehouse Connectors
The module supports
check_mode.
Parameters
Parameter |
Comments |
|---|---|
If provided, the Cloudera on cloud API will use this value as its access key. If not provided, the API will attempt to use the value from the environment variable Required if Mutually exclusive with |
|
The identifier of the Data Warehouse Cluster. |
|
The ID of the connector to query. Mutually exclusive with |
|
If provided, the Cloudera on cloud API will use this value as its credentials path. If not provided, the API will attempt to use the value from the environment variable Default: |
|
If Choices:
|
|
The Cloudera on cloud API endpoint to use. If not provided, the API will attempt to use the value from the environment variable Mutually exclusive with |
|
Specify the Cloudera on cloud API endpoint region. See Cloudera Control Plane regions for more information. If not provided, the API will attempt to use the value from the environment variable
Mutually exclusive with Choices:
|
|
Verify the TLS certificates for the Cloudera on cloud API endpoint. Choices:
|
|
The HTTP user agent to use for Cloudera on cloud API requests. Default: |
|
The name of the connector to query. Mutually exclusive with |
|
If provided, the Cloudera on cloud API will use this value as its private key. If not provided, the API will attempt to use the value from the environment variable Required if |
|
If provided, the Cloudera on cloud API will use this value as its profile. If not provided, the API will attempt to use the value from the environment variable Default: |
|
Legacy CDPy SDK error handling. Choices:
|
Attributes
Attribute |
Support |
Description |
|---|---|---|
Support: full |
Can run in check_mode and return changed status prediction without modifying target, if not supported the action will be skipped. |
|
Support: N/A |
Will return details on what has changed (or possibly needs changing in check_mode), when in diff mode |
|
Platforms: all |
Target OS/families that can be operated against |
Examples
# Note: These examples do not set authentication details.
# List all connectors in a cluster
- cloudera.cloud.dw_connector_info:
cluster_id: example-cluster-id
# Get a specific connector by ID
- cloudera.cloud.dw_connector_info:
cluster_id: example-cluster-id
connector_id: example-connector-id
# Get a specific connector by name
- cloudera.cloud.dw_connector_info:
cluster_id: example-cluster-id
name: example-connector-name
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
The information about the connector(s) Returned: always |
|
The connector configuration in key-value format Returned: when available |
|
The timestamp when the connector was created Returned: always |
|
The CRN of the user who created the connector Returned: always |
|
The CRN of the connector Returned: always |
|
User-provided description Returned: when available |
|
The unique identifier of the connector Returned: always |
|
The name of the connector Returned: always |
|
The template of the connector Returned: always |
|
The timestamp when the connector was last updated Returned: always |
|
The CRN of the user who last updated the connector Returned: always |
|
Returns the captured CDP SDK log. Returned: when debug is true |
|
Returns a list of each line of the captured CDP SDK log. Returned: when debug is true |