cloudera.cloud.df_service_info module – Gather information about CDP DataFlow Services
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.df_service_info
.
Synopsis
Gather information about CDP DataFlow Services
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:
|
|
If a df_crn is provided, that DataFlow Service will be described Mutually exclusive with name and env_crn |
|
If an env_crn is provided, the DataFlow Service for that Environment will be described Mutually exclusive with name and df_crn |
|
If a name is provided, that DataFlow Service will be described Must be the string name of the CDP Environment Mutually exclusive with df_crn and env_crn |
|
If provided, the CDP SDK will use this value as its profile. |
|
Verify the TLS certificates for the CDP endpoint. Choices:
|
Notes
Note
This feature this module is for is in Technical Preview
Examples
# Note: These examples do not set authentication details.
# List basic information about all DataFlow Services
- cloudera.cloud.df_info:
# Gather detailed information about a named DataFlow Service using a name
- cloudera.cloud.df_info:
name: example-service
# Gather detailed information about a named DataFlow Service using a Dataflow CRN
- cloudera.cloud.df_info:
df_crn: crn:cdp:df:region:tenant-uuid4:service:service-uuid4
# Gather detailed information about a named DataFlow Service using an Environment CRN
- cloudera.cloud.df_info:
df_crn: crn:cdp:environments:region:tenant-uuid4:environment:environment-uuid4
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Returns the captured CDP SDK log. Returned: when supported |
|
Returns a list of each line of the captured CDP SDK log. Returned: when supported |
|
The information about the named DataFlow Service or DataFlow Services Returned: always |
|
Current count of active alerts classified as an error. Returned: always |
|
Current count of active alerts classified as a warning. Returned: always |
|
The authorized IP Ranges. Returned: always |
|
The cloud platform of the environment. Returned: always |
|
Cluster id of the environment. Returned: if enabled |
|
The DataFlow Service’s CRN. Returned: always |
|
The deployment count. Returned: always |
|
The URL of the environment local DataFlow application. Returned: always |
|
The DataFlow Service’s Parent Environment CRN. Returned: always |
|
The instance type of the kubernetes nodes currently in use by DataFlow for this environment. Returned: always |
|
The number of kubernetes nodes currently in use by DataFlow for this environment. Returned: always |
|
The maximum number of kubernetes nodes that environment may scale up under high-demand situations. Returned: always |
|
The minimum number of Kubernetes nodes that need to be provisioned in the environment. Returned: always |
|
The DataFlow Service’s parent environment name. Returned: always |
|
The region of the environment. Returned: always |
|
The status of a DataFlow enabled environment. Returned: always |
|
A status message for the environment. Returned: always |
|
The state of the environment. Returned: always |