ForePaaS APIs
This page describes the ForePaaS Legacy Platform, which no longer accepts new signups. If you are using OVHcloud Data Platform, see the Data Platform APIs.
In addition to the graphical user interface (GUI), you can also interact with your ForePaaS Project through the endpoints in the ForePaaS APIs. It provides a developer alternative to the GUI for building and managing ForePaaS Projects.
Below are the API references for each component.
General formats
Response format
- Data format: JSON see http://www.json.org
- Character set: UTF-8
- All non-empty responses are sent with the header:
Content-Type: application/json; charset=utf-8
HTTP response codes
Error handling
In case of client-side (HTTP status code 4xx) or server-side (HTTP status code 5xx) error, the response body may contain a JSON object describing the error:
Timestamp
All data endpoints return the timestamp associated with the data provided.
Duration
All data endpoints return the duration attribute. It represents the effective time taken by the system to execute a request in seconds.

