cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the data getting stored in IOT 4.0 and how it can be accessed at Database level?

Former Member
0 Kudos

I am using SAP Leonardo IOT Service.Where I have created the Device, Capabilities and Measures. Now I am sending data to SAP Cloud Platform Internet of Things Service using HTTP REST. How can I access this Data at Database Level and where it is getting stored.

Thanks and Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

andrea_bisogno
Discoverer
0 Kudos

Hi,

processing of messages, in this context storing messages in SQL Database, can not be done during runtime. This means that, if you want to use message processing, this service must be setup at deployment time.

Once the SQL service has been configured, you can query data stored on the DB (for instance data sent from the devices) through the Cockpit or, more directly, through the API exposed from the "Internet of Things Service API Documentation".

Maybe this documentation can help you: https://help.sap.com/viewer/8fa1879d878549cbad54b328d96dbdd3/Cloud/en-US/45687dfe3cda4c3686ce23d4262...

Kind regards,

Andrea