Stream the progress of gateway TLS setup
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
401
Session is missing or invalid.
application/json
403
Requires admin privileges.
application/json
get/api/v1/network/{network_id}/gateways/setup
GET /api/v1/network/{network_id}/gateways/setup?common_name=text&ip_or_domain=text&grpc_port=1 HTTP/1.1
Accept: */*
data: {"step":"CheckingConfiguration","version":null,"message":null,"logs":null,"error":false}
data: {"step":"CheckingVersion","version":"2.1.0","message":null,"logs":null,"error":false}
data: {"step":"ConfiguringTls","version":null,"message":null,"logs":null,"error":false}
data: {"step":"Done","version":null,"message":null,"logs":null,"error":false}
Last updated
Was this helpful?