Skip to main content
12-Amethyst
August 21, 2024
Solved

How to read Value through configuration API service?

  • August 21, 2024
  • 1 reply
  • 1111 views

Hello Team,

 

I would like to read the value from configuration API service, How can read the Value? 

 

BRangi_0-1724241052259.png

 

Best answer by rajskumar

The Config API is used to perform Kepserver configuration from remote machines. It can’t be used to read the value of a tag. You need to use the REST server of the IoT gateway, and then you can read the value using any REST client.

1 reply

rajskumar16-PearlAnswer
16-Pearl
August 21, 2024

The Config API is used to perform Kepserver configuration from remote machines. It can’t be used to read the value of a tag. You need to use the REST server of the IoT gateway, and then you can read the value using any REST client.

BRangi12-AmethystAuthor
12-Amethyst
August 22, 2024

Thank you @rajskumar .