Actions52
- Advanced Actions
- Api Keys Actions
- Clusters Actions
- Dictionaries Actions
- Indices Actions
- Records Actions
- Rules Actions
- Search Actions
- Synonyms Actions
- Vaults Actions
Overview
The "Append source" operation in the Vaults resource allows users to add a new source IP address range and an optional description to the list of allowed sources for accessing their Algolia clusters. This is useful for managing network access restrictions by specifying which IP addresses or subnets are permitted. For example, you might append a new office subnet or a VPN IP range to allow those sources access.
Properties
| Name | Meaning |
|---|---|
| Multiple properties | Select which properties to include in the request body. Options: Source, Description |
| Source | The IP address range (e.g., "10.0.0.1/32") of the source to append |
| Description | A textual description of the source (e.g., "Server subnet") |
Output
The node outputs the JSON response from the API call that appends the source to the allowed sources list. This typically includes confirmation details about the updated sources. There is no binary data output.
Dependencies
- Requires an API key credential with appropriate permissions to manage Vaults.
- Requires configuration of the Algolia application ID and API key in n8n credentials.
- The base URL for requests is constructed using the configured application ID.
Troubleshooting
- Invalid IP address format: Ensure the source IP address range is correctly formatted (e.g., CIDR notation like "10.0.0.1/32").
- Permission errors: Verify that the API key used has sufficient rights to modify Vaults sources.
- Network issues: Confirm network connectivity to the Algolia API endpoint.
- Empty source property: The source field is required; ensure it is provided when appending a source.