API 토큰
API 토큰에 대한 REST API 작업
개요
다음과 상호작용하려면 이 API 작업을 사용하세요 API 토큰 Panther에서. API 토큰은 자체적으로 다음을 사용하여 교체할 수 있습니다 POST api-tokens/self/rotate 엔드포인트.
API를 호출하려면 Panther REST API 사용 방법 지침을 참조하세요— 이 문서 페이지에서 직접 호출하는 방법에 대한 안내.
필수 권한
다음에 대해
GET작업을 수행하려면 API 토큰에 다음 권한이 있어야 합니다API 토큰 정보 읽기권한을 선택하세요.다음에 대해
POST및DELETE작업을 수행하려면 API 토큰에 다음 권한이 있어야 합니다API 토큰 관리권한을 선택하세요.
작업
The set of CIDR blocks that are allowed to use this API token. If empty, all CIDR blocks are allowed
The name of the token
OK response.
bad_request: Bad Request response.
ID of the api token. Note: if self is provided, the current api token will be returned
OK response.
bad_request: Bad Request response.
not_found: Not Found response.
ID of the api token. Note: if self is provided, the current api token will be updated
The set of CIDR blocks that are allowed to use this API token. If empty, all CIDR blocks are allowed
The name of the token
OK response.
bad_request: Bad Request response.
not_found: Not Found response.
ID of the api token to delete. Note: if self is provided, the current api token will be deleted
No Content response.
bad_request: Bad Request response.
not_found: Not Found response.
No content
ID of the api token to rotate. Note: if self is provided, the current api token will be rotated
OK response.
bad_request: Bad Request response.
forbidden: Forbidden response.
not_found: Not Found response.
Last updated
Was this helpful?

