cvpysdk icon indicating copy to clipboard operation
cvpysdk copied to clipboard

Feature: resync clientgroups

Open intervisionlord opened this issue 2 years ago • 0 comments

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

intervisionlord avatar Sep 28 '23 07:09 intervisionlord