workflows.fit
Back to n8n workflows
n8n templateFreeBy Pablo

Get Scaleway server info with dynamic filtering

Get Scaleway Server Info with Dynamic Filtering Description This workflow is designed for developers, system administrators, and DevOps engineers who need to retrieve and filter Scaleway server information quickly and...

DevelopmentCore NodesUtilityCodeSetSwitchWebhook
Loading interactive preview...

Template notes

Get Scaleway Server Info with Dynamic Filtering

Description

This workflow is designed for developers, system administrators, and DevOps engineers who need to retrieve and filter Scaleway server information quickly and efficiently. It gathers data from Scaleway instances and baremetal servers across multiple zones and is ideal for: - Quickly identifying servers by tags, names, public IPs, or zones. - Automating server status checks in production, staging, or test environments. - Integrating Scaleway data into broader monitoring or inventory systems.

High-Level Steps

- Webhook Trigger: Receives an HTTP POST request (with basic authentication) containing the search criteria (searchby and search).

- Server Data Collection: Fetches server data from Scaleway’s API endpoints for both instances and baremetal servers across defined zones.

- Data Processing: Aggregates and normalizes the fetched data using a Code node with helper functions.

- Dynamic Filtering: Routes data to dedicated filtering routines (by tags, name, publicip, or zone) based on the input criteria.