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 年前323 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则