To access the API and its documentation, authentication on the Data Fabric is mandatory.

It's possible to use :

You will find all the necessary information for the use of this API here : DATAFABRIC_URL/api/doc

For API use, we recommend to use basic HTTP authentication.

Example

To retrieve your platforms list:

curl https://manager.prod.saagie.io/api/v1/platform -u myUser:myPassword


To retrieve your jobs list:

curl https://manager.prod.saagie.io/api/v1/platform/3 -u myUser:myPassword