NSX-T Data Center REST API

Create a Event Log server for Firewall Identity store (Deprecated)

More than one Event Log server can be created and only one event log
server is used to synchronize directory objects. If more
than one Event Log server is configured, NSX will try all the
servers until it is able to successfully connect to one.
Deprecated:
Use the following Policy API -
PATCH /infra/identity-firewall-stores/<identity-firewall-store-id>/event-log-servers/<event-log-server-id>

Request:

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

Example Request:

{ "host": "10.161.34.143", "username": "dummy", "password": "dummy", "domain_name": "nimbus event log server" }

Successful Response:

Response Code:
201 Created
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

policy_identity

Additional Errors: