a10_system_icmp6
Synopsis
Display ICMPv6 statistics
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; ‘in_msgs’= In messages; ‘in_errors’= In Errors; ‘in_dest_un_reach’= In Destunation Unreachable; ‘in_pkt_too_big’= In Packet too big; ‘in_time_exceeds’= In TTL Exceeds; ‘in_param_prob’= In Parameter Problem; ‘in_echoes’= In Echo requests; ‘in_exho_reply’= In Echo replies; ‘in_grp_mem_query’= In Group member query; ‘in_grp_mem_resp’= In Group member reply; ‘in_grp_mem_reduction’= In Group member reduction; ‘in_router_sol’= In Router solicitation; ‘in_ra’= In Router advertisement; ‘in_ns’= In neighbor solicitation; ‘in_na’= In neighbor advertisement; ‘in_redirect’= In Redirects; ‘out_msg’= Out Messages; ‘out_dst_un_reach’= Out Destination Unreachable; ‘out_pkt_too_big’= Out Packet too big; ‘out_time_exceeds’= Out TTL Exceeds; ‘out_param_prob’= Out Parameter Problem; ‘out_echo_req’= Out Echo requests; ‘out_echo_replies’= Out Echo replies; ‘out_rs’= Out Router solicitation; ‘out_ra’= Out Router advertisement; ‘out_ns’= Out neighbor solicitation; ‘out_na’= Out neighbor advertisement; ‘out_redirects’= Out Redirects; ‘out_mem_resp’= Out Group member reply; ‘out_mem_reductions’= Out Group member reduction; ‘err_rs’= Error Router solicitation; ‘err_ra’= Error Router advertisement; ‘err_ns’= Error Neighbor solicitation; ‘err_na’= Error Neighbor advertisement; ‘err_redirects’= Error Redirects; ‘err_echoes’= Error Echo requests; ‘err_echo_replies’= Error Echo replies; |
||
stats dict |
Field stats |
||
in_msgs str |
In messages |
||
in_errors str |
In Errors |
||
in_dest_un_reach str |
In Destunation Unreachable |
||
in_pkt_too_big str |
In Packet too big |
||
in_time_exceeds str |
In TTL Exceeds |
||
in_param_prob str |
In Parameter Problem |
||
in_echoes str |
In Echo requests |
||
in_exho_reply str |
In Echo replies |
||
in_grp_mem_query str |
In Group member query |
||
in_grp_mem_resp str |
In Group member reply |
||
in_grp_mem_reduction str |
In Group member reduction |
||
in_router_sol str |
In Router solicitation |
||
in_ra str |
In Router advertisement |
||
in_ns str |
In neighbor solicitation |
||
in_na str |
In neighbor advertisement |
||
in_redirect str |
In Redirects |
||
out_msg str |
Out Messages |
||
out_dst_un_reach str |
Out Destination Unreachable |
||
out_pkt_too_big str |
Out Packet too big |
||
out_time_exceeds str |
Out TTL Exceeds |
||
out_param_prob str |
Out Parameter Problem |
||
out_echo_req str |
Out Echo requests |
||
out_echo_replies str |
Out Echo replies |
||
out_rs str |
Out Router solicitation |
||
out_ra str |
Out Router advertisement |
||
out_ns str |
Out neighbor solicitation |
||
out_na str |
Out neighbor advertisement |
||
out_redirects str |
Out Redirects |
||
out_mem_resp str |
Out Group member reply |
||
out_mem_reductions str |
Out Group member reduction |
||
err_rs str |
Error Router solicitation |
||
err_ra str |
Error Router advertisement |
||
err_ns str |
Error Neighbor solicitation |
||
err_na str |
Error Neighbor advertisement |
||
err_redirects str |
Error Redirects |
||
err_echoes str |
Error Echo requests |
||
err_echo_replies str |
Error Echo replies |
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.