Actions109
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
Overview
This node operation retrieves activity logs from the AvantGuard - Hudu API. It is useful for monitoring and auditing user actions and system events within the Hudu platform. For example, it can be used to track changes made by specific users, filter logs by resource type or ID, or review actions performed within a certain date range.
Use Case Examples
- Retrieve all activity logs for a specific user by user ID.
- Filter activity logs to show only actions related to a particular resource type and ID.
- Paginate through activity logs by specifying page number and page size.
Properties
| Name | Meaning |
|---|---|
| Additional Query Parameters | Optional query parameters to filter and paginate the activity logs results. |
Output
JSON
logs- Array of activity log entries returned from the API, each containing details about user actions and system events.
Dependencies
- Requires an API key credential for AvantGuard - Hudu API authentication.
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access activity logs.
- Verify that date filters are in ISO 8601 format to avoid query errors.
- If filtering by resource_id, ensure resource_type is also specified to meet API requirements.
- Pagination parameters (page and page_size) should be within valid ranges to avoid empty or error responses.
Links
- Hudu API Documentation - Activity Logs - Official documentation for the activity logs endpoint of the Hudu API.