Get a data forwarder
GET/apis/v1/outbound/forwarders/:id
Use this method to return information about a specific forwarder.
XClarity One can forward data about events that occur in your environment to external services, based on criteria (filters) that you specify. Every event generated is monitored to see if it matches the criteria. If it matches, the event is forwarded to the specified location using the indicated protocol. The following protocols are supported.
- Email. Event data is forwarded to one or more email addresses using SMTP.
- REST. Event data is forwarded over the network to a REST Web Service.
- Syslog. Event data is forwarded over the network to a central log server where native tools can be used to monitor the syslog.
Request
Responses
- 200
- 400
- 404
- 500
Success
Failure - Invalid data
Failure - Not found
Failure - Internal server error