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

Update a SNAT binding

put
Authorizations
defguard_sessionstringRequired
Path parameters
location_idinteger · int64Required

ID of the location.

user_idinteger · int64Required

ID of the user.

Body
public_ipstringRequired

New public IP address used for SNAT.

Responses
200

SNAT binding updated.

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

Last updated

Was this helpful?