How to get the Thing Activity data, AWS IoT

0

Hi,
i am wondering if i can get access of AWS IoT Thing Activity like in the image :
https://drive.google.com/open?id=1JULjDvkzuLlBpAvUPhNNxOIzqQLZKIU5

using aws sdk like boto 3 for python?

or mybe if there are and solution so i can at least access it programmatically without have to access it from user interface.

thanks

rein
已提問 4 年前檢視次數 321 次
2 個答案
0

Good question. Wouldn't it be nice if each UI page had a link to the APIs that implement that page,
or an example program? A lot of technical support would go much quicker...

已回答 4 年前
0

well since i already found the answer, it actually when your device subscribe from topic and the activity is logged, it actually publish the activity to topic "$aws/events/subscriptions/subscribed/{things_name}".

so you can just subscribe to that topic instead to got the activity log from/to your code.

thanks

Edited by: rein on Apr 27, 2020 1:51 AM

rein
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南