v1

latestOpenAPI 3.0.3FortiCNAPP Use License2026-08-041754351.1 MB
CloudActivities

Cloud Activities

Get cloud activity details by invoking the following endpoint:

GET https://YourAccount.lacework.net/api/v2/CloudActivities

Optionally filter by specifying the startTime and endTime of a time range using the following formats:

  • yyyy-MM-dd for example, 2020-12-18

  • yyyy-MM-ddTHH for example, 2020-12-18T08

  • yyyy-MM-ddTHH:mm:ssZ for example, 2020-12-18T08:00:00Z

  • yyyy-MM-ddTHH:mm:ss.SSSZ for example, 2020-12-18T08:00:00.000Z

To use the current time as the end time, exclude the endTime parameter.

Here is an example invocation:

GET https://YourAccount.lacework.net/api/v2/CloudActivities?startTime=2020-12-11T08:00:00Z&endTime=2020-12-18T08:00:00Z

To use the current time as the end time, exclude the endTime parameter.

get/api/v2/CloudActivities

Query parameters

startTimestring

Returns only recorded actions that occurred after this timestamp.

endTimestring

Returns only recorded actions that occurred before this timestamp. If empty or missing, the current time is used.

Headers

Authorizationstring required

Bearer Access Token. For example, "Bearer {YourAPIToken}"

Content-Typestring required

application/json

Response

No Error (List of Cloud Activities)