Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: resync clientgroups #172

Open
intervisionlord opened this issue Sep 28, 2023 · 0 comments
Open

Feature: resync clientgroups #172

intervisionlord opened this issue Sep 28, 2023 · 0 comments

Comments

@intervisionlord
Copy link

intervisionlord commented Sep 28, 2023

Please add a method for clientgroup class for manualy resync clients in clientgroup

Reason:

def sync(group_name: str) -> None:
    target_group = ClientGroup(commcell, group_name)
    target_group.update_properties({'syncStatus': 1})
    print('NEW Sync Status:', target_group.properties['discoverRulesInfo']['syncStatus'])
    print('Clients', target_group.associated_clients)

Returns:

NEW Sync Status: 0
Clients []

Seems it does not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant