a10_health_global
Synopsis
Define the Health Monitor global default
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 |
|
multi_process int |
Start Health Monitoring in Multi-Process Mode (Specify the number of multiple processes (default 1)) |
|
disable_auto_adjust bool |
Disable the Health Check Rate Auto Adjustment |
|
check_rate int |
Health Check Rate per 500ms (default 1000) |
|
external_rate int |
Define the External Health Check Rate (Number of External Script Programs (default 2)) |
|
per int |
Specify the Unit Time for the rate (Specify the Unit Time, multiple of 100ms) |
|
retry int |
Specify the Healthcheck Retries (Retry Count (default 3)) |
|
up_retry int |
Specify the Healthcheck Retries before declaring target up (Up-retry count (default 1)) |
|
interval int |
Specify the Healthcheck Interval (Interval Value, in seconds (default 5)) |
|
timeout int |
Specify the Healthcheck Timeout (Timeout Value, in seconds (default 5), Timeout should be less than or equal to interval) |
|
uuid str |
uuid of the object |
Examples
Return Values
- modified_values (changed, dict, )
Values modified (or potential changes if using check_mode) as a result of task operation
- axapi_calls (always, list, )
Sequential list of AXAPI calls made by the task
- endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])
The AXAPI endpoint being accessed.
- http_method (, str, [‘POST’, ‘GET’])
HTTP method being used by the primary task to interact with the AXAPI endpoint.
- request_body (, complex, )
Params used to query the AXAPI
- response_body (, complex, )
Response from the AXAPI
Status
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by community.