Last updated
Last updated
The /log-sources
REST API operations are in open beta starting with Panther version 1.111, and are available to all customers. Please share any bug reports and feature requests with your Panther support team.
Use these API operations to interact with in Panther. Currently, interactions with are supported. (This does not include that use HTTP as their transport mechanism.)
To call the API, see the instructions—including .
For GET
operations, your API token must have the View Log Sources
permission.
For POST
, PUT
, and DELETE
operations, your API token must have the Manage Log Sources
permission.
REST API operations for log sources
ID of the http source to delete
No Content response.
The name of the http source
The log stream types
The log types of the integration
The authentication algorithm of the http source
The security header key of the http source
The authentication header password of the http source
The header secret value of the http source
The security type of the http endpoint
The authentication header username of the http source
Created response.
The id of the http source
The integration label (name)
The log stream types
The log types of the integration
The authentication algorithm of the http source
The security header key of the http source
The authentication header password of the http source
The header secret value of the http source
The security type of the http endpoint
The authentication header username of the http source
ID of the http source to fetch
OK response.
The id of the http source
The integration label (name)
The log stream types
The log types of the integration
The authentication algorithm of the http source
The security header key of the http source
The authentication header password of the http source
The header secret value of the http source
The security type of the http endpoint
The authentication header username of the http source
put updates an http source
ID of the http source to update
The name of the http source
The log stream types
The log types of the integration
The authentication algorithm of the http source
The security header key of the http source
The authentication header password of the http source
The header secret value of the http source
The security type of the http endpoint
The authentication header username of the http source
OK response.
The id of the http source
The integration label (name)
The log stream types
The log types of the integration
The authentication algorithm of the http source
The security header key of the http source
The authentication header password of the http source
The header secret value of the http source
The security type of the http endpoint
The authentication header username of the http source