Get information about your nat gateways
You can get information about one or more of your nat gateways, such as their public IP or the VPC (Virtual Private Cloud) and subnet they belong to.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- compute.natGateway.get
- Console
- API
- Terraform

-
From the left-hand side menu, click Network → VPC → NAT Gateways.
-
You then arrive on the list of nat gateways.
The GET /compute/spaces/{spaceId}/natGateways command lists the nat gateways.
Example request: List all nat gateways ↗
The GET /compute/spaces/{spaceId}/natGateways/{id} command retrieves information about a nat gateway.
Example request: Retrieve the information of a nat gateway ↗
The Terraform documentation is available on the Numspot registry ↗.