For Scaleway, this automated workflow retrieves comprehensive server information from various zones, allowing users to filter results by tags, names, public IPs, or zones. Triggered via a webhook, it efficiently aggregates data from Scaleway's API, ensuring quick access to relevant server details, enhancing management and operational efficiency.

View Large Image
For Scaleway, this automated workflow retrieves comprehensive server information from various zones, allowing users to filter results by tags, names, public IPs, or zones. Triggered via a webhook, it efficiently aggregates data from Scaleway's API, ensuring quick access to relevant server details, enhancing management and operational efficiency.
This workflow is ideal for:
This workflow addresses the challenge of efficiently retrieving and filtering information about Scaleway servers. It allows users to:
search_by and search to define the filtering criteria.Split Out ZONE_INSTANCE node divides the predefined zones for separate processing.Loop Over Zone Instance node iterates through each zone, making appropriate API calls to retrieve either instance or baremetal server data based on the zone type.Code node consolidates the server data from all zones, extracting essential details like names, tags, public IPs, types, states, zones, and users.Switch node evaluates the search_by parameter and routes the data to specific filtering nodes based on the chosen criteria.Respond to Webhook nodes, with error handling for unsupported search criteria.