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

Create a SNAT binding for a user in a location

post
Authorizations
defguard_sessionstringRequired
Path parameters
location_idinteger · int64Required

ID of the location.

Body
public_ipstringRequired

Public IP address used for SNAT.

user_idinteger · int64Required

ID of the user bound to the public IP address.

Responses
201

SNAT binding created.

application/json
idinteger · int64Required
location_idinteger · int64Required
public_ipstringRequired
user_idinteger · int64Required
post/api/v1/network/{location_id}/snat

Last updated

Was this helpful?