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

Test a directory domain event log server connectivity

This API tests a event log server connectivity before the actual domain or event log server is configured. If the connectivity is good, the response will be HTTP status 200. Otherwise the response will be HTTP status 200 and a corresponding error message will be returned.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/infra/firewall-identity-store-event-log-servers/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
DirectoryEventLogServer+

Example Request:

POST https://<nsx-mgr>/policy/api/v1/infra/firewall-identity-store-event-log-servers/status { "domain_name": "nimbustest.com", "host": "10.161.34.143", "username": "dummy", "password": "dummy" }

Successful Response:

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

Example Response:

{ "status": "OK" }

Required Permissions:

crud

Feature:

policy_identity

Additional Errors: