Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store

Create or update a firewall identity store

If a firewall identity store with the firewall-identity-store-id
is not already present, create a new firewall identity store. If it
already exists, update the firewall identity store with specified
attributes.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>
Request Headers:
n/a
Query Parameters:
PolicyIdfwEnforcementPointRequestParameters+
Request Body:
DirectoryAdDomain+

Example Request:

PATCH https://<nsx-mgr>/policy/api/v1/infra/firewall-identity-stores/idstore-1 { "name": "nimbustest1.com", "base_distinguished_name": "DC=nimbustest1,DC=com", "netbios_name": "NIMBUSTEST1", "description": "Active directory domain nimbustest.com", "display_name": "NIMBUS TEST", "resource_type": "DirectoryAdDomain", "ldap_servers": [ { "username": "dummy", "password": "xxxxxx", "display_name": "nimbus ldap", "host": "10.198.41.44", "thumbprint": "3b1f4f3b636569d648a3092fc5b5b00fe4f6ec6abd34de86ae657f4bba22913e", "port": 389, "protocol": "LDAP" } ], "event_log_servers": [ { "domain_name": "abc", "host": "10.198.41.88", "username": "test", "password": "xxx" } ] "selective_sync_settings": { "enabled": true, "selected_org_units": [ "OU=SELECTIVE21,OU=SELECTIVE1,DC=nimbustest1,DC=com", "OU=SELECTIVE22,OU=SELECTIVE1,DC=nimbustest1,DC=com" ] }, "sync_settings": { "delta_sync_interval": 100 } }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

policy_identity

Additional Errors: