HTTP Connections
There are a limited number of HTTP endpoints that can be used for some specific purposes as detailed bellow.
These are intended for mechanical purposes and are not generally considered 'safe to use' and could be subject to change without a deprecation notice or an API version change. Use at your own risk!
Public
GET /ident
This will trigger this ident feature, making the GUI and buttons flash on a unit.
Authenticated
To access these endpoints the user must be authenticated and have a valid HTTP only session cookie.
GET /flows
This returns a JSON object of all configured flows.
GET /downloadLogs
This returns a .zip file of ALL logs on the unit/server.
GET /licenseMake
This will create a license if the required parameters are populated with valid credentials. To gain access to this endpoint please contact [email protected] to discuss a comercial agreement to fit your workflow.
POST /licenseUpload
This can be used to upload a license file to apply to the unit.
No Comments