Block 1 - Code
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
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 inf...
n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Pablo.
Original n8n.io sourceThis 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:
Webhook Trigger:
Receives an HTTP POST request (with basic authentication) containing the search criteria (search_by 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, public_ip, or zone) based on the input criteria.
Response: Returns the filtered data (or an error message) via a webhook response.
Insert Your Scaleway Token:
In the “Edit Fields” node, replace the placeholder Your personal Scaleway X Auth Token with your Scaleway API token.
Configure Zones:
Review or update the zone lists (ZONE_INSTANCE and ZONE_BAREMETAL) to suit your environment.
Send a Request: Make a POST request to the workflow’s webhook endpoint with a JSON payload, for example:
{
"search_by": "tags",
"search": "Apiv1"
}
View the Results: The workflow returns a JSON array of servers matching your criteria, including details like name, tags, public IP, type, state, zone, and user.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Get Scaleway server info with dynamic filtering |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | DevOps |
| Author | Pablo |
| Published | 16 Apr 2025 |
Use the JSON export at /data/workflows/3571/3571.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 inf...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.