a10_health_monitor_method_http

Synopsis

HTTP type

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

monitor_name

str/required

Key to identify parent object

http

bool

HTTP type

http_port

int

Specify HTTP Port (Specify port number (default 80))

http_expect

bool

Specify what you expect from the response message

http_response_code

str

Specify response code range (e.g. 200,400-430) (Format is xx,xx-xx (xx between [100, 899]))

response_code_regex

str

Specify response code range with Regex (code with Regex, such as [2-5][0-9][0-9])

http_text

str

Specify text expected

text_regex

str

Specify text expected with Regex

http_host

str

Specify ‘Host=’ header used in request (enclose IPv6 address in [])

http_maintenance_code

str

Specify response code for maintenance (Format is xx,xx-xx (xx between [100, 899]))

http_url

bool

Specify URL string, default is GET /

url_type

str

‘GET’= HTTP GET method; ‘POST’= HTTP POST method; ‘HEAD’= HTTP HEAD method;

url_path

str

Specify URL path, default is ‘/’

post_path

str

Specify URL path, default is ‘/’

post_type

str

‘postdata’= Specify the HTTP post data; ‘postfile’= Specify the HTTP post data;

http_postdata

str

Specify the HTTP post data (Input post data here)

http_postfile

str

Specify the HTTP post data (Input post data file name here)

http_username

str

Specify the username

http_password

bool

Specify the user password

http_password_string

str

Specify password, ‘’ means empty password

http_encrypted

str

Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)

http_kerberos_auth

bool

Http Kerberos Auth

http_kerberos_realm

str

Specify realm of Kerberos server

http_kerberos_kdc

dict

Field http_kerberos_kdc

http_kerberos_hostip

str

Kdc’s hostname(length=1-31) or IP address

http_kerberos_hostipv6

str

Server’s IPV6 address

http_kerberos_port

int

Specify the kdc port

http_kerberos_portv6

int

Specify the kdc port

uuid

str

uuid of the object

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks 2021