Service: Flow
| This API is not yet officially released neither maintained. |
Service to store and control Blickfeld flows.
It is used to implement the custom storage API: https://nodered.org/docs/api/storage/
| Method | Request | Response |
|---|---|---|
Get
Get a flow by id
Request
Flow get request
| Field | Type | Default | Unit |
|---|---|---|---|
id |
string |
- |
- |
Flow id |
|||
as_node_red_json |
bool |
- |
- |
If true, the request returns the NodeRed JSON format which can be directly imported. |
|||
Store
Store flow
Request
Flow store request
| Field | Type | Default | Unit |
|---|---|---|---|
id |
string |
- |
- |
ID of the flow NOTE: For node_red_json, this has to match the ID in the NodeRED JSON format. |
|||
flow |
- |
- |
|
Blickfeld Flow config with well-defined high-level attributes |
|||
node_red_json |
- |
- |
|
NodeRed JSON format which can be directly exported from NodeRED Admin UI |
|||