Skip to content

How to use ADT

Yuanhao Li edited this page Sep 25, 2023 · 16 revisions

Quick Start

Download the Postman Quick Start Collection.

Prepare

Get the ID Token at first

image

Setup the ID Token in Postman Collection

image

Get Channel List of a MF4 file

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".

image

You will get the signal list of the MF4 file. Which could be used for the export quick start tutorial.

Export one Signal

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".

image

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

Links

OpenAPI doc: https://github.com/bosch-engineering/automotive_data_transformer_support/blob/main/adt_openapi_v1.json Postman Collection: tbd

Clone this wiki locally