Nov 19, 2025 — View databases and NodeBalancers assigned to VPC subnets
about 5 hours ago
Responses from the following endpoints now include information about databases and NodeBalancers assigned to VPC subnets:
- Create a VPC. POST /vpcs
- List VPCs. GET /vpcs
- Get a VPC. GET /vpcs/{vpcId}
- Update a VPC. PUT /vpcs/{vpcId}
- List VPC IP addresses. GET /vpcs/ips
- List a VPC's IP addresses. GET /vpcs/{vpcId}/ips
- Create a VPC subnet. POST /vpcs/{vpcId}/subnets
- List VPC subnets. GET /vpcs/{vpcId}/subnets
- Get a VPC subnet. GET /vpcs/{vpcId}/subnets/{vpcSubnetId}
- Update a VPC subnet. GET /vpcs/{vpcId}/subnets/{vpcSubnetId}
Responses from the following endpoint now include the Database IDs and NodeBalancer IDs associated with a Linode’s VPC.
- Get networking information. GET /linode/instances/{linodeId}/ips
