NSX-T Data Center REST API

Read firewall identity store

Return a firewall identity store based on the store identifier This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}
Request Headers:
n/a
Query Parameters:
PolicyIdfwEnforcementPointRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/policy/api/v1/infra/identity-firewall-stores/idstore-1

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IdentityFirewallAdStore+

Example Response:

{ "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": "DirectoryAdDomain", "id": "thirdADWithPATCH", "display_name": "idfwkc.local", "path": "/infra/firewall-identity-stores/thirdADWithPATCH", "relative_path": "thirdADWithPATCH", "parent_path": "/infra", "unique_id": "fd34f859-284d-4659-be61-fdaa54253fe6", "realization_id": "fd34f859-284d-4659-be61-fdaa54253fe6", "marked_for_delete": false, "overridden": false, "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", "path": "/infra/firewall-identity-stores/thirdADWithPATCH/ldap-servers/8f42978c-3a0f-4702-9633-0f826d7bc09b", "relative_path": "8f42978c-3a0f-4702-9633-0f826d7bc09b", "parent_path": "/infra/firewall-identity-stores/thirdADWithPATCH", "unique_id": "9919003b-bdd8-4729-83b9-88859078f265", "realization_id": "9919003b-bdd8-4729-83b9-88859078f265", "marked_for_delete": false, "overridden": false, "_create_time": 1648746982546, "_create_user": "admin", "_last_modified_time": 1648746982546, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 } ], "event_log_servers": [], "_create_time": 1648746982531, "_create_user": "admin", "_last_modified_time": 1648746982531, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_identity

Additional Errors: