a10_system_hardware_accelerate_slb
Synopsis
Field slb
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 |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘entry-create’= Hardware Entries Created; ‘entry-create-failure’= Hardware Entries Created; ‘entry-create-fail-server-down’= Hardware Entries Created; ‘entry-create-fail-max-entry’= Hardware Entries Created; ‘entry-free’= Hardware Entries Freed; ‘entry-free-opp-entry’= Hardware Entries Free due to opposite tuple entry ageout event; ‘entry-free-no-hw-prog’= Hardware Entry Free no hw prog; ‘entry-free-no-conn’= Hardware Entry Free no matched conn; ‘entry- free-no-sw-entry’= Hardware Entry Free no software entry; ‘entry-counter’= Hardware Entry Count; ‘entry-age-out’= Hardware Entries Aged Out; ‘entry-age- out-idle’= Hardware Entries Aged Out Idle; ‘entry-age-out-tcp-fin’= Hardware Entries Aged Out TCP FIN; ‘entry-age-out-tcp-rst’= Hardware Entries Aged Out TCP RST; ‘entry-age-out-invalid-dst’= Hardware Entries Aged Out invalid dst; ‘entry-force-hw-invalidate’= Hardware Entries Force HW Invalidate; ‘entry- invalidate-server-down’= Hardware Entries Invalidate due to server down; ‘tcam- create’= TCAM Entries Created; ‘tcam-free’= TCAM Entries Freed; ‘tcam-counter’= TCAM Entry Count; |
||
stats dict |
Field stats |
||
entry_create str |
Hardware Entries Created |
||
entry_create_failure str |
Hardware Entries Created |
||
entry_create_fail_server_down str |
Hardware Entries Created |
||
entry_create_fail_max_entry str |
Hardware Entries Created |
||
entry_free str |
Hardware Entries Freed |
||
entry_free_opp_entry str |
Hardware Entries Free due to opposite tuple entry ageout event |
||
entry_free_no_hw_prog str |
Hardware Entry Free no hw prog |
||
entry_free_no_conn str |
Hardware Entry Free no matched conn |
||
entry_free_no_sw_entry str |
Hardware Entry Free no software entry |
||
entry_counter str |
Hardware Entry Count |
||
entry_age_out str |
Hardware Entries Aged Out |
||
entry_age_out_idle str |
Hardware Entries Aged Out Idle |
||
entry_age_out_tcp_fin str |
Hardware Entries Aged Out TCP FIN |
||
entry_age_out_tcp_rst str |
Hardware Entries Aged Out TCP RST |
||
entry_age_out_invalid_dst str |
Hardware Entries Aged Out invalid dst |
||
entry_force_hw_invalidate str |
Hardware Entries Force HW Invalidate |
||
entry_invalidate_server_down str |
Hardware Entries Invalidate due to server down |
||
tcam_create str |
TCAM Entries Created |
||
tcam_free str |
TCAM Entries Freed |
||
tcam_counter str |
TCAM Entry Count |
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.