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

Adopt a gateway in a location

Registers the gateway, issues its client certificate and returns the created gateway. Use GET /api/v1/network/{network_id}/gateways/setup to follow the setup progress.

post
Authorizations
defguard_sessionstringRequired
Path parameters
network_idinteger · int64Required

ID of the network.

Body
grpc_portinteger · int32Required
ip_or_domainstringRequired
namestringRequired
Responses
201

Gateway adopted.

application/json
addressstringRequired
certificate_expirystring · nullableOptional
certificate_serialstring · nullableOptional
connected_atstring · nullableOptional
core_client_cert_expirystring · nullableOptional
disconnected_atstring · nullableOptional
enabledbooleanRequired
idinteger · int64Required
location_idinteger · int64Required
modified_atstring · date-timeRequired
modified_bystringRequired
namestringRequired
portinteger · int32Required
versionstring · nullableOptional
post/api/v1/network/{network_id}/gateways/adopt

Last updated

Was this helpful?