opto22.com

Revised: 6/15/2018 Overview This API provides secure access to a SNAP-PAC-R or -S series controller's variable and I/O tags. Confidentiality for API transactions is provided by HTTPS. Authentication uses HTTP Basic Authentication with an API key. An API key ID is submitted in the Basic Aut

55 endpoints iot
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Returns controller's type; firmware version; both mac addresses; and uptime i…
curl \
  /device
Returns the name, date, time, and CRC of the strategy currently in the contro…
curl \
  /device/strategy
Returns the name and value of all (single-precision) float variables in the s…
curl \
  /device/strategy/vars/floats
Endpoints (55 total)
GET
/device
Returns controller's type; firmware version; both mac addresses; and uptime i…
GET
/device/strategy
Returns the name, date, time, and CRC of the strategy currently in the contro…
GET
/device/strategy/vars/floats
Returns the name and value of all (single-precision) float variables in the s…
GET
/device/strategy/vars/int32s
Returns the name and value of all integer32 variables in the strategy
GET
/device/strategy/vars/int64s
Returns the name and value of all integer64 variables in the strategy
GET
/device/strategy/vars/strings
Returns the name and value of all string variables in the strategy
GET
/device/strategy/tables/floats
Returns an array of the name and length of all the float tables in the strategy
GET
/device/strategy/tables/int32s
Returns an array of the name and length of all the integer32 tables in the st…
GET
/device/strategy/tables/int64s
Returns an array of the name and length of all the integer64 tables in the st…
GET
/device/strategy/vars/upTimers
Returns the name and current value of all up timers in the strategy
GET
/device/strategy/tables/strings
Returns an array of the name and length of all the string tables in the strategy
GET
/device/strategy/vars/downTimers
Returns the name and current value of all down timers in the strategy
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints55
Categories1
Other Opto22 APIs (1)
groov