Product docs and API reference are now on Akamai TechDocs.
Search product docs.
Search for “” in product docs.
Search API reference.
Search for “” in API reference.
Search Results
 results matching 
 results
No Results
Filters
API v4.89.1
Changed
- The VLANs List (GET /networking/vlans
) beta endpoint description has been updated with the following:
- Clearer instructions on how to detach a Linode from a VLAN.
- A note that VLANs cannot be renamed.
- A note that VLANs cannot be manually deleted. VLANs that are not attached to any Linodes are automatically deleted within a short timeframe.
Fixed
A bug was fixed that prevented
public
purpose VLAN interfaces that weren’t configured for eth0 from working. This bug has been fixed, and the request body descriptions for thepurpose
property have been updated accordingly for the following endpoints:- Linode Create (POST /linode/instances )
- Configuration Profile Create (POST /linode/instances/{linodeId}/configs )
- Configuration Profile Update (PUT /linode/instances/{linodeId}/configs/{configId} )
Previously, the Configuration Profile Update (PUT /linode/instances/{linodeId}/configs/{configId} ) endpoint erroneously stated the
label
anddevices
properties as required and theinterfaces.purpose
property as optional. Thelabel
anddevices
properties are now stated as optional, while theinterfaces.purpose
property is now stated as required.