@@ -40,45 +40,53 @@ Parameters
4040.. table ::
4141   :widths:  30 20 50
4242
43-    +----------------+----------------------+-----------------------------------------------------------------+ 
44-    |  **Parameter **  |  **Choices/Defaults ** |  **Comments **                                                    | 
45-    +----------------+----------------------+-----------------------------------------------------------------+ 
46-    |  **name **       |                       |  If a name is provided, that DataFlow Service will be described. | 
47-    |                 |                       |  Must be CDP Environment CRN or string name of DataFlow Service  | 
48-    |  |br |           |                       |                                                                  | 
49-    |                 |                       |                                                                  | 
50-    |  ``str ``        |                       |                                                                  | 
51-    |                 |                       |                                                                  | 
52-    |                 |                       |  |br |                                                            | 
53-    |                 |                       |                                                                  | 
54-    |                 |                       |  *Aliases: crn *                                                  | 
55-    +----------------+----------------------+-----------------------------------------------------------------+ 
56-    |  **verify_tls ** |                       |  Verify the TLS certificates for the CDP endpoint.               | 
57-    |                 |                       |                                                                  | 
58-    |  |br |           |                       |                                                                  | 
59-    |                 |                       |                                                                  | 
60-    |  ``bool ``       |                       |                                                                  | 
61-    |                 |                       |                                                                  | 
62-    |                 |                       |  |br |                                                            | 
63-    |                 |                       |                                                                  | 
64-    |                 |                       |  *Aliases: tls *                                                  | 
65-    +----------------+----------------------+-----------------------------------------------------------------+ 
66-    |  **debug **      |                       |  Capture the CDP SDK debug log.                                  | 
67-    |                 |                       |                                                                  | 
68-    |  |br |           |                       |                                                                  | 
69-    |                 |                       |                                                                  | 
70-    |  ``bool ``       |                       |                                                                  | 
71-    |                 |                       |                                                                  | 
72-    |                 |                       |  |br |                                                            | 
73-    |                 |                       |                                                                  | 
74-    |                 |                       |  *Aliases: debug_endpoints *                                      | 
75-    +----------------+----------------------+-----------------------------------------------------------------+ 
76-    |  **profile **    |                       |  If provided, the CDP SDK will use this value as its profile.    | 
77-    |                 |                       |                                                                  | 
78-    |  |br |           |                       |                                                                  | 
79-    |                 |                       |                                                                  | 
80-    |  ``str ``        |                       |                                                                  | 
81-    +----------------+----------------------+-----------------------------------------------------------------+ 
43+    +----------------+----------------------+----------------------------------------------------------------------------------------+ 
44+    |  **Parameter **  |  **Choices/Defaults ** |  **Comments **                                                                           | 
45+    +----------------+----------------------+----------------------------------------------------------------------------------------+ 
46+    |  **name **       |                       |  If a name is provided, that DataFlow Service will be described                         | 
47+    |                 |                       |  Must be the string name of the CDP Environment                                         | 
48+    |  |br |           |                       |  Mutually exclusive with df_crn and env_crn                                             | 
49+    |                 |                       |                                                                                         | 
50+    |  ``str ``        |                       |                                                                                         | 
51+    +----------------+----------------------+----------------------------------------------------------------------------------------+ 
52+    |  **df_crn **     |                       |  If a df_crn is provided, that DataFlow Service will be described                       | 
53+    |                 |                       |  Mutually exclusive with name and env_crn                                               | 
54+    |  |br |           |                       |                                                                                         | 
55+    |                 |                       |                                                                                         | 
56+    |  ``str ``        |                       |                                                                                         | 
57+    +----------------+----------------------+----------------------------------------------------------------------------------------+ 
58+    |  **env_crn **    |                       |  If an env_crn is provided, the DataFlow Service for that Environment will be described | 
59+    |                 |                       |  Mutually exclusive with name and df_crn                                                | 
60+    |  |br |           |                       |                                                                                         | 
61+    |                 |                       |                                                                                         | 
62+    |  ``str ``        |                       |                                                                                         | 
63+    +----------------+----------------------+----------------------------------------------------------------------------------------+ 
64+    |  **verify_tls ** |                       |  Verify the TLS certificates for the CDP endpoint.                                      | 
65+    |                 |                       |                                                                                         | 
66+    |  |br |           |                       |                                                                                         | 
67+    |                 |                       |                                                                                         | 
68+    |  ``bool ``       |                       |                                                                                         | 
69+    |                 |                       |                                                                                         | 
70+    |                 |                       |  |br |                                                                                   | 
71+    |                 |                       |                                                                                         | 
72+    |                 |                       |  *Aliases: tls *                                                                         | 
73+    +----------------+----------------------+----------------------------------------------------------------------------------------+ 
74+    |  **debug **      |                       |  Capture the CDP SDK debug log.                                                         | 
75+    |                 |                       |                                                                                         | 
76+    |  |br |           |                       |                                                                                         | 
77+    |                 |                       |                                                                                         | 
78+    |  ``bool ``       |                       |                                                                                         | 
79+    |                 |                       |                                                                                         | 
80+    |                 |                       |  |br |                                                                                   | 
81+    |                 |                       |                                                                                         | 
82+    |                 |                       |  *Aliases: debug_endpoints *                                                             | 
83+    +----------------+----------------------+----------------------------------------------------------------------------------------+ 
84+    |  **profile **    |                       |  If provided, the CDP SDK will use this value as its profile.                           | 
85+    |                 |                       |                                                                                         | 
86+    |  |br |           |                       |                                                                                         | 
87+    |                 |                       |                                                                                         | 
88+    |  ``str ``        |                       |                                                                                         | 
89+    +----------------+----------------------+----------------------------------------------------------------------------------------+ 
8290
8391
8492Notes
@@ -105,9 +113,13 @@ Examples
105113  - cloudera.cloud.df_info:
106114      name: example-service
107115
108-   # Gather detailed information about a named DataFlow Service using a CRN
116+   # Gather detailed information about a named DataFlow Service using a Dataflow  CRN
109117  - cloudera.cloud.df_info:
110-       crn: example-service-crn
118+       df_crn: crn:cdp: df:region: tenant-uuid4:service: service-uuid4
119+ 
120+   # Gather detailed information about a named DataFlow Service using an Environment CRN
121+   - cloudera.cloud.df_info:
122+       df_crn: crn:cdp: environments:region: tenant-uuid4:environment: environment-uuid4
111123
112124
113125
0 commit comments