• Docs
  • Home

›Monitor

Messages

  • Set Property Fixed
  • Delete Message Property
  • Move Property
  • Map Range

Data Formats

  • Convert to/from JSON
  • Convert to/from XML
  • Convert to/from YAML
  • Generate CSV output
  • Parse CSV input
  • Simple GET request
  • Split text

Flow Control

  • Trigger On Start
  • Trigger At Interval
  • Trigger At Time
  • Route On Property
  • Route On Context
  • Operate On Array
  • Trigger Timeout
  • Trigger Placeholder
  • Rate Limit Messages
  • Rate Limit Message Stream
  • Report By Exception
  • Join Streams

Error handling

  • Retry On Error
  • Trigger On Error

HTTP Endpoints

  • Create Endpoint
  • Handle Query Parameters
  • Handle Url Parameters
  • Access Headers
  • Serve JSON
  • Serve Local File
  • Post Data
  • Post Form Data
  • Post JSON
  • Cookies

HTTP Requests

  • GET Request
  • Set URL
  • Set URL using Template
  • Set Query String
  • Parse JSON
  • Binary Response
  • Set Request Header

MQTT

  • MQTT broker
  • Publish Message
  • Set the topic
  • Publish Retained Message
  • Subscribe to a topic
  • Receive a parsed JSON message

OData

  • Define a Metadata Model
  • Define Metadata Model using EDM
  • Convert Request to Query
  • Read Only OData Service
  • Create an OData Service

Sequelize

  • Execute a Query

Auth

  • Basic Authentication
  • Generate JWT
  • Verify JWT

JSONata

  • JSONata Node
  • JSONata Explorer

Breakpoint

  • Introduction
  • How to Use

OpenAPI

  • Introduction
  • OpenAPI Router
  • OpenAPI Client

Release Management

  • Upload Download Release Management

Designer

  • Designer

Monitor

  • Introduction
  • How To Use

CI/CD

  • Introduction
  • Installation

How To Use

Usage

To see the graphical changes in metric, you can just create and http-in, template and http-response node. Deploy the changes and hit the newly created end point and then see the changes in metric section. If any error occurred the Error metric will show graphical changes. To see the background job in the task list, you just need to add an inject node with some repeat interval.

Example

Flow JSON

[{"id":"7b8383db.f2f7cc","type":"inject","z":"fc80d035.d7951","name":"","topic":"","payload":"","payloadType":"date","repeat":"1","crontab":"","once":false,"onceDelay":0.1,"x":170,"y":200,"wires":[["7f7ec554.4642ec"]]},{"id":"340d7943.9eb076","type":"http in","z":"fc80d035.d7951","name":"","url":"/test","method":"get","upload":false,"swaggerDoc":"","x":150,"y":120,"wires":[["3ba8cf79.dec4"]]},{"id":"f9dc61f9.c47ce","type":"http response","z":"fc80d035.d7951","name":"","statusCode":"","headers":{},"x":440,"y":120,"wires":[]},{"id":"3ba8cf79.dec4","type":"template","z":"fc80d035.d7951","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"This is the payload.","output":"str","x":300,"y":120,"wires":[["f9dc61f9.c47ce"]]},{"id":"7f7ec554.4642ec","type":"sequelize","z":"fc80d035.d7951","name":"","usepayload":false,"query":"SELECT * FROM ;","output":true,"outputs":1,"x":360,"y":200,"wires":[[]]}]

← IntroductionIntroduction →
  • Usage
    • Example
Copyright © 2021 Cyber Group