exosp-av-scan-logs
Fetch antivirus scan logs for specified date range from Exosphere service.
exosp-av-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 antivirus scanning |
end_time | Date | End time | End time of antivirus scanning |
os_name | String | OS name | e.g. windows, macos |
hostname | String | Hostname | e.g. Scott's MacBook Pro |
dept_name | String | Department name | e.g. HR |
emp_name | String | Employee name | e.g. Scott |
user | String | User | e.g. scott |
total_scan_count | Integer | Total scan count | |
done_scan_count | Integer | Done scan count | |
detect_count | Integer | Detect count | |
disinfected_count | Integer | Disinfected count | |
quarantined_count | Integer | Quarantined count | |
skipped_count | Integer | Skipped count | |
dept_path | String | Department path | e.g. Logpresso > HR |