Using meter-plugin-sdk-c with truesight.local

C integration

Install
# See https://github.com/jdgwartney/meter-plugin-sdk-c
Gets all group summaries.
curl \
  -H "Cookie: $API_KEY" \
  http://truesight.local/hardware/groups
Gets summarized information about all monitored devices.
curl \
  -H "Cookie: $API_KEY" \
  http://truesight.local/hardware/devices
Gets historical data for a specific group, application or service.
curl \
  -H "Cookie: $API_KEY" \
  http://truesight.local/hardware/history
SDK on GitHub 📄 API Docs
SDK
meter-plugin-sdk-c
C
API
truesight.local
truesight.local
Other SDKs for truesight.local
tsi-sdk-java
At a glance
Language C
Endpoints23
Base URLhttp://truesight.local