a10_snmp_server_enable_traps_slb

Synopsis

Enable SLB group traps

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

all

bool

Enable all SLB traps

application_buffer_limit

bool

Enable application buffer reach limit trap

gateway_up

bool

Enable SLB server gateway up trap

gateway_down

bool

Enable SLB server gateway down trap

server_conn_limit

bool

Enable SLB server connection limit trap

server_conn_resume

bool

Enable SLB server connection resume trap

server_up

bool

Enable slb server up trap

server_down

bool

Enable SLB server-down trap

server_disabled

bool

Enable SLB server-disabled trap

server_selection_failure

bool

Enable SLB server selection failure trap

service_conn_limit

bool

Enable SLB service connection limit trap

service_conn_resume

bool

Enable SLB service connection resume trap

service_down

bool

Enable SLB service-down trap

service_up

bool

Enable SLB service-up trap

service_group_up

bool

Enable SLB service-group-up trap

service_group_down

bool

Enable SLB service-group-down trap

service_group_member_up

bool

Enable SLB service-group-member-up trap

service_group_member_down

bool

Enable SLB service-group-member-down trap

vip_connlimit

bool

Enable the virtual server reach conn-limit trap

vip_connratelimit

bool

Enable the virtual server reach conn-rate-limit trap

vip_down

bool

Enable SLB virtual server down trap

vip_port_connlimit

bool

Enable the virtual port reach conn-limit trap

vip_port_connratelimit

bool

Enable the virtual port reach conn-rate-limit trap

vip_port_down

bool

Enable SLB virtual port down trap

vip_port_up

bool

Enable SLB virtual port up trap

vip_up

bool

Enable SLB virtual server up trap

bw_rate_limit_exceed

bool

Enable SLB server/port bandwidth rate limit exceed trap

bw_rate_limit_resume

bool

Enable SLB server/port bandwidth rate limit resume trap

uuid

str

uuid of the object

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