Releases
v4.170.0
Compare
Sorry, something went wrong.
No results found
Added
Customers can now view, create, update, and delete VPCs, VPC subnets, and Configuration Profile Interfaces with the API.
VPCs List (GET /vpcs)
VPC Create (POST /vpcs)
VPC View (GET /vpcs/{vpcId})
VPC Update (PUT /vpcs/{vpcId})
VPC Delete (DELETE /vpcs/{vpcId})
VPC Subnets List (GET /vpcs/{vpcId}/subnets)
VPC Subnet Create (POST /vpcs/{vpcId}/subnets)
VPC Subnet View (GET /vpcs/{vpcId}/subnets/{vpcSubnetId})
VPC Subnet Update (PUT /vpcs/{vpcId}/subnets/{vpcSubnetId})
VPC Subnet Delete (DELETE /vpcs/{vpcId}/subnets/{vpcSubnetId})
Configuration Profile Interfaces List (GET /linode/instances/{linodeId}/configs/{configId}/interfaces)
Configuration Profile Interface Add (POST /linode/instances/{linodeId}/configs/{configId}/interfaces)
Configuration Profile Interface View (GET /linode/instances/{linodeId}/configs/{configId}/interfaces/{interfaceId})
Configuration Profile Interface Update (PUT /linode/instances/{linodeId}/configs/{configId}/interfaces/{interfaceId})
Configuration Profile Interface Delete (DELETE /linode/instances/{linodeId}/configs/{configId}/interfaces/{interfaceId})
Configuration Profile Interfaces Order (POST /linode/instances/{linodeId}/configs/{configId}/interfaces/order)
Changed
As part of the VPC launch, the following endpoints have been modified:
Linode Create (POST /linode/instances)
Linode Clone (POST /linode/instances/{linodeId}/clone)
Firewall Create (POST /networking/firewalls)
IPv4 Address Delete (DELETE /linode/instances/{linodeId}/ips/{address})
IP Addresses Assign (POST /networking/ips/assign)
IP Addresses Share (POST /networking/ips/share)
Support Ticket Request (POST /support/tickets)
User's Grants View (GET /account/users/{username}/grants)
User's Grants Update (PUT /account/users/{username}/grants)
All commands with request and response bodies that include Interfaces.
You can’t perform that action at this time.