NSX-T Data Center REST API
Create or update a firewall identity store
If a firewall identity store with the firewall-identity-store-idis not already present, create a new firewall identity store. If it
already exists, replace the firewall identity store instance with
the new object.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}
Request Headers:
n/a
Query Parameters:
PolicyIdfwEnforcementPointRequestParameters+
Request Body:
IdentityFirewallAdStore+
Example Request:
{ "base_distinguished_name": "DC=testad3,DC=local", "netbios_name": "TESTAD3", "sync_settings": { "delta_sync_interval": 15, "sync_delay_in_sec": 30 }, "selective_sync_settings": { "enabled": false, "selected_org_units": [] }, "resource_type": "FirewallIdentityAdStore", "id": "thirdADWith "display_name": "idfwkc.local changed", "name": "testad3.local", "ldap_servers": [ { "domain_name": "testad3.local", "host": "10.112.11.59", "port": 389, "protocol": "LDAP", "username": "Administrator", "resource_type": "IdentityFirewallStoreLdapServer", "id": "8f42978c-3a0f-4702-9633-0f826d7bc09b", "display_name": "10.112.11.59", "_system_owned": false, "_create_time": 1648746982546, "_create_user": "admin", "_last_modified_time": 1648746982546, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0 } ], "event_log_servers": [], "_system_owned": false, "_create_time": 1648746982531, "_create_user": "admin", "_last_modified_time": 1648746982531, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IdentityFirewallAdStore+