The unique identifier (UUID) of the resource to update
Update Network Resource
Modifies the configuration of an existing network resource including its name, description, and other properties. Changes may affect access policies and user permissions.
Path Parameters
Body
application/json
Body
UpdateResourceDto
Response
Response
Successfully updated the resource
Authentication
Path Parameters
Body
Get Resource Details
Retrieves comprehensive information about a specific network resource including its configuration, associated addresses, protocols, gateway connections, and load balancing settings.
Path Parameters
The unique identifier (UUID) of the resource
Response
application/json
Response
Successfully retrieved the resource
ResourceDto
Allowed values:PRIVATESAASINTERNET
Allowed values:MANUALAUTOMATIC
Default:MANUAL
Allowed values:ONLINEOFFLINE
Show Child Parameters
Network gateway configuration and status information
Show Child Parameters
Authentication
Path Parameters
Remove Network Resource
Permanently removes a network resource from the tenant. The resource must not be linked to any active policies before deletion. This operation will also disconnect all associated gateway connections.
Path Parameters
The unique identifier (UUID) of the resource to delete
Response
Response
Successfully deleted the resource
Authentication
Path Parameters
Configure Resource Load Balancing
Configures load balancing settings for a resource, determining how traffic is distributed across multiple gateways. Supports both manual gateway selection and automatic load balancing algorithms.
Path Parameters
The unique identifier (UUID) of the resource
Body
application/json
Body
ApplyLoadBalancingDto
Allowed values:MANUALAUTOMATIC
Default:MANUAL
Response
Response
Successfully applied load balancing configuration
Authentication
Path Parameters
Body
Connect Resource to Gateways
Establishes network connections between a resource and one or more gateways, enabling users to access the resource through those gateways. This operation is essential for defining network topology and access paths.
Path Parameters
The unique identifier (UUID) of the resource
Body
application/json
Body
Comma-separated list of gateway IDs
Response
application/json
Response
Successfully created resource-gateway connections