NSX-T Data Center REST API
Initiate Delta Sync on Identity Firewall Store.
Initiates a delta synchronization on the Identity Firewall Store.The objects that have changed since the last sync will be retrieved from the AD server and synchronized with NSX.
Request:
Method:
POST
URI Path(s):
/policy/api/v1/infra/identity-firewall-stores/action/delta-sync
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IdentityFirewallStoreSyncRequest+
Example Request:
POST https://<nsx-mgr>/policy/api/v1/infra/identity-firewall-stores/action/delta-sync { "identity_firewall_stores": ["/global-infra/identity-firewall-stores/global"] }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a