글로벌
글로벌에 대한 REST API 작업
개요
다음과 상호작용하려면 이 API 작업을 사용하세요 글로벌 헬퍼 함수 (Panther에서 "global helpers" 또는 단순히 "globals"라고도 함).
API를 호출하려면 Panther REST API 사용 방법 지침을 참조하세요— 이 문서 페이지에서 직접 호출하는 방법에 대한 안내.
필수 권한
다음에 대해
GET작업을 수행하려면 API 토큰에 다음 권한이 있어야 합니다규칙 보기또는정책 보기권한을 선택하세요.다음에 대해
POST,PUT및DELETE작업을 수행하려면 API 토큰에 다음 권한이 있어야 합니다규칙 관리또는정책 관리권한을 선택하세요.
작업
The python body of the global
The description of the global
The id of the global
The tags for the global
OK response.
bad_request: Bad Request response.
exists: Conflict response.
put creates or updates a global
The id of the global
The python body of the global
The description of the global
The tags for the global
200 returned if the item already existed
201 returned if the item was created
bad_request: Bad Request response.
the pagination token
the maximum results to return
100Substring search by name (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?

