AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows users to create a new network subnet within a specified network. It is useful in scenarios where you need to programmatically manage network infrastructure by adding subnets to existing networks, such as automating cloud network configurations or integrating network management into workflows.

For example, a user might use this node to add a subnet with specific IP ranges and settings to a virtual private cloud (VPC) in a cloud environment, enabling automated scaling or segmentation of network resources.

Properties

Name Meaning
Id The unique identifier of the network where the subnet will be created.
Network Subnet JSON object containing the parameters for creating the network subnet. This includes all necessary subnet configuration details formatted as JSON.

Output

The node outputs JSON data representing the result of the subnet creation request. This typically includes details about the newly created subnet such as its ID, address range, status, and any other metadata returned by the API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the external network management service.
  • The node uses a REST API endpoint configured with base URL and headers for JSON communication.
  • The user must provide valid network IDs and properly structured JSON subnet parameters.

Troubleshooting

  • Invalid Network ID: If the provided network ID does not exist or is incorrect, the API will likely return an error. Verify the network ID before running the node.
  • Malformed JSON in Network Subnet: The subnet parameters must be valid JSON. Errors in JSON formatting will cause the request to fail. Use JSON validators to ensure correctness.
  • Authentication Errors: Ensure that the API key credential is correctly set up and has sufficient permissions to create subnets.
  • API Rate Limits or Connectivity Issues: Network or API limits may cause failures; check connectivity and API usage quotas.

Links and References

  • Refer to your network provider’s API documentation for detailed schema and options for the subnet creation JSON.
  • JSON validation tools can help prepare the Network Subnet input property correctly.

Discussion