NSX-T Data Center Global Manager REST API
Initiate Stop Sync on Identity Firewall Store.
Stops the synchronization process on the Identity Firewall Store.Request:
Method:
POST
URI Path(s):
/global-manager/api/v1/global-infra/identity-firewall-stores/action/stop-sync
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IdentityFirewallStoreSyncRequest+
Example Request:
POST https://<nsx-mgr>/global-manager/api/v1/global-infra/identity-firewall-stores/action/stop-sync { "identity_firewall_stores": ["/global-infra/identity-firewall-stores/global"] }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a