Skip to main content

24 docs tagged with "Category:Data"

View All Tags

calculation

A simple math node that can run arithmetic operations on data stored

counter

Make a catalog node based on the CounterNodeCode.

counter

Create a counter that ticks every pass through the node. The default context

http_data

Get Data using an HTTP request and store the results in a context variable.

is_zero

Compare if a context value is zero.

json_decode

Decode a JSON string into an array. The default get context path is _results and the

json_encode

Encode an array and store the resulting JSON string. The default get context path is _results and the

log_debug

Make a catalog node based on the LogNodeCode that sets the log level to debug. To

log_error

Make a catalog node based on the LogNodeCode that sets the log level to error. To

log_info

Make a catalog node based on the LogNodeCode that sets the log level to info. To

log_notice

Make a catalog node based on the LogNodeCode that sets the log level to error. To

log_warning

Make a catalog node based on the LogNodeCode that sets the log level to warning. To

random

Create a random number between 0 and 1

read_file

Read the contents of a file into the context. The default maximum size is 1024^2 or 1048576 bytes.

set_context_table

Set the value of a context key to a configured value. To set a deep reference the parent object|array must exist.

set_context_value

Set the value of a context key to a configured value. To set a deep reference the parent object|array must exist.

slack-webhook

Send a message to a slack webhook. The message must be in the context