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
asked 4 years ago323 views
2 Answers
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...

answered 4 years ago
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
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions