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
demandé il y a 4 ans306 vues
2 réponses
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...

répondu il y a 4 ans
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
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions