Skip to main content

Output API

FairCom Edge's Output API can be used to alter, create, delete, describe, and list outputs

FairCom's Output API enables you to alter, create, delete, describe, and list outputs in FairCom Edge. An output is a connection to an external device, equipment, or service. You connect an output to an integration table. When a record is inserted into the integration table, the output is notified of the insert event and it delivers the inserted tag(s) to the output device, equipment, or service. These actions configure how an output sends tags to its destination.

Note

A tag is a piece of named data with an associated value. For example, the tag temperature 70 includes both the named data temperature and the value 70. In JSON, a tag is a JSON property, such as "temperature": 70. In a SQL table, a tag is a data field, such as a field named temperature with a value of 70.

This section lists the JSON actions that manage outputs in FairCom Edge

JSON hub API
API actions
JSON Action
output actions
alter output
create output
delete output
describe output
list output