Exosphere

Download 49
Last updated Mar 6, 2026

exosp-inhouse-app-access-logs

Fetch in-house application access logs for specified date range from Exosphere service.

exosp-inhouse-app-access-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

FieldTypeNameDescription
_timeDateEvent timeEvent occurrence time
profileStringConnect profileExosphere connect profile code
emp_nameStringEmployee namee.g. Scott
dept_nameStringDepartment namee.g. HR
hostnameStringHostnameComputer name
os_nameStringOS namee.g. windows, macos
emp_emailStringEmailUser email address
ipIPIPIP address
device_idStringDevice IDDevice identifier
is_agent_installedBooleanIs agent installedWhether the agent is installed
browserStringBrowserBrowser name
app_nameStringApp nameApplication name
resultStringAccess resultAccess result. e.g. Success, Fail
fail_reasonStringFail reasonFail reason. e.g. Inaccessible operating system
collect_timeDateServer time