Release 4.199.0
·
13 commits
to development
since this release
Update firewalls - New
- Update a Linode's firewalls. PUT /linode/instances/{linodeId}/firewalls
- Update a NodeBalancer's firewalls. PUT/nodebalancers/{nodeBalancerId}/firewalls
Object Storage quotas - New
- List Object Storage quotas (GET /object-storage/quotas)
- Get an Object Storage quota (GET /object-storage/quotas/{object-storage-quotaId})
- Get Object Storage quota usage data (GET /object-storage/quotas/{object-storage-quotaId}/usage
Linode Interfaces and firewall templates (BETA) - New
- List Linode interfaces. GET /linode/instances/{linodeId}/interfaces
- Add a Linode interface. POST /linode/instances/{linodeId}/interfaces
- List Linode interface settings. GET /linode/instances/{linodeId}/interfaces/settings
- Update Linode interface settings. PUT /linode/instances/{linodeId}/interfaces/settings
- Get a Linode interface. GET /linode/instances/{linodeId}/interfaces/{InterfacesId}
- Update a Linode interface. PUT /linode/instances/{linodeId}/interfaces/{interfacesId}
- Delete a Linode interface. DELETE /linode/instances/{linodeId}/interfaces/{interfacesId}
- List Linode interface firewalls. GET /linode/instances/{linodeId}/interfaces/{id}/firewalls
- Upgrade to Linode interfaces. POST /linode/instances/{linodeId}/upgrade-interfaces
Linode Interfaces and firewall templates (BETA) - Changed
- Create a Linode. POST /linode/instances
- List Linodes. GET linode/instances
- Get a Linode. GET linode/instances/{linodeId}
- Boot a Linode. POST linode/instances/{linodeId}/boot
- Reboot a Linode. POST linode/instances/{linodeId}/reboot
- Boot a Linode into rescue mode. POST linode/instances/{linodeId}/rescue
- Clone a Linode. POST linode/instances/{linodeId}/clone
- Initiate a DC migration/pending host migration. POST linode/instances/{linodeId}/migrate
- Rebuild a Linode. POST linode/instances/{linodeId}/rebuild
- List configuration profiles. GET linode/instances/{linodeId}/configs
- Get a configuration profile. GET linode/instances/{linodeId}/configs/{id}
- Create a configuration profile. POST linode/instances/{id}/config/{linodeId}/interfaces
- Update a configuration profile. PUT linode/instances/{linodeId}/configs/{configId}
- Get a Linode's IP address. GET linode/instances/{linodeId}/ips
- Delete an IPv4 address. DELETE linode/instances/{linodeId}/ips/{address}
- List firewall templates. GET /networking/firewalls/templates
- Get a firewall template. GET /networking/firewalls/templates/{slug}
- Get default firewalls. GET networking/firewalls/settings
- Update default firewalls. PUT networking/firewalls/settings
- Update a firewall. PUT networking/firewalls/{firewallId}
- Delete a firewall device. DELETE networking/firewalls/{firewallId}
- List firewall devices. GET networking/firewalls/{firewallId}/devices
- Create a firewall device. POST networking/firewalls/{firewallId}/devices
- Get a firewall device. GET networking/firewalls/{firewallId}/devices/{deviceId}
- List IP addresses. GET networking/ips
- Get an IP address. GET networking/ips/{address}
- Assign IP addresses. POST networking/ips/assign
- Assign IPv4s to Linodes. POST networking/ipv4/assign
- Share IP addresses. POST networking/ips/share
- Configure IPv4 sharing. POST networking/ipv4/share
- List VLANs. GET /networking/vlans
- List VPCs. GET /vpcs
- Get a VPC. GET /vpcs/{vpcId}
- List VPC subnets. GET /vpcs/{vpcId}/subnets
- Get a VPC subnet. GET /vpcs/{vpcId}/subnets/{vpcSubnetId}
- List VPC IP addresses.GET /vpcs/ips
- List a VPC's IP addresses. GET /vpcs/{vpcId}/ips
- Get account settings. GET /account/settings
- Update account settings. PUT /account/settings
- Request a service transfer. POST /account/service-transfers
- List regions. GET /regions