Checkpoint


Available only for remote flows, the Checkpoint node enables buffering when sending data to the cloud fails.

Node Type


System.

Input and Output Ability


This node has multiple entry points and 0 exit points. The input can be any format.

Node Properties


../../_images/checkpoint.png


Name

The name for this node.


Buffer Data

Toggling on the switch will buffer the data when sending to the cloud fails. You would need to enter the Buffer Period and Send Speed.


Buffer Period

The buffer period in hours (maximum 24 hours) or days (maximum 30 days). Once past the specified period, the data will no longer be buffered.


Send Speed

The send speed of the buffered data in bps (maximum 25165824 bps).


Description

The description for this node.

Limitations


  • The buffer capacity depends on the local server’s memory. If the memory is not enough, data will not be buffered even if within the buffer period.
  • Maximum buffer period (hours): 24
  • Maximum buffer period (days): 30
  • Maximum buffer speed: 25165824 bps

Samples

Input Sample


{
    "assetId": "yourAssetId",
    "timestamp": 24214324324,
    "measurepoints":{
        "temperature": 22.4,
        "humidity": 78
    }
}

Output Sample


There is no output for this node.