Reference

operator

Available since

  • HAProxy 1.8
  • HAProxy Enterprise 1.8r1

Decrease the CLI level to operator.

Description Jump to heading

When in an interactive session using the Runtime API’s prompt command, the operator command decreases the CLI level to the less privileged operator role.

As of version 2.4r1 it also drops experimental mode.

Examples Jump to heading

To decrease the CLI level to operator:

  1. Connect to the Runtime API socket:

    nix
    sudo socat stdio tcp4-connect:127.0.0.1:9999
    nix
    sudo socat stdio tcp4-connect:127.0.0.1:9999
  2. Start an interactive session:

    nix
    prompt
    nix
    prompt
  3. Set the CLI level to operator:

    nix
    operator
    nix
    operator
  4. Display the CLI level:

    nix
    show cli level
    nix
    show cli level
    output
    text
    operator
    output
    text
    operator

See also Jump to heading

Do you have any suggestions on how we can improve the content of this page?