Update the name or properties of a managed NAT gateway in a Virtual Data Center using a PATCH request. It updates only the specified properties without affecting other settings.
The following table lists the request body parameters:
Body Parameters
Required
Type
Description
Example
properties.name
No
string
The name of the NAT Gateway.
Updated NAT Gateway
Include the following mandatory fields in the request header to authenticate your requests:
Header Parameters
Required
Type
Description
Authorization
Yes
string
Use a Bearer token to authenticate requests through a JSON Web Token (JWT).
Content-Type
Yes
string
Set it to application/json.
Response
A 202 Accepted response indicates a successful update to the managed NAT gateway. The resource maintains a BUSY status until the update completes. The id and updated properties are provided in the response.
Note: NAT Gateway updates are performed asynchronously. The response includes a Location header with a URL to poll the request status.