Retrieve Activities in Org
This page is no longer maintained (Mar 29, 2023). For the most current information, go to Retrieve activities in Environment/Org.
Â
GET /activities/{org}
Overview
This API retrieves information about activities in the Org.
You can filter responses based on one or more of the following criteria:
project space
project
asset
asset_type
user
event_type
alert_state
is_alert
start
end
offset
limit
Prerequisites
Read access to the requested assets
Request
Path Parameters
Key | Description |
---|---|
| Required. The path to your SnapLogic pod. Example: |
| Required. The name of the SnapLogic Org. |
Query Parameters
Key | Type | Description |
---|---|---|
| string | Returns activities related to a project space. |
| string | Returns activities related to a project. Requires Example: |
| string | Returns activities related to the specified asset. Requires Example: |
| string | Returns activities related to specific type of assets. Valid values:
Example: |
| string | Returns activities related to a user. |
| CSV string | Returns activities of one or more event types separated by commas. |
| string | Returns activities that match the specified alert state. Valid values:
|
| Boolean | If |
| Boolean | If |
| integer | Returns activities that occurred since the specified timestamp. Provide time as Unix time in milliseconds. |
| integer | Returns activities that occurred before the specified timestamp. Provide time as Unix time in milliseconds. |
| integer | Returns no more than the specified number of results. You can use Valid values: 1 through 100,000 Default: 100 |
| integer | Returns a subset of the results starting at this 0-based index. You can use Default: 0 |
Request Header
Specify Basic
for authorization and application/json
for content type.
Request Body
None.
Response
Response Body
Key | Type | Description |
---|---|---|
| integer | The total number of results available. |
| integer | The index of the first result returned. |
| integer | The number of results returned. |
| array | An array of objects containing metadata on each activity. The structure of each object depends on the event type. |
Notes
The activity logs capture the following events:
session_start
session_end
user_create
user_delete
user_auth_failure
user_lockout
user_unlock
password_change
password_reset
asset_create
asset_update
asset_delete
asset_rename
asset_owner_change
asset_move
acl_add
acl_remove
plex_node_add
plex_node_restart
dist_change
dist_override
group_create
group_delete
group_update
plex_congestion
plex_node_enter_maintenance_mode
plex_node_leave_maintenance_mode
Related Links
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.