에이전트 설치 및 삭제 이벤트
GET https://openapi.exosp.com/audit/v1/user/policy-setting
사용자 정보를 조회하는 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
사용자 이름
departmentFull
string
그룹 전체 경로
computerName
string
컴퓨터 이름
eventType
string
이벤트 유형
Installation : 설치
Admin Delete : 관리자 삭제
Agent Direct Delete : 에이전트 직접 삭제
Deletion via User Page : 사용자페이지 통한 삭제
osType
string
OS 종류
osVersion
string
OS 버전
ip
string
IP
macAddress
string
컴퓨터 MAC 주소
agentVersion
string
프로그램 버전
dateOfEntryUTC
string
정책 생성 시각 UTC 기준, ISO 8601포맷
dateOfEntry
string
정책 생성 시각 요청 타임존 기준, ISO 8601포맷
Example
Last updated