Search code examples
iotkaa

Endpoint nodes list in Kaa


I want to get list of endpoints in Kaa, I see many REST functions here but all of them need informations like Endpoint Hash Key and ... but I don't know how I can find them. Anybody can help me how I can do this ? and is there a way for geting event on device discovery in Kaa ?

Thanks in advance


Solution

  • You are able to get endpoint key hash in 3 ways :

    1. Get information from Client SDK on your device. Check appropriate documentation of you desirable SDK.

    2. Look at Admin UI in Endpoint profiles menu.

    3. Get via Admin REST API . Please, check profiling section.

    I think it will help you to find your desired information.