cloudera.cloud.df_readyflow module – Import or Delete ReadyFlows from your CDP Tenant
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_readyflow
.
Synopsis
Import or Delete ReadyFlows from your CDP Tenant
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 ReadyFlow to be acted upon. |
|
If provided, the CDP SDK will use this value as its profile. |
|
The declarative state of the ReadyFlow Choices:
|
|
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.
# Import a ReadyFlow into your CDP Tenant
- cloudera.cloud.df_readyflow:
name: my-readyflow-name
# Delete an added ReadyFlow from your CDP Tenant
- cloudera.cloud.df_readyflow:
name: my-readyflow-name
state: absent
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The ReadyFlow Definition Returned: always |
|
The details of the ReadyFlow object Returned: varies |
|
Author of the most recent version. Returned: always |
|
The ready flow description (long). Returned: always |
|
The ready flow data destination. Returned: always |
|
The ready flow data destination format. Returned: always |
|
A link to the ready flow documentation. Returned: always |
|
Whether the ready flow has been imported into the current account. Returned: always |
|
The timestamp the entry was last modified. Returned: always |
|
The DataFlow Flow Definition’s name. Returned: always |
|
Optional notes about the ready flow. Returned: always |
|
The general base CRN of this ReadyFlow Different to the unique readyflowCrn containing a UUID4 Returned: always |
|
The ready flow data source. Returned: always |
|
The ready flow data source format. Returned: always |
|
The ready flow summary (short). Returned: always |
|
The DataFlow readyflow Definition’s CRN. Use this readyflowCrn to address this object Returned: always |
|
The list of artifactDetail versions. Returned: When imported is True |
|
The author of the artifact. Returned: always |
|
The bucketIdentifier of the flow. Returned: always |
|
Comments about the version. Returned: always |
|
The artifact version CRN. Returned: always |
|
The number of deployments of the artifact. Returned: always |
|
The timestamp of the artifact. Returned: always |
|
The version of the artifact. Returned: always |
|
Returns the captured CDP SDK log. Returned: when supported |
|
Returns a list of each line of the captured CDP SDK log. Returned: when supported |