Data Fabric API

To access the API and its documentation, authentication on the Data Fabric is mandatory, use basic HTTP authentication providing login credentials.

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

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