This n8n workflow is designed to automate the retrieval, processing, and filtering of Scaleway server information, including both virtual instances and baremetal servers. It begins with a webhook trigger that captures user-defined search parameters (such as tags, name, public IP, or zone). Upon trigger, the workflow fetches server data from multiple specified zones via Scaleway’s API, aggregates this data, and normalizes key details such as server name, tags, IP addresses, type, state, zone, and user. Depending on the search criteria provided, it dynamically filters the collected data through dedicated switch-routing and filtering nodes. The filtered results are then returned to the requester via a webhook response, making this workflow ideal for real-time inventory checks, server management dashboards, or automated reporting in cloud infrastructure management. This setup is particularly useful for DevOps teams or system administrators seeking a streamlined way to monitor Scaleway server assets across multiple zones.
Automated Scaleway Server Data Retrieval and Filtering
Node Count | >20 Nodes |
---|---|
Nodes Used | code, httpRequest, if, respondToWebhook, set, splitInBatches, splitOut, stickyNote, switch, webhook |
Reviews
There are no reviews yet.