Actions109
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
Overview
This node retrieves information about a specific network by its ID from the AvantGuard Hudu API. It is useful in scenarios where you need to fetch detailed data for a particular network, such as integrating network details into automated workflows, reporting, or further processing within n8n.
Practical examples:
- Fetching network configuration details for inventory management.
- Retrieving network information to trigger conditional logic in your workflow.
- Integrating with other systems that require up-to-date network metadata.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | Network ID (required). The unique identifier of the network you want to retrieve information for. |
Output
The node outputs a JSON object containing the details of the requested network. The exact structure depends on the AvantGuard Hudu API's response for a "Get Network By Id" request, but typically includes fields such as network name, ID, and other relevant metadata.
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- API Key/Credentials: Needs valid credentials configured in n8n under the name avantguardHuduApi.
- Environment Variable: The base URL for the API must be set in the credentials as baseUrl.
Troubleshooting
- Invalid Credentials: If the API key or base URL is incorrect, authentication errors will occur. Ensure credentials are properly configured in n8n.
- Network Not Found: If an invalid or non-existent network ID is provided, the API may return a 404 error. Double-check the ID value.
- Connection Issues: Network or firewall issues may prevent reaching the AvantGuard Hudu API endpoint.