a10_slb_template_link_probe
Synopsis
Link probe template
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 |
||
name str/required |
probe template Name |
||
url str |
Specify URL to which probes should be sent out. Default is / |
||
rtt_method str |
‘http-rtt’= Calculate Round Trip Time between HTTP request and response; ‘tcp- srtt’= Use TCP Smoothed round trip time in the HTTP connection; |
||
expected_status_code str |
Specify response code range (e.g. 200,400-430), default is 200 (Format is xx,xx-xx (xx between [100, 899]), default is 200) |
||
disable bool |
Disable Probe template |
||
probe_interval int |
Time between each probe that needs to be sent out (in seconds, default is 5) |
||
probes_per_test int |
Total number of probes to be sent out for each test |
||
test_interval int |
time interval between subsequent tests (in seconds, default is 60) |
||
selection_rule str |
‘threshold’= Use all links below a threshold before selecting the fastest link; ‘fastest-link-always’= Always use the link with the lowest average latency; |
||
threshold_value int |
Use all links below a threshold before selecting the fastest link (RTT in milliseconds) |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
||
destination dict |
Field destination |
||
hostname str |
Target Hostname |
||
resolve_as str |
‘resolve-to-ipv4’= Use A Query only to resolve the configured hostname; ‘resolve-to-ipv6’= Use AAAA Query only to resolve the configured hostname; |
||
static_ipv4_addr str |
Target IPv4 Address |
||
static_ipv6_addr str |
Target IPv6 Address |
||
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.