경고
경고에 대한 REST API 작업
개요
이 API 작업을 사용하여 경고 을(를) Panther에서 상호작용할 수 있습니다.
API 호출 방법은 Panther REST API 사용 방법 지침을 참조하세요—포함하여 이 문서 페이지에서 직접 호출하는 방법에 대한 지침.
필수 권한
에 대해
GET작업의 경우, API 토큰은경고 읽기권한을 가져야 합니다.에 대해
PATCH작업의 경우, API 토큰은경고 관리(Manage Alerts)권한을 가져야 합니다.
작업
ID of the alert
The ID of the assignee for this alert
The status of this Alert
OK response.
No content
bad_request: Bad Request response.
not_found: Not Found response.
No content
ALERTPossible values: the pagination token
the maximum results to return
25The date and time after which the alerts were created. If empty we default to 30 days ago
1672531200The date and time before which the alerts were created. If empty we default to the current time
1672531200The detection ID to filter alerts by
The sort direction of the results
descPossible values: A string to search for in the alert name
The log source of the alert
The log type of the alert
The resource type of the alert
The assignee of the alert. This should be a user id
The minimum number of events in the alert
The maximum number of events in the alert
OK response.
bad_request: Bad Request response.
The ID of the assignee for this alert
The IDs of the alerts to patch
The status of this Alert
No Content response.
bad_request: Bad Request response.
not_found: Not Found response.
No content
The alert id
the pagination token
the maximum results to return
25OK response.
bad_request: Bad Request response.
not_found: Not Found response.
Last updated
Was this helpful?

