Symptoms:
Default DFW rules do not apply to VMs when IDFW user logs off .
Note: The timeout to logoff the user is 8 hours.
VMware NSX for vSphere 6.4.x
If system does not see a network event to "refresh" the logon within the configured time, it will initiate a logoff process.
To reduce the default 8-hour logoff time for an IDFW user:
To initiate a delta-sync via REST api:
https://<nsx_ip>/api/1.0/directory/listDomains
Example output:
<DirectoryDomains>
<DirectoryDomain>
<id>2</id>
<name>vs4.net</name>
<type>ActiveDirectory</type>
<netbiosName>VS4</netbiosName>
<username>Administrator</username>
<baseDn>DC=vs4,DC=net</baseDn>
</DirectoryDomain>
</DirectoryDomains>
https://nsx_ip/api/1.0/directory/deltaSync/{domainID}