승인 이벤트
GET https://openapi.exosp.com/audit/v1/admin/approval
승인 이벤트를 조회하는 API 입니다.
Query Parameters
offset*
int
((현재 페이지 번호 -1)*tableSize) 현재 페이지의 첫 번째 데이터가 위치한 인덱스를 나타냅니다.
tableSize*
int
페이지 사이즈
timezone
string
응답 데이터 타임존https://en.wikipedia.org/wiki/List_of_tz_database_time_zones 에서 TZ identifier 참고기본값 : UTC
sortType*
string
응답 데이터 정렬 유형 (제어 시각 기준) ASC : 오름차순, DESC : 내림차순
Response Schema
body 상세
data 상세
name
string
사용자 이름
string
사용자 메일
departmentFull
string
그룹 전체 경로
eventType
string
이벤트 유형
Device Approval : 매체 승인
File Export Approval : 파일 반출 승인
Print Approval : 출력물 승인
Temporary Decryption Approval : 암호화 임시 해제 승인
Crypto Archive End Approval : 암호화 보관 종료 승인
Auto-approval settings : 자동 승인 설정
eventLocation
string
이벤트 발생 경로
Admin Console : 관리자페이지
Email
user page : 사용자페이지
auto : 자동
eventDetailData
array
이벤트 유형 데이터 상세
Pending : 대기
Approved : 승인
Rejected : 반려
Allow(File Export Log) : 허용(파일반출 기록)
Block : 연결 차단
Read-only : 읽기전용
Exception : 관제대상에서 제외
Approval expiration time change : 승인 만료 시각 변경
Approved Time : 승인 시각
Expiring Time : 승인 만료 시각
Sensitive Information Files : 개인(민감)정보 파일
Do Not Scan Sensitive Information : 개인(민감)정보 검사 안 함
Sensitive Information Scan-Failed Files : 개인(민감)정보 검사 실패 파일
Encrypted File : 암호화 파일
ip
string
IP
userAgent
string
클라이언트의 브라우저
dateOfEntryUTC
string
정책 생성 시각 UTC 기준, ISO 8601포맷
dateOfEntry
string
정책 생성 시각 요청 타임존 기준, ISO 8601포맷
Example
Last updated