NSX-T Data Center REST API
List node syslog exporters
Returns the collection of registered syslog exporter rules, if any. Therules specify the collector IP address and port, and the protocol to use.
Request:
Method:
GET
URI Path(s):
/api/v1/cluster/<cluster-node-id>/node/services/syslog/exporters
/api/v1/node/services/syslog/exporters
/api/v1/transport-nodes/<transport-node-id>/node/services/syslog/exporters
/api/v1/node/services/syslog/exporters
/api/v1/transport-nodes/<transport-node-id>/node/services/syslog/exporters
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/node/services/syslog/exportersSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeSyslogExporterPropertiesListResult+