cloudera.cloud.env_user_sync_info module – Get the status of a CDP Users and Groups sync
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.env_user_sync_info
.
Synopsis
Get the status of a synchronization event for users and groups with one or more CDP environments.
The module support check_mode.
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 |
|
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.
# Get the status of a sync event (non-WORKLOAD_IAM_SYNC)
- cloudera.cloud.env_user_sync_info:
name: 0e9bc67a-b308-4275-935c-b8c764dc13be
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 |
|
Returns an object describing of the status of the User and Group sync event. Returned: success |
|
Sync operation end timestamp (epoch seconds). Returned: when supported Sample: |
|
Error message for general failure of sync operation. Returned: when supported |
|
List of sync operation details for all failed environments. Returned: when supported |
|
The environment CRN. Returned: always |
|
Details on the failure. Returned: when supported |
|
UUID (or CRN, if running with the Returned: always Sample: |
|
The operation type. Returned: when supported Sample: |
|
Sync operation start timestamp (epoch seconds). Returned: when supported Sample: |
|
Status of this operation. Returned: when supported Sample: |
|
List of sync operation details for all succeeded environments. Returned: when supported |
|
The environment CRN. Returned: always |
|
Details on the success. Returned: when supported |