Release 1.9

Nov, 29 2017

New in this release

The following features are new or updated in this version:

  • All the JSON schemas have been updated to the draft-06.
  • New section to provide Block Storage.

Deprecation summary

There aren't any methods deprecated in this release.

Resolved issues

The following issues have been solved in the last update:

  • Several examples that didn’t match with the schema have been updated.

Release 1.8

Oct, 30 2017

New in this release

The following features are new or updated in this version:

  • All the JSON schemas have been updated to the draft-04.
  • New section to provide SSH Key management
  • Server methods updated to support SSH Keys

Deprecation summary

There aren't any methods deprecated in this release

Resolved issues

The following issues have been solved in the last update:

  • Several examples that didn’t match with the schema have been updated.

Release 1.7

Oct, 11 2017

New in this release

The following features are new or updated in this version:

  • All the JSON schemas have been updated to the draft-04.

Deprecation summary

There aren't any methods deprecated in this release

Resolved issues

The following issues have been solved in the last update:

  • Several examples that didn’t match with the schema have been updated.

Release 1.6

May, 18 2016

New in this release

The following features are new or updated in this version:

  • API rate limit set at 25 requests per minute: before it was 1500 request per hour.
  • Add your own SSH key during server creation: on server creation you can add your own SSH key to access to the server using the parameter "rsa_key". More information in POST /server schema.
  • Retrieve current user permissions: you can retrieve the execution permissions for the user whose API token you are using, with the new API method /users/current_user_permissions

Deprecation summary

There aren't any methods deprecated in this release

Resolved issues

The following issues have been solved in the last update:

  • /users retrieves information about the rol the user belongs to.
  • /roles response has a parameter "default" to define if the role is the default one for the Cloud Panel
  • /vpns/{id}/configuration_file returns a zip file in base64.

Release 1.5

February, 29 2016

New in this release

The following features are new or updated in this version:

  • New resource to check the prices: you can use the resource /pricing to know the price of every billable item.
  • New info for server appliances: you can get the categories and version for applications in resource /server_appliances.

Deprecation summary

The following parameters have been deprecated or renamed:

  • Resource /server_appliances: the parameter architecture has been renamed to os_architecture.
  • Resource /server_appliances: the parameter automatic_installation has been deprecated.
  • Parameter cloudpanel_id returned in several resources has been deprecated.

Resolved issues

The parameter name for resources server_appliances and dvd_isos is more human readable

Release 1.4

January 27th, 2016

New in this release

The following features are new or updated in this version:

  • New resources to ping the API status: you can use the resources /ping and /ping_auth to know the status of the API and to validate the token you are using.
  • New resource to get your permissions: you can easily know your current permissions with the new resource/users/current_user_permissions

Deprecation summary

There aren't any methods deprecated in this release

Resolved issues

No significant issues were resolved in this release

Release 1.3

December 9th, 2015

New in this release

The following features are new or updated in this version:

  • New data centre support: you can create any element (servers, shared storages, load balancers...) chosing their data centre and consult the data centre where is placed every of them.

Deprecation summary

There aren't any methods deprecated in this release

Resolved issues

The following issues have been solved:

  • The resource /servers/{server_id}/clone was not working properly.
  • The parameters cifs_path and nfs_path for the resource /shared_storages had a wrong value.
  • The parameters server_id for the resource /images returned in some cases 0 instead a null string.

Release 1.2

November 11th, 2015

New in this release

The following features are new or updated in this version:

  • New resources for managing Roles: you can create, delete and assign permissions to Roles from Cloud Server API with the new resource /roles
  • Methods GET /shared_storages/access and PUT /shared_storages/access have changed. Currently they return an array with the keys to access your shared storage on each data centre.

Deprecation summary

There aren't any methods deprecated in this release

Resolved issues

No significant issues were resolved in this release

Release 1.1

October 14th, 2015

New in this release

The following features are new or updated in this version:

  • New resources for managing VPN: you can create and delete VPN from Cloud Server API with the new resource /vpns
  • New servers: you have new configurations of fix servers. You can get them with the resource /servers/fixed_instance_sizes

Deprecation summary

There aren't any methods deprecated in this release

Resolved issues

No significant issues were resolved in this release