Resynchronizing Security Groups
You can run the Resynchronize Security Groups operation to resynchronize Security Group and Data Access Rule generation for Security Group Objects. The operation logic iterates through all active Security Group Object records to create and delete related Groups, and create or delete Data Access Rules associated with affected Groups. This deferred operation runs asynchronously, and returns a UUID as a response.
* 
You must have the System Administrator role to run this operation.
To resynchronize security groups:
1. In a web browser, invoke a URL in the following format:
https://<tenant_url>/security_groups/resync?object_full_identifier=<security_group_full_identifier>
For example:
https://<tenant_url>/security_groups/resync?object_full_identifier=svmx_service_team
2. Alternatively, as a shortcut for the object_full_identifier parameter, you can use object:
https://<tenant_url>/security_groups/resync?object=svmx_service_team
3. Optionally, to resynchronize only Security Group records for groups that have at least one linked member, you can add the with_members_only parameter:
https://<tenant_url>/security_groups/resync?object=svmx_service_team&with_members_only=true
4. To check operation execution status, you can invoke the operation again and add the iop_deferred_operation_id parameter, with the returned UUID as the value:
https://<tenant_url>/security_groups/resync?iop_deferred_operation_id=9326cd30-bc48-11e0-bf22-001ec950a80f
For more information:
Was this helpful?