NSX-T Data Center REST API
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:
{ "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+