-
Notifications
You must be signed in to change notification settings - Fork 3
How to use ADT
Please refer to the documentation, how to get the ID Token
Download the request data template curl_channel_list.json.
curl -X POST --data @curl_channel_list.json \
-H "Content-Type: application/json" \
-H"Authorization: Bearer <IDToken>" \
https://api.automotive-data-transformer.com/v1/
You will get the signal list of the MF4 file. Which could be used for the export quick start tutorial.
Download the request data template curl_export_one_signal.json.
curl -X POST --data @curl_export_one_signal.json \
-H "Content-Type: application/json" \
-H"Authorization: Bearer <IDToken>" \
https://api.automotive-data-transformer.com/v1/
You will find the exported parquet file of the chosen signal in the output folder.
Download the Postman Quick Start Collection.

Open the request "Quick Start Get Channels". Fill the needed fields. The input bucket must be the bucket that the cross account role has the access to. And then click "Send".

You will get the signal list of the MF4 file. Which could be used for the export quick start tutorial.
Open the request "Quick Start Export Signal". Fill the needed fields. The input and output bucket must be the buckets that the cross account role has the access to. And then click "Send".

You will find the exported parquet file of the chosen signal in the output folder.