API Reference

Create Isolated Network

Create a new isolated private network within a subscription for secure instance communication.

This endpoint allows you to create private networks with custom IP ranges, enabling network segmentation and secure communication between instances. Perfect for implementing multi-tier application architectures and security isolation.

Key Features:

  • Custom IP Ranges: Define network ranges using standard CIDR notation
  • Automatic Gateway: Gateway IP is automatically configured within the network range
  • Zone Deployment: Networks are deployed within specific availability zones
  • Security Isolation: Complete isolation from other networks and the internet

Best Practices:

  • Use RFC 1918 private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Plan network ranges to avoid conflicts with existing networks
  • Use descriptive names for easy identification and management
  • Consider future expansion when sizing network ranges

Network Requirements:

  • Network address must be the first IP in the range
  • Gateway must be within the defined network range
  • Netmask must match the intended network size
  • Network range must not overlap with existing networks
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!