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
preguntada hace 4 años325 visualizaciones
2 Respuestas
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...

respondido hace 4 años
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
respondido hace 4 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas