Update a NAT port-forwarding rule
Update a NAT port-forwarding rule
Authentication
AuthorizationBearer
IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.
Path parameters
vpc_id
VPC ID.
nat_gateway_id
NAT gateway ID.
port_forwarding_rule_id
NAT port-forwarding rule ID.
Query parameters
workspace_id
The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.
Request
This endpoint expects an object.
name
protocol
external_port
internal_ip
internal_port
note
enabled
Response
Port-forwarding rule updated successfully.
name
external_port
internal_ip
internal_port
port_forward_rule_id
vpc_id
nat_gateway_id
status
created_at
updated_at
protocol
note
enabled
organization_id
workspace_id
site_id
error_message
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
