개인(민감)정보 보호 > 탐지 및 조치 내역
Last updated
curl -X 'GET' \
'https://openapi.exosp.com/logs/v1/sensitive-information/detection-and-action?offset=0&tableSize=1&startTimeUTC=2024-05-01T15%3A00%3A00%2B00%3A00&endTimeUTC=2024-08-01T15%3A00%3A00%2B00%3A00&timezone=Asia%2FSeoul&sortType=DESC' \
-H 'accept: application/json' \
-H 'x-exosp-access: YOUR_ACCESS_KEY' \
-H 'x-exosp-secret: YOUR_ACCESS_SECRET'
{
"code": 0,
"message": "success",
"body": {
"total": 18,
"data": [
{
"name": "김민지",
"departmentName": "맥/크로스플랫폼",
"departmentFull": "어벤져스 > 제품 > 개발 > 맥/크로스플랫폼",
"osType": "macos",
"osUserName": "user(user)",
"computerName": "user의 MacBook Pro",
"detectionType": "Real Time Detection",
"inspectionType": "Quick",
"protectionType": "No Protection",
"protectionResult": "No Protection",
"fileName": "암호화 테스트 파일 1234 2.csv",
"filePath": "/Users/user/Library/CloudStorage/GoogleDrive-minji/내 드라이브/Test/암호화 테스트 파일 1234 2.csv",
"fileSize": "34B",
"sensitiveInfoCount": "2",
"sensitiveInfoDetails": [
{
"type": "Sensitive Info Type",
"name": "Email",
"count": 1
},
{
"type": "Sensitive Info Type",
"name": "Mobile (Korea)",
"count": 1
}
],
"dateOfEntryUTC": "2024-12-06T09:33:41+00:00",
"dateOfEntry": "2024-12-06T18:33:41+09:00"
}
]
}
}