a10_system_pbslb

Synopsis

Configure Policy Based Response-Rate-Limiting

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; ‘curr_entries’= Current PBSLB Entry Count; ‘total_v4_entries_created’= Total V4 Entry Count Created; ‘total_v4_entries_freed’= Total V4 Entry Count Freed; ‘total_v6_entries_created’= Total V6 Entry Count Created; ‘total_v6_entries_freed’= Total V6 Entry Count Freed; ‘total_domain_entries_created’= Total Domain Entry Count Created; ‘total_domain_entries_freed’= Total Domain Entry Count Freed; ‘total_direct_action_entries_created’= Total Direct Action Entry Count Created; ‘total_direct_action_entries_freed’= Total Direct Action Entry Count Freed; ‘curr_entries_target_global’= Current Entry Target Global; ‘curr_entries_target_vserver’= Current Entry Target Vserver; ‘curr_entries_target_vport’= Current Entry Target Vport; ‘curr_entries_target_LOC’= Current Entry Target LOC; ‘curr_entries_target_rserver’= Current Entry Target Rserver; ‘curr_entries_target_rport’= Current Entry Target Rport; ‘curr_entries_target_service’= Current Entry Target Service; ‘curr_entries_stats’= Current Entry Stats Count;

stats

dict

Field stats

curr_entries

str

Current PBSLB Entry Count

total_v4_entries_created

str

Total V4 Entry Count Created

total_v4_entries_freed

str

Total V4 Entry Count Freed

total_v6_entries_created

str

Total V6 Entry Count Created

total_v6_entries_freed

str

Total V6 Entry Count Freed

total_domain_entries_created

str

Total Domain Entry Count Created

total_domain_entries_freed

str

Total Domain Entry Count Freed

total_direct_action_entries_created

str

Total Direct Action Entry Count Created

total_direct_action_entries_freed

str

Total Direct Action Entry Count Freed

curr_entries_target_global

str

Current Entry Target Global

curr_entries_target_vserver

str

Current Entry Target Vserver

curr_entries_target_vport

str

Current Entry Target Vport

curr_entries_target_LOC

str

Current Entry Target LOC

curr_entries_target_rserver

str

Current Entry Target Rserver

curr_entries_target_rport

str

Current Entry Target Rport

curr_entries_target_service

str

Current Entry Target Service

curr_entries_stats

str

Current Entry Stats 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.

Authors

  • A10 Networks