Sync Replicated support bundles into Snowflake on a schedule
Replicated Support Bundles → Snowflake
Syncs all Replicated support bundles from your vendor account into a Snowflake table on a daily schedule. Useful for tracking support bundle activity, correlating bundles with customer health, and building operational dashboards.
How it works
A Schedule Trigger fires daily The Replicated Vendor API (/vendor/v3/supportbundles) is called to fetch all support bundles The bundles array is split and each record is mapped to a flat structure with typed fields The Snowflake destination table is truncated (full refresh), then all records are bulk-inserted
Setup
Create the table — run the [CREATE] REPLICATED_SUPPORTBUNDLES node manually once before activating. Adjust the database/schema to match your Snowflake environment Add your Replicated API Token as an HTTP Header Auth credential (Authorization header) Connect your Snowflake credential Activate the workflow
Notes
This is a full replace on every run, not an upsert — suitable as long as your total bundle count stays manageable Fields synced: id, name, uploadedAt, collectedAt, source, customerId, instanceId, size, viewed
Related Templates
Automate Free IP Analysis: NixGuard AI Summaries & Wazuh Integration
Supercharge Your Security Operations for Free Stop wasting time manually investigating suspicious IP addresses. This wo...
AI Agent with Ollama for current weather and wiki
This workflow template demonstrates how to create an AI-powered agent that provides users with current weather informati...
Convert JSON Objects to Base64 Strings with File Processing
Encode JSON to Base64 String in n8n This example workflow demonstrates how to convert a JSON object into a base64-encod...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments