a10_system_icmp
Synopsis
Display ICMP 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; ‘num’= Total number; ‘inmsgs’= In Messages; ‘inerrors’= In Errors; ‘indestunreachs’= In Destination Unreachable; ‘intimeexcds’= In TTL Exceeds; ‘inparmprobs’= In Parameter Problem; ‘insrcquenchs’= In Source Quench Error; ‘inredirects’= In Redirects; ‘inechos’= In Echo requests; ‘inechoreps’= In Echo replies; ‘intimestamps’= In Timestamp; ‘intimestampreps’= In Timestamp Rep; ‘inaddrmasks’= In Address Masks; ‘inaddrmaskreps’= In Address Mask Rep; ‘outmsgs’= Out Message; ‘outerrors’= Out Errors; ‘outdestunreachs’= Out Destination Unreachable; ‘outtimeexcds’= Out TTL Exceeds; ‘outparmprobs’= Out Parameter Problem; ‘outsrcquenchs’= Out Source Quench Error; ‘outredirects’= Out Redirects; ‘outechos’= Out Echo Requests; ‘outechoreps’= Out Echo Replies; ‘outtimestamps’= Out Time Stamp; ‘outtimestampreps’= Out Time Stamp Rep; ‘outaddrmasks’= Out Address Mask; ‘outaddrmaskreps’= Out Address Mask Rep; |
||
stats dict |
Field stats |
||
num str |
Total number |
||
inmsgs str |
In Messages |
||
inerrors str |
In Errors |
||
indestunreachs str |
In Destination Unreachable |
||
intimeexcds str |
In TTL Exceeds |
||
inparmprobs str |
In Parameter Problem |
||
insrcquenchs str |
In Source Quench Error |
||
inredirects str |
In Redirects |
||
inechos str |
In Echo requests |
||
inechoreps str |
In Echo replies |
||
intimestamps str |
In Timestamp |
||
intimestampreps str |
In Timestamp Rep |
||
inaddrmasks str |
In Address Masks |
||
inaddrmaskreps str |
In Address Mask Rep |
||
outmsgs str |
Out Message |
||
outerrors str |
Out Errors |
||
outdestunreachs str |
Out Destination Unreachable |
||
outtimeexcds str |
Out TTL Exceeds |
||
outparmprobs str |
Out Parameter Problem |
||
outsrcquenchs str |
Out Source Quench Error |
||
outredirects str |
Out Redirects |
||
outechos str |
Out Echo Requests |
||
outechoreps str |
Out Echo Replies |
||
outtimestamps str |
Out Time Stamp |
||
outtimestampreps str |
Out Time Stamp Rep |
||
outaddrmasks str |
Out Address Mask |
||
outaddrmaskreps str |
Out Address Mask Rep |
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.