Authorizations
Enter your bearer token in the format: Bearer {token}
Body
A human-readable name for the new instance.
3 - 20"Primary Production VPN"
A unique hostname for the instance. This will be part of the FQDN. Must be a valid hostname segment (e.g., 'my-vpn-gateway').
3 - 20"prod-vpn-sjc"
The identifier for the geographical region to deploy the instance. See the /servers/regions endpoint for available options.
"sjc"
Response
The VPN instance was created successfully.
The unique identifier for the VPN instance.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
A human-readable name for the instance.
"Primary Production VPN"
The geographical region where the instance is deployed.
"sjc"
The fully qualified domain name (FQDN) of the VPN instance.
"my-vpn-gateway.vpn.altostr.at"
Indicates if the initial server setup has completed.
true
Indicates if the RSA certificates have been generated.
true
Indicates if the Diffie-Hellman parameters have been generated.
true
A general indicator of the server's readiness.
true
An array of strings indicating any ongoing configuration changes. An empty array means the configuration is stable.
["peer-created"]A list of network routes (in CIDR notation) that will be pushed to connecting clients.
A list of public DNS servers to be used by clients.
A list of private DNS servers for specific domains (split-tunnel DNS).
A list of domain names that should be resolved using the split_dns servers.
A list of custom DNS records to be served by the instance's DNS proxy.
A list of firewall rules applied to the instance.
The timestamp when the instance was created.
"2025-10-29T12:30:31Z"