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 website by its ID from the "Websites" resource. It is useful in scenarios where you need to fetch detailed data for a particular website stored in your AvantGuard Hudu system, such as displaying website details in a workflow, validating existence, or using website data in subsequent automation steps.
Practical Example:
Suppose you have a list of website IDs and want to enrich each with full details (e.g., URL, status, metadata) for reporting or integration with other systems. This node allows you to automate that process by fetching website data based on the provided ID.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | ID of the requested website. Required field. |
Output
The node outputs a json object containing all available details for the website corresponding to the provided ID. The exact structure depends on the API response but typically includes fields such as website name, URL, status, and other metadata.
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- Credentials: Needs an n8n credential named
avantguardHuduApi, which must include at least thebaseUrlfor the API endpoint. - Environment: The base URL for the API should be configured in the credentials.
Troubleshooting
Missing or Invalid Credentials:
If the required credentials (avantguardHuduApi) are not set up or incorrect, the node will fail to connect to the API. Ensure the base URL and any authentication tokens are correct.Invalid Website ID:
Providing an ID that does not exist may result in an error or empty response. Double-check the ID value.API Connection Issues:
Network problems or incorrect API endpoints can cause connection errors. Verify network connectivity and the correctness of the base URL.Common Error Messages:
- 401 Unauthorized: Check your API credentials.
- 404 Not Found: The specified website ID does not exist.
- 500 Internal Server Error: There may be an issue with the API service itself.