Get information about your VPC
You can get information about one or more of your VPC (Virtual Private Cloud), such as their CIDR (Classless Inter-Domain Routing) block or their allocation option. Information about your VPC is also available from the VM (Virtual Machine) themselves.
Permissions
This action requires the following IAM (Identity and Access Management) permissions:
- compute.vpc.get
- Console
- API
- Terraform

-
Log in to the Numspot console.
-
From the left-hand side menu, click Network → VPC → VPC.
-
The list of VPC appears. Click the VPC ID concerned.
-
The VPC details page appears.
The GET /compute/spaces/{spaceId}/vpcs command lets you list the VPC.
Example request: List all VPC ↗
The GET /compute/spaces/{spaceId}/vpcs/{id} command lets you retrieve the information of a VPC.
The Terraform documentation is available on the Numspot registry ↗.