a10_slb_player_id_global
Synopsis
Player-id global commands
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 |
||
enable_64bit_player_id bool |
Enable 64 bit player id check. Default is 32 bit |
||
force_passive bool |
Forces the device to be in passive mode (Only stats and no packet drops) |
||
enforcement_timer int |
Time to playerid enforcement after bootup (default 480 seconds) (Time to playerid enforcement in seconds, default 480) |
||
min_expiration int |
Minimum record expiration value (default 1 min) (Min record expiration time in minutes, default 1) |
||
pkt_activity_expiration int |
Packet activity record expiration value (default 5 minutes) (Packet activity record expiration time in minutes, default 5) |
||
abs_max_expiration int |
Absolute max record expiration value (default 10 minutes) (Absolute max record expiration time in minutes, default 10) |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘total_playerids_created’= Playerid records created; ‘total_playerids_deleted’= Playerid records deleted; ‘total_abs_max_age_outs’= Playerid records max time aged out; ‘total_pkt_activity_age_outs’= Playerid records idle timeout; ‘total_invalid_playerid_pkts’= Invalid playerid packets; ‘total_invalid_playerid_drops’= Invalid playerid packet drops; ‘total_valid_playerid_pkts’= Valid playerid packets; |
||
oper dict |
Field oper |
||
state str |
Field state |
||
time_to_active int |
Field time_to_active |
||
table_count int |
Field table_count |
||
stats dict |
Field stats |
||
total_playerids_created str |
Playerid records created |
||
total_playerids_deleted str |
Playerid records deleted |
||
total_abs_max_age_outs str |
Playerid records max time aged out |
||
total_pkt_activity_age_outs str |
Playerid records idle timeout |
||
total_invalid_playerid_pkts str |
Invalid playerid packets |
||
total_invalid_playerid_drops str |
Invalid playerid packet drops |
||
total_valid_playerid_pkts str |
Valid playerid packets |
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.