Changelog
2024-09-06
v1.0 / v1.1 / v1.2 / v1.3
Fixed
- Fixed an issue with
/cloud/image/version/list_all.json
not showing pagination options or the response structure.
- Fixed an issue with
/cloud/volume/list_all.json
not showing pagination options.
2024-02-15
v1.3
Fixed
- Fixed problem where the
mount
and update_mounts
add and remove arguments were not fully accurate.
2024-01-12
v1.0 / v1.1 / v1.2 / v1.3
Changed
- Added
updated_since
filter to /server/list_servers.json
. This will cause only items which have been modified on
of after the specified date to be returned.
/server/list_servers.json
now returns date_updated
values.
2023-12-05
v1.3
Added
- Added in
cloud/volume/add.json
, cloud/volume/mount.json
, cloud/volume/update_mounts.json
, cloud/volume/get.json
, cloud/volume/list_all.json
, and cloud/volume/delete.json
endpoints for managing volumes. This allows for the creation and management of volumes for Cloud Containers.
Changed
- Changed
cloud/ssh/user/add.json
and cloud/ssh/user/update.json
to use a params array instead of specific params for each item.
- Changed
cloud/ssh/user/add.json
, cloud/ssh/user/list_all.json
, and cloud/ssh/user/update.json
to include volume parameters.
- Added
updated_since
filter to: /cloud/server/list_all.json
, /cloud/stack/list_all.json
,
and /cloud/stack/image/list_all.json
. This will cause only items which have been modified on
of after the specified date to be returned.
/cloud/server/list_all.json
now returns created
and date_updated
values.
2023-06-07
v1.0 / v1.1 / v1.2
Added
- Added an optional parameter to
/ssh/key/get.json
to include the users associated with the key.
2022-10-02
v1.2
Changed
- Change
/srs/create_contact.json
with new extension parameters for all phone types, plus the addition of postal_address2
.
- Change
/srs/create_domain.json
with a new billing_contact_id parameter.
- Change
/srs/transfer_domain.json
with an entirely new parameter structure which better suits the optional parameters this function has.
- Change
/srs/update_domain_contacts.json
with a new billing_contact_id parameter.
- Change
/srs/update_contact.json
with new extension parameters for all phone types, plus the addition of postal_address2
.
2021-05-20
v1.1
Added
- Add
/cloud/stack/copy.json
that allows you to clone a Cloud Container.
- Add
/cloud/stack/overwrite.json
that allows you to overwrite a Cloud Container.
2021-05-17
v1.1
Added
- Added a flag to the response of
/dns/create_domain.json
to indicate if a zone migration has taken place.
Fixed
- Modified the
/redirect/list_redirects.json
to include the source URL's path in the key of the returned objects.
2020-10-29
v1.1
Added
- Add
/cloud/server/get_update_window.json
that allows you to see when your managed server’s update window is.
- Add
/cloud/server/set_update_window.json
that allows you to set your managed server’s update window.
- Add
/cloud/server/update_minimum_tls_version.json
that allows setting a minimum TLS version for your server.
- Add
/cloud/stack/environment/{delete, get, update}.json
endpoints for getting and manipulating Cloud Container environment variables.
- Add
/redirect/list_redirects
to get a list of redirects that have been set up.
Changed
- Change all the
/cloud/db
, cloud/db/grant
, and cloud/db/user
endpoints so you can now specify MySql Host version, as it is now required to create/modify/remove Databases, their grants, and users.
- Change
/cloud/db/list_all.json
so you can filter by MySql Host version when listing databases.
- Change
/cloud/db/user/list_all.json
so you can filter by MySql Host version when listing database users.
- Change
/dns/list_domains.json
to paginate the response, allow sorting, and allow filtering domains that contain a substring.
- Change
/dns/list_ips.json
to paginate the response, and allow sorting.