Skip to content

Releases: linode/linode-api-docs

v4.81.0

03 Dec 20:45

Choose a tag to compare

Fixed

  • A bug was fixed to allow preservation of URL parameters for service monitor addresses set at the following endpoints:

  • OAuth Reference has been updated to include Firewall, Maintenance, and Object Storage security scopes.

  • The x-linode-grant for the Event Mark as Seen (POST /account/events/{eventId}/seen) endpoint has been corrected to read_only. Previously, it was stated as read_write.

  • The OAuth scope for the Firewalls List (GET /networking/firewalls) endpoint has been correct to firewall:read_only. Previously, it was stated as firewalls:read_only.

4.81.0: [Update] Managed Service Create/Update address examples (#364)

03 Dec 20:50
0e67874

Choose a tag to compare

* Add URL examples to POST /managed/services

* Add spacing

v4.80.0

16 Nov 19:49

Choose a tag to compare

Changed

  • CNAME records now allow for a trailing period (.) on target entries. Previously, a CNAME record ending in a period (.) would result in an error. The endpoints affected by this change are:

v4.79.0

04 Nov 22:04
23023d9

Choose a tag to compare

Added

  • Added the Object Storage Object ACL View (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object Storage bucket's currently configured Access Control List (ACL). ACLs define who can access your buckets and objects and specify the level of access granted to those users.

  • Added the Object Storage Bucket Access Update (PUT /object-storage/buckets/{clusterId}/{bucket}/access) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.

  • Added the Object Storage Transfer View (GET /object-storage/transfer) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the Object Storage Pricing and Limitations guide for details on Object Storage transfer quotas.

  • Added the objects field to the following Object Storage endpoints:

    The object field returns the number of objects stored in a bucket.

Fixed

  • Error messages for Firewalls endpoints have been improved. When applicable, they now return a Firewall Device's label and id.

v4.78.3

21 Oct 15:51

Choose a tag to compare

Changed

v4.78.0

19 Oct 17:33

Choose a tag to compare

v4.77.0

05 Oct 19:46

Choose a tag to compare

Added

  • Added the message field to the Event schema object. The message field provides additional information about the event. Additional information may include, but is not limited to, a more detailed representation of events which can help diagnose non-obvious failures. This new field is available on the following Account Event endpoints:

    • Event List (GET /account/events)
    • Event View (GET /account/events/{eventId})
  • Added the deprecated field to the Kernel schema object. If this Kernel is marked as deprecated, this field has a value of true; otherwise, this field is false. This new field is available on the Linode Instances Kernel endpoints:

    • Kernels List (GET /linode/kernels)
    • Kernel View (GET /linode/kernels/{kernelId})

Changed

  • Updated the endpoint names to follow the convention noun followed by verb. For example, View Account is now named Account View.

  • Updated the description for the Object Storage Key Create (POST /object-storage/keys) endpoint with information on the available Access Key and Limited Access Key creation options.

  • Updated the bucket_access field description in the ObjectStorageKey schema object with a note about the results of omitting this field when creating a limited access Object Storage Key.

Fixed

  • The User's Grants View (GET /account/users/{username}/grants) endpoint was updated to have a less restrictive authorization of account:read_only instead of account:read_write. This fixes the discrepancy between specification and endpoint behavior.

v4.76.1

25 Sep 19:16

Choose a tag to compare

  • Object Storage bring your own TLS/SSL Cert endpoints.
  • Spec version bump to 4.76.1

v4.76.0

21 Sep 20:37

Choose a tag to compare

Added

  • When you have active Domains on your Account, but no active Linodes, your domains are not served. The List Notifications (GET /account/notifications) endpoint now returns a notification to alert you when your Account falls under this case.

  • The NodeBalancers endpoints error messages were improved to include information about a field's valid values.

Fixed

v4.73.0

25 Aug 11:34

Choose a tag to compare

Added

  • Added the BETA List Maintenance (GET /account/maintenance) endpoint. This new beta endpoint allows you to view a collection of maintenance objects for any entity you have permissions to view. Currently, Linodes are the only entities available for viewing.

Fixed

  • A bug was fixed that would result in a 500 error when filtering domain records by a non-existent tag. This will now return a 200 response with an empty pagination result.
  • Previously, NS and CNAME records could be created for each other, resulting in errors when the zone file is rendered. If this is attempted now, the record creation will fail with a "Record conflict" message.
  • Changes were made to the (GET /linode/instances) endpoint to improve response time.