HAProxy Enterprise Documentation 2.0r1

help

Display a list of available Runtime API commands.

Description

The help command displays a list of Runtime API commands that are available, with a short description of each.

Examples

$ echo "help" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.0/hapee-lb.sock
The following commands are valid at this level:
abort ssl cert <certfile>               : abort a transaction for a certificate file
abort ssl crl-file <crlfile>            : abort a transaction for a CRL file
add acl <acl> <pattern>                 : add an acl entry
add map <map> <key> <val>               : add a map entry (payload supported instead of key/val)
...

See also


Next up

operator