Previous Topic: $RECALL API

Next Topic: $RMCALL ACTION=COMMAND

$REDBAPI API

The $REDBAPI API procedure maintains EventView rule set and message rule definitions from external sources.

This API procedure has the following general format:

$REDBAPI SERVICE={CREATE|DELETE|GET|LIST}
        [TRUNCATE={YES|NO}]
        [NAME=rule-object-name]
         CLASS=cc
        [RULESET=ruleset-name]
        [RULEID=message-rule-id]
        [field-name-1=field value-1]
        [field-name-2=field value-2]
        …
        [field-name-n=field value-n]

The SERVICE operand is used to specify the function that the procedure performs. The remaining operands may be optional depending on the function being performed. Operands for each function are discussed in the section that describes the function.

More information:

$REDBAPI SERVICE=CREATE

$REDBAPI SERVICE=DELETE

$REDBAPI SERVICE=GET

$REDBAPI SERVICE=LIST