Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

8.113. neutron lbaas-healthmonitor-update

usage: neutron lbaas-healthmonitor-update [-h] [--request-format {json}]
                                          [--delay DELAY] [--name NAME]
                                          [--timeout TIMEOUT]
                                          [--http-method HTTP_METHOD]
                                          [--url-path URL_PATH]
                                          [--max-retries MAX_RETRIES]
                                          [--expected-codes EXPECTED_CODES]
                                          [--admin-state-up {True,False}]
                                          HEALTHMONITOR
LBaaS v2 Update a given healthmonitor.

Positional arguments

HEALTHMONITOR


        ID or name of healthmonitor to update.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--delay DELAY


        The time in seconds between sending probes to members.

--name NAME


        Name of the health monitor.

--timeout TIMEOUT


        Maximum number of seconds for a monitor to wait for a
      connection to be established before it times out. The
      value must be less than the delay value.

--http-method HTTP_METHOD


      The HTTP method used for requests by the monitor of
      type HTTP.

--url-path URL_PATH


        The HTTP path used in the HTTP request used by the
      monitor to test a member health. This must be a string
      beginning with a / (forward slash).

--max-retries MAX_RETRIES


      Number of permissible connection failures before
      changing the member status to INACTIVE. [1..10].

--expected-codes EXPECTED_CODES


      The list of HTTP status codes expected in response
      from the member to declare it healthy. This attribute
      can contain one value, or a list of values separated
      by comma, or a range of values (e.g. "200-299"). If
      this attribute is not specified, it defaults to "200".

--admin-state-up {True,False}


      Update the administrative state of the health monitor
      (True meaning "Up").