Programmatic gateway adoption
curl -X POST 'https://defguard.example.com/api/v1/network/42/gateways/adopt' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <your_api_token>' \
-d '{
"name": "prod-gateway-01",
"ip_or_domain": "10.0.0.5",
"grpc_port": 50066
}'Last updated
Was this helpful?