The gateway data to create
Gateways
Network gateway configuration and management
Create New Gateway
Creates a new network gateway that will serve as an access point for users and devices to connect to the tenant’s network resources. The gateway will be configured with WireGuard VPN settings and endpoint information.
Body
application/json
Body
Response
application/json
Response
Successfully created the gateway
GatewayDto
Network gateway configuration and status information
Unique identifier for the gateway
Timestamp when the gateway was created
Timestamp when the gateway was first successfully deployed
Timestamp when the gateway was last updated
Human-readable name for the gateway
Detailed description of the gateway’s purpose and location
WireGuard VPN port number for this gateway
Current operational status of the gateway
Allowed values:PENDINGONLINEOFFLINEMAINTENANCEERROR
Error message if the gateway is in ERROR status
Authentication token for gateway communication
Timestamp when the gateway was last online
Whether the gateway can relay traffic between network segments
Network endpoint address for the gateway
Whether the gateway endpoint is automatically discovered
List of resources accessible through this gateway
Show Child Parameters
Authentication
Body
List All Gateways
Retrieves a comprehensive list of all gateways configured for the tenant, including their status, configuration details, and associated resources. This information is essential for network topology management.
Response
application/json
Response
Successfully retrieved gateways
Network gateway configuration and status information
Unique identifier for the gateway
Timestamp when the gateway was created
Timestamp when the gateway was first successfully deployed
Timestamp when the gateway was last updated
Human-readable name for the gateway
Detailed description of the gateway’s purpose and location
WireGuard VPN port number for this gateway
Current operational status of the gateway
Allowed values:PENDINGONLINEOFFLINEMAINTENANCEERROR
Error message if the gateway is in ERROR status
Authentication token for gateway communication
Timestamp when the gateway was last online
Whether the gateway can relay traffic between network segments
Network endpoint address for the gateway
Whether the gateway endpoint is automatically discovered
List of resources accessible through this gateway
Show Child Parameters
Authentication
Remove Gateway
Permanently removes a gateway from the tenant. This operation will disconnect all associated resources and may impact network connectivity. Ensure all resources are reassigned to other gateways before deletion.
Path Parameters
The unique identifier (UUID) of the gateway to delete
Response
Response
Successfully deleted the gateway
Authentication
Path Parameters
Update Gateway Configuration
Updates gateway settings including name, description, WireGuard port, endpoint configuration, and operational status. Changes may require gateway restart to take effect.
Path Parameters
The unique identifier (UUID) of the gateway to update
Body
application/json
Body
UpdateGatewayDto
Allowed values:PENDINGONLINEOFFLINEMAINTENANCEERROR
Response
application/json
Response
GatewayDto
Network gateway configuration and status information
Unique identifier for the gateway
Timestamp when the gateway was created
Timestamp when the gateway was first successfully deployed
Timestamp when the gateway was last updated
Human-readable name for the gateway
Detailed description of the gateway’s purpose and location
WireGuard VPN port number for this gateway
Current operational status of the gateway
Allowed values:PENDINGONLINEOFFLINEMAINTENANCEERROR
Error message if the gateway is in ERROR status
Authentication token for gateway communication
Timestamp when the gateway was last online
Whether the gateway can relay traffic between network segments
Network endpoint address for the gateway
Whether the gateway endpoint is automatically discovered
List of resources accessible through this gateway