a10_ddos_table
Synopsis
table counters
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 |
||
stats dict |
Field stats |
||
dst_learn str |
Dst Entry Learned |
||
dst_hit str |
Dst Entry Hit |
||
dst_miss str |
Dst Entry Missed |
||
dst_entry_aged str |
Dst Entry Aged |
||
src_learn str |
Src Entry Learned |
||
src_hit str |
Src Entry Hit |
||
src_miss str |
Src Entry Missed |
||
src_entry_aged str |
Src Entry Aged |
||
src_dst_learn str |
SrcDst Entry Learned |
||
src_dst_hit str |
SrcDst Entry Hit |
||
src_dst_miss str |
SrcDst Entry Missed |
||
src_dst_entry_aged str |
SrcDst Entry Aged |
||
telem_err_misc str |
From-l3-peer= Misc Error |
||
telem_route_add_rcvd str |
From-l3-peer= Route-add Received |
||
telem_route_del_rcvd str |
From-l3-peer= Route-del Received |
||
telem_entry_created str |
From-l3-peer= Zone Entry Created |
||
telem_entry_cleared str |
From-l3-peer= Zone Entry Deleted |
||
telem_err_telem_entry_pre_exist str |
From-l3-peer= Zone Entry Pre-exist |
||
telem_err_conflict_with_static str |
From-l3-peer= Conflict with Static Entry |
||
telem_err_fail_to_create str |
From-l3-peer= Zone Entry Create Fail |
||
telem_err_fail_to_delete str |
From-l3-peer= Zone Entry Delete Fail |
||
src_zone_service_learn str |
SrcZoneService Entry Learned |
||
src_zone_service_hit str |
SrcZoneService Entry Hit |
||
src_zone_service_miss str |
SrcZoneService Entry Missed |
||
src_zone_service_entry_aged str |
SrcZoneService Entry Aged |
||
dst_white_list str |
Dst Entry Whitelisted |
||
src_white_list str |
Src Entry Whitelisted |
||
src_dst_white_list str |
SrcDst Entry Whitelisted |
||
src_zone_service_white_list str |
SrcZoneService Entry Whitelisted |
||
dst_black_list str |
Dst Entry Blacklisted |
||
src_black_list str |
Src Entry Blacklisted |
||
src_dst_black_list str |
SrcDst Entry Blacklisted |
||
src_zone_service_black_list str |
SrcZoneService Entry Blacklisted |
||
dst_learning_thre_exceed str |
Dst Dynamic Entry Count Overflow |
||
dst_over_thre_policy_at_learning str |
Dst Overflow Policy Hit At Learning Stage |
||
src_learning_thre_exceed str |
Src Dynamic Entry Count Overflow |
||
src_over_thre_policy_at_lookup str |
Src Overflow Policy Hit At Lookup Stage |
||
src_over_thre_policy_at_learning str |
Src Overflow Policy Hit At Learning Stage |
||
src_dst_learning_thre_exceed str |
SrcDst Dynamic Entry Count Overflow |
||
src_dst_over_thre_policy_at_lookup str |
SrcDst Overflow Policy Hit At Lookup Stage |
||
src_dst_over_thre_policy_at_learning str |
SrcDst Overflow Policy Hit At Learning Stage |
||
src_zone_service_learning_thre_exceed str |
SrcZoneService Dynamic Entry Count Overflow |
||
src_zone_service_over_thre_policy_at_lookup str |
SrcZoneService Overflow Policy Lookup Hit |
||
src_zone_service_over_thre_policy_at_learning str |
SrcZoneService Overflow Policy Learning Hit |
||
entry_oom str |
Out of Entry Memory |
||
entry_ext_oom str |
Out of Entry Extension Memory |
||
src_dst_classlist_overflow_policy_at_learning str |
SrcDst Class-List Overflow Policy Hit |
||
src_zone_service_classlist_overflow_policy_at_learning str |
SrcZoneService Class-List Overflow Policy Hit |
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.