예약된 규칙
예약된 규칙에 대한 REST API 작업
개요
이 API 작업을 사용하여 상호작용하세요 예약 규칙을 실행할 때 정의된 간격을 설정하는 데 사용됩니다. HTTP 소스 설정 중에는 스키마를 선택하지 마십시오.
API를 호출하려면 다음을 참조하세요 Panther REST API 사용 방법 지침—포함하여 이 문서 페이지에서 직접 호출하는 방법에 대한 안내.
필수 권한
다음을 위해
GET작업을 수행하려면 API 토큰에 다음 권한이 있어야 합니다규칙 보기권한이 있어야 합니다.다음을 위해
한 후 Panther에서 볼 수 있기까지 몇 분 기다려야 할 수 있습니다.,PUT및DELETE작업을 수행하려면 API 토큰에 다음 권한이 있어야 합니다규칙 관리권한이 있어야 합니다.
작업
set this field to false to exclude running tests prior to saving
trueset this field to true if you want to run tests without saving
falseThe python body of the scheduled rule
The amount of time in minutes for grouping alerts
60The description of the scheduled rule
The display name of the scheduled rule
Determines whether or not the scheduled rule is active
The id of the scheduled rule
Determines if the scheduled rule is managed by panther
Destination IDs that override default alert routing based on severity
How to handle the generated alert
the queries that this scheduled rule utilizes
A list of fields in the event to create top 5 summaries for
The tags for the scheduled rule
the number of events that must match before an alert is triggered
1OK response.
No Content response.
bad_request: Bad Request response.
exists: Conflict response.
put creates or updates a scheduled rule
the id of the scheduled rule
set this field to false to exclude running tests prior to saving
trueset this field to true if you want to run tests without saving
falseThe python body of the scheduled rule
The amount of time in minutes for grouping alerts
60The description of the scheduled rule
The display name of the scheduled rule
Determines whether or not the scheduled rule is active
The id of the scheduled rule
Determines if the scheduled rule is managed by panther
Destination IDs that override default alert routing based on severity
How to handle the generated alert
the queries that this scheduled rule utilizes
A list of fields in the event to create top 5 summaries for
The tags for the scheduled rule
the number of events that must match before an alert is triggered
1200 returned if the item already existed
201 returned if the item was created
No Content response.
bad_request: Bad Request response.
the pagination token
the maximum results to return
100Substring search by name (case-insensitive)
Only include rules in the given state
Only include rules which apply to one of these scheduled queries
Only include rules with one of the given tags (case-insensitive)
Only include rules whose creator matches this user ID or actor ID
Only include rules last modified by this user ID or actor ID
OK response.
OK response.
Last updated
Was this helpful?

