로그 소스
로그 소스에 대한 REST API 작업
개요
이 API 작업을 사용하여 로그 소스 Panther에서. 현재, HTTP 소스 가 지원됩니다. (여기에는 지원되는 로그 소스 가 전송 메커니즘으로 HTTP를 사용하는 경우는 포함되지 않습니다.)
API 호출 방법은 Panther REST API 사용 방법 지침을 참조하세요—포함하여 이 문서 페이지에서 직접 호출하는 방법에 대한 지침.
필수 권한
에 대해
GET작업의 경우, API 토큰은로그 소스 보기권한을 가져야 합니다.에 대해
POST,PUT, 및DELETE작업의 경우, API 토큰은로그 소스 관리권한을 가져야 합니다.
작업
The authentication bearer token value of the http source. Used for Bearer auth method
The authentication header key of the http source. Used for HMAC and SharedSecret auth methods
The authentication algorithm of the http source. Used for HMAC auth method
The authentication method of the http source
The authentication header password of the http source. Used for Basic auth method
The authentication header secret value of the http source. Used for HMAC and SharedSecret auth methods
The authentication header username of the http source. Used for Basic auth method
The integration label (name)
The log stream type. Supported log stream types: Auto, JSON, JsonArray, Lines, CloudWatchLogs, XML
The log types of the integration
Created response.
bad_request: Bad Request response.
exists: Conflict response.
service: Internal Server Error response.
ID of the http source to fetch
OK response.
bad_request: Bad Request response.
not_found: Not Found response.
service: Internal Server Error response.
put updates an http source
ID of the http source to update
The authentication bearer token value of the http source. Used for Bearer auth method
The authentication header key of the http source. Used for HMAC and SharedSecret auth methods
The authentication algorithm of the http source. Used for HMAC auth method
The authentication method of the http source
The authentication header password of the http source. Used for Basic auth method
The authentication header secret value of the http source. Used for HMAC and SharedSecret auth methods
The authentication header username of the http source. Used for Basic auth method
The integration label (name)
The log stream type. Supported log stream types: Auto, JSON, JsonArray, Lines, CloudWatchLogs, XML
The log types of the integration
OK response.
bad_request: Bad Request response.
not_found: Not Found response.
exists: Conflict response.
service: Internal Server Error response.
ID of the http source to delete
No Content response.
bad_request: Bad Request response.
service: Internal Server Error response.
No content
Last updated
Was this helpful?

