For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stream the progress of gateway TLS setup

Drives the whole TLS setup flow and reports its progress as Server-Sent Events.

get
Authorizations
defguard_sessionstringRequired
Path parameters
network_idinteger · int64Required

ID of the network.

Query parameters
common_namestringRequired

Common name for the gateway certificate.

ip_or_domainstringRequired

Address the gateway is reachable at.

grpc_portinteger · int32Required

gRPC port of the gateway.

Responses
200

Server-Sent Event stream with setup progress. Each event carries the current step name and its result.

text/event-stream
stringOptional
get/api/v1/network/{network_id}/gateways/setup

Last updated

Was this helpful?