Actions13
- Album Actions
- Search Actions
- Asset Actions
Overview
This node interacts with Immich, a self-hosted photo and video management solution, specifically to get statistics about assets (photos and videos). It is useful for scenarios where users want to retrieve analytical or usage data about their media assets managed by Immich, such as total counts, usage metrics, or other statistical insights.
Use Case Examples
- A user wants to monitor the number of photos and videos stored in Immich over time.
- A user needs to generate reports on asset usage statistics for media management purposes.
Properties
| Name | Meaning |
|---|---|
| Request Options | Options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
statistics- The statistical data retrieved about the assets from Immich.
Dependencies
- Requires an API key credential for Immich API authentication.
Troubleshooting
- If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
- Ensure the base URL in credentials is correct and accessible.
- If requests time out, increase the 'Timeout' value in request options.
- When using batching, ensure batch size and interval are set appropriately to avoid rate limiting or server overload.
Links
- Immich API Documentation - Official API documentation for Immich, useful for understanding available endpoints and data structures.