NSX-T Data Center REST API

Get a specific Event Log server for a given Firewall Identity store (Deprecated)

Deprecated:
Use the following Policy API -
GET /infra/identity-firewall-stores/<identity-firewall-store-id>/event-log-servers/<event-log-server-id>

Request:

Method:
GET
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:
n/a

Successful Response:

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

Example Response:

{ "domain_name": "abc", "host": "10.198.41.88", "username": "test", "password": "xxx", "status": { status: "ERROR", error_message: "Unable to connect to 10.198.41.88", last_polling_time: 0, last_event_record_id: 0, last_event_time_created: 0 }, "_revision": 1 }

Required Permissions:

read

Feature:

policy_identity

Additional Errors: