To learn more, visit the Lacework documentation.

Parameters

ParameterDescription
End TimeQuery for changed files until given timestamp.
Start TimeQuery for changed files since given timestamp.

Example Output

{    "paging": {        "rows": 5000,        "totalRows": 5050,        "urls": {            "nextPage": "https://YourLacework.lacework.net/api/v2/Activities/UserLogins/AbcdEfgh123..."        }    },    "data": [        {            "createdTime": "2021-09-10T05:35:45.382Z",            "mid": 12345,            "activityTime": "2021-08-06T06:05:05.260Z",            "activityType": "LOGIN",            "username": "ec2-user",            "uid": 1000,            "sourceIpAddr": "2.141.452.76"        },        {            "createdTime": "2021-09-10T05:35:45.382Z",            "mid": 12345,            "activityTime": "2021-08-06T06:05:05.260Z",            "activityType": "LOGOFF",            "username": "ec2-user",            "uid": 1000,            "sourceIpAddr": "2.141.452.76"        }    ]}

Workflow Library Example

Search User Logins with Lacework and Send Results Via Email

Preview this Workflow on desktop