exosp-pii-scan-logs
Fetch PII scan logs for specified date range from Exosphere service.
exosp-pii-scan-logs [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss] [order=ORDER]
- profile=PROFILE
- Connect profile code of Exosphere
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10s
means data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- order=ORDER
- asc or desc.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Exosphere connect profile code |
start_time | Date | Start time | Start time of PII scan |
end_time | Date | End time | End time of PII scan |
emp_name | String | Name | e.g. Scott |
dept_name | String | Department name | e.g. Sales |
hostname | String | Hostname | e.g. DESKTOP-XXXXXXX |
os_name | String | OS name | e.g. windows, macos |
user | String | User | OS account name |
detection_type | String | Detection type | e.g. User Full Scan, User Custom Scan, Admin Scheduled Scan |
inspection_type | String | Inspection type | e.g. Full, Quick |
scan_result | String | Scan result | e.g. Success, Fail(Agent Abnormal Termination), Stop, In Progress |
total_file_count | Integer | Total file count | Total number of files subject to inspection |
scan_file_count | Integer | Scan file count | Number of files scanned |
detected_file_count | Integer | Detected file count | Number of files containing personal information |
detected_pii_count | Integer | Detected PII count | Number of personal (sensitive) information items |
protection_type | String | Protection type | e.g. Encryption, No Protection |
protected_target_file_count | Integer | Protected target file count | Total number of files subject to protection |
protected_file_count | Integer | Protected file count | Number of protected files |
dept_path | String | Department path | e.g. Logpresso > Sales |