Oct 17, 2024 — Volume encryption (Limited availability)
v4.189.1
Changed
-
Volumes. Add and view Block Storage Encryption on volumes. Updated operations or responses:
-
Create a volume (POST /volumes)
-
List volumes(GET /volumes)
-
Get a volume (GET /volumes/{volumeId})
-
Update a volume (PUT /volumes/{volumeId})
Encryption key rotation
When a volume is in the process of rotating encryption keys, requests to resize, delete, or clone a volume fails.
-
-
Regions. List the regions or check a region for
Block Storage Encryption
support. Updated responses:-
List regions (GET /regions)
-
Get a region (GET /regions/{regionId})
-
-
Linode. The
capabilities
field is added to API responses, to indicate ifBlock Storage Encryption
is available for the linode instance. Also, you can check ifBlock Storage Encryption
is enabled on a specific linode volume. Updated responses:- Create a Linode (POST /linode/instances)
- List Linodes (GET /linode/instances)
- Get a Linode (GET /linode/instances/{linodeId})
- Update a Linode (PUT /linode/instances/{linodeId})
- Rebuild a Linode (POST /linode/instances/{linodeId}/rebuild)
- List a Linode's volumes (GET /linode/instances/{linodeId}/volumes)
-
Accounts. The
capabilities
field now includesBlock Storage Encryption
if the account has block storage encryption capability.- Get your account (GET /account)
- Update your account (PUT /account)