Actions39
- Admin Actions
- Consumption Billing Analyzer Actions
- Customer Actions
- Event Actions
- Report - Cyber Resilience Actions
- Report - Endpoint Actions
- Report - Hybrid Workloads Actions
- Report - Usage Actions
- Service Plan Actions
- Task Actions
- Tenant Actions
Overview
The "Get DR Replication Activity Report" operation within the "Report - Hybrid Workloads" resource fetches disaster recovery (DR) replication activity data from the Druva MSP API. This report provides insights into the status and details of replication activities for hybrid workloads, which is critical for monitoring data protection and recovery readiness.
Typical use cases include:
- Monitoring replication success or failure statuses over a specific period.
- Filtering replication activities by customers or DR plans to focus on particular segments.
- Generating reports for compliance audits or operational reviews.
- Automating alerts or dashboards based on replication health.
For example, an IT administrator can use this node to retrieve all replication activities marked as "Failed" in the last 30 days for a set of customers, enabling proactive investigation and remediation.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all results or limit the number of returned items. |
| Limit | Maximum number of results to return when "Return All" is false (range: 1–100). |
| Date Selection Method | Choose how to filter data by date: no filter, specific start/end dates, or predefined relative date ranges. |
| Start Date | Start date (inclusive) for filtering report data; used only if "Specific Dates" is selected. |
| End Date | End date (inclusive) for filtering report data; used only if "Specific Dates" is selected. |
| Date Range | Predefined relative date range for filtering report data, such as current month, previous quarter, last 30 days, year to date, etc.; used only if "Relative Date Range" is selected. |
| Filter by Customer(s) | Whether to filter results by specific customers. |
| Customer IDs | List of customer IDs to filter by; shown only if filtering by customers is enabled. |
| Filter by DR Plan IDs | Whether to filter results by specific disaster recovery plan IDs. |
| DR Plan IDs | List of DR plan IDs to filter by; shown only if filtering by DR plan IDs is enabled. |
| Filter by Replication Status | Whether to filter results by replication status values. |
| Replication Status | List of replication statuses to filter by: Success, Failed, In Progress; shown only if filtering by replication status is enabled. |
Output
The node outputs JSON data representing the DR replication activity report entries matching the specified filters. Each item typically includes fields such as replication status, timestamps, associated customer and DR plan identifiers, and other relevant metadata describing each replication event.
If binary data were involved (e.g., report files), it would be summarized here, but this operation focuses on JSON report data.
Dependencies
- Requires an active connection to the Druva MSP API with appropriate API authentication credentials configured in n8n.
- The node depends on the Druva MSP API endpoints that provide access to customers, DR plans, and replication activity reports.
- Proper permissions are needed on the API key to query reporting endpoints and access customer and DR plan information.
Troubleshooting
Common Issues:
- Incorrect or missing API credentials will cause authentication failures.
- Specifying invalid customer or DR plan IDs may result in empty responses or errors.
- Date filters outside available data ranges may return no results.
- Exceeding API rate limits could cause temporary request failures.
Error Messages:
- Authentication errors: Verify API key validity and permissions.
- "The resource 'reportHybrid' is not implemented!": Ensure the node version supports this resource and operation.
- Network or timeout errors: Check network connectivity and API availability.
- Validation errors on input parameters: Confirm date formats and ID lists are correct.
Resolving these usually involves checking credentials, input parameters, and API service status.
Links and References
- Druva MSP API Documentation (general): https://docs.druva.com/
- Druva MSP Reporting API Reference (for hybrid workloads and DR reports): [Not publicly provided; consult Druva MSP support]
- n8n Documentation on Custom Nodes: https://docs.n8n.io/integrations/creating-nodes/