Counter update

Updates a counter variable. It is possible to increase or decrease the value of a counter and set it to a specific value.

Parameters

Name

REST Name

Type

Default

Description

Counter variable*

counter

INTEGER


The variable containing the counter value.

Operation*

operation
incr (Increase)
decr (Decrease)
set (Set)

STRING


The counter operation to perform.
Increase
Decrease
Set

Value*

value

INTEGER


The value associated with the operation.

* Mandatory parameter