(이전) 계정의 감사 로그 가져오기

Deprecated

쿼리 매개변수로 필터링 기능을 사용하여 감사 로그 가져오기

인증

AuthorizationBearer

Bearer <token> 형식의 Bearer 인증. 여기서 token은 인증 토큰입니다.

경로 매개변수

account_idstring필수형식: "uuid"
Account ID

쿼리 매개변수

filter[item_id]string선택 사항형식: "uuid"

항목 ID(에셋 ID, 프로젝트 ID, 사용자 ID)로 필터링

filter[inserted_at][op]enum선택 사항

논리 연산자를 사용해 로그 날짜/시간으로 필터링

허용된 값:
filter[inserted_at][value]string선택 사항형식: "date-time"
ISO Datetime
filter[item_type]enum선택 사항

항목 유형으로 필터링

filter[action]enum선택 사항

작업으로 필터링

filter[actor_id]string선택 사항형식: "uuid"

작업자 ID로 필터링

filter[team_id]string선택 사항형식: "uuid"

팀 ID로 필터링

filter[ip_address]string선택 사항

IP 주소로 필터링

IPv4(1.1.1.1) 및 IPv6(2001:db8:3333:4444:5555:6666:7777:8888)를 모두 지원합니다.

pageinteger선택 사항

페이지 번호

page_sizeinteger선택 사항<=10000기본값 50

페이지당 레코드 수

응답 헤더

page-numberinteger
Current page of results
per-pageinteger
Number of entries per page
totalinteger
Total entries across all pagess
total-pagesinteger
Number of pages

응답

Audit logs list response
account_idstring선택 사항형식: "uuid"
actionstring선택 사항
actorobject선택 사항
actor_idstring선택 사항형식: "uuid"
application_idstring선택 사항형식: "uuid"
inserted_atstring선택 사항형식: "date-time"
ip_addressstring선택 사항
item_idstring선택 사항형식: "uuid"
item_typestring선택 사항
request_idstring선택 사항형식: "uuid"
resourceobject선택 사항
team_idstring선택 사항형식: "uuid"
updated_atstring선택 사항형식: "date-time"

오류

401
Unauthorized Error
404
Not Found Error