Documentation History (Old Page)
This page lists the major updates of the public documentation. Minor changes are not mentioned.
2024
June 17, 2024
As of June 17, 2024, the release notes are located on a new page: Release Notes. |
May 23, 2024
-
A technical guide explaining how to use the pagination for API requests is now available: Tutorial: Paginating an API Request.
April 26, 2024
-
The AWS Compatibility Matrix page is more comprehensive:
-
Previously, this page listed the correspondences of API methods only in the AWS → OUTSCALE direction, which meant that OUTSCALE API methods that do not have an AWS equivalent were not mentioned. Now, this page mentions all methods including those that are exclusive to the OUTSCALE API.
-
Also, you can now sort the table by clicking the column headers.
-
-
The EIM Policy Generator now offers a second output format:
-
In addition to the raw JSON format, which can be used with Cockpit, the generated policy is also presented as a JSON string, which is the format necessary if you want to paste this result in the parameter of an OSC CLI command.
-
March 14, 2024
-
The visual theme of the documentation website has been updated, in order to match the colors of the other OUTSCALE websites.
February 19, 2024
-
Wait conditions are now documented in the OUTSCALE Object Storage (OOS) section: Using Wait Conditions.
January 23, 2024
-
An interactive page is now available to help you generate EIM policies: EIM Policy Generator.
January 15, 2024
-
A technical guide explaining how to configure and use the Discard feature is now available: Configuring and Using the Discard.
2023
December 29, 2023
-
End of Life (EOL) of Cockpit v1. As of this date, Cockpit v1 is no longer available in any of our Regions. For more information, see End-of-Life Policy.
November 30, 2023
-
The Object Lock feature is now available in the OUTSCALE Object Storage (OOS) documentation. For more information, see Managing Object Lock.
-
As of this date, Cockpit v1 is no longer available in the cloudgouv-eu-west-1 Region. For more information, see End-of-Life Policy.
November 29, 2023
-
The page documenting the error codes of the OUTSCALE API has been updated. For more information, see List of OUTSCALE API Errors.
November 27, 2023
-
The password policy has been updated. For more information, see About Password Protection.
October 20, 2023
-
End of Support and Maintenance (EOSM) of Cockpit v1. As of this date, Cockpit v1 is no longer fixed nor supported. For more information, see End-of-Life Policy.
October 5, 2023
-
In the User Guide, the procedure pages now include descriptions and examples for OSC CLI, instead of only linking to sections of the OUTSCALE API documentation. For example, see Creating VMs > Creating VMs Using OSC CLI.
-
These OSC CLI descriptions and examples are the same in the User Guide and the OUTSCALE API documentation. Therefore, you can choose to use either part of the site depending on your browsing preference.
September 20, 2023
-
Cockpit v2 is now out of beta following the deployment of version 2.9:
-
As a consequence, the User Guide will now primarily use the terms used by Cockpit v2, which are also the terms of the OUTSCALE API (for example, resources are called virtual machines, Nets, etc.), rather than the legacy AWS terminology that was previously used (for example, instances, VPCs, etc.). Tooltips remain available on mouse hover to facilitate the transition. This terminology change also applies to page titles (for example, About Instances now redirects to About VMs).
-
For more information about version 2.9 of Cockpit v2, see the Cockpit v2 Release Notes (Old Page).
-
September 18, 2023
-
A new version of IAM has been released. A page summarizing all the new features and updates of this release is available: IAM 1.5 Features Reference.
-
As a consequence, you can find the following new content in the documentation:
August 30, 2023
-
The OUTSCALE API documentation now includes fully functional code samples:
-
Each of the 180 available methods features at least one code sample per programming language.
-
Some of the methods feature multiple code samples per programming language. For example, the CreateImage method features four different code samples, each one for a different use case in terms of request parameters.
-
For convenience, two copy buttons appear next to each code sample on mouse hover:
-
: The first button copies the code as is, therefore as a multiline string.
-
: The second button copies the code formatted as a single-line command (where applicable).
-
-
July 27, 2023
-
The search feature of the User Guide has been improved:
-
When using the search bar at the top right, you can now view the results in a distinct page and not only in the dropdown list.
-
You can now add the public documentation to your browser’s search engines. Doing so enables you to quickly search the documentation website by using a keyword shortcut. For example, you can type
osc vm types
in your URL bar to directly launch a search for "vm types" in the documentation, even if you are not already on the website. For more information, see Searching the Public Documentation From Your URL Bar.
-
-
You can now export any page of the User Guide to the PDF format, by using the button located in the right-side column of each page.
June 27, 2023
-
The API documentations have been updated:
-
The Authentication sections have been rewritten.
-
Code samples for the login/password authentication are now included.
Note that the login/password authentication is only supported for certain actions, in the OUTSCALE API (for example, ReadAccessKeys) and in the ICU API (for example, ListAccessKeys). -
Code samples in JavaScript are now included for the OUTSCALE API.
They are based on the OUTSCALE SDK for TypeScript/JavaScript. -
You can now switch between the programming languages by using the buttons above each code sample, as well as in the top left corner.
-
June 23, 2023
-
The AWS Compatibility Matrix has been updated. This page lists the correspondences between AWS-Compliant API methods and OUTSCALE API methods.
May 3, 2023
-
RSS feeds are now available to help you keep track of documentation updates. You can subscribe to the following feeds, which correspond to the three tabs on the home page:
January 31, 2023
-
A page describing the different maturity levels of OUTSCALE open source projects is now available: Open Source Projects.
2022
December 20, 2022
-
Two technical guides related to cloud-init are now available:
-
One provides a general introduction to the cloud-init tool: Introduction to cloud-init.
-
The other provides a step-by-step approach to using cloud-init in an OUTSCALE VM: Using cloud-init with User Data.
-
November 16, 2022
-
A technical guide explaining how to enable nested virtualization is now available: Enabling Nested Virtualization.
October 4, 2022
-
All procedures of the User Guide that can be executed with OSC CLI now include links to the corresponding sections of the OUTSCALE API documentation.
September 20, 2022
-
A page summarizing the concepts and compatibility of the Elastic Identity Management (EIM) service is now available: About EIM.
August 19, 2022
-
To improve the user experience of the API documentations, the red and green banners indicating the authentication methods have been moved toward the beginning of each API method section.
August 16, 2022
-
In terms of governance for your account, it can be a best practice to create an EIM user whose only right is to read your consumption information. As such, a new tutorial is now available: Tutorial: Getting Your Consumption Using an EIM User.
August 12, 2022
-
The display of multiline parameter descriptions has been fixed in the API documentations.
July 13, 2022
-
In the API documentations, the code samples have been updated:
-
For the OUTSCALE API: The existing code samples with OSC CLI, Curl, and in Python have been improved.
-
For the FCU, LBU, EIM, ICU, and DirectLink APIs: Code samples with OSC CLI and Curl are now included.
-
June 23, 2022
-
The documentation of Cockpit v2-beta is now live. For more information about Cockpit v2, see About Cockpit > Cockpit v2 and for more information about available features, see Cockpit v2 Features Reference.
May 23, 2022
-
A page listing the OUTSCALE API errors is now available. For more information, see List of OUTSCALE API Errors.
May 3, 2022
-
All FAQs have been updated and are now available on our Support website. For more information, see https://support.outscale.com.
March 14, 2022
-
A new tutorial for OUTSCALE Monitoring Services (OMS) is now available: Tutorial: Archiving Your API Logs.
February 18, 2022
-
The OUTSCALE Object Storage (OOS) documentation has been updated. Detailed procedures are now available on cross-origin resource sharing (CORS) for buckets, the lifecycle of objects, and object tags. For more information, see Managing CORS on Your Buckets, Managing the Lifecycle of Your Buckets, and Managing the Tags of an Object.
Related Pages
AWS™ and Amazon Web Services™ are trademarks of Amazon Technologies, Inc or its affiliates in the United States and/or other countries.