a10_visibility_packet_capture_global_templates_template_trigger_sys_obj_stats_change_aam_auth_server_win

Synopsis

Configure triggers for aam.authentication.server.windows object

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

template_name

str/required

Key to identify parent object

uuid

str

uuid of the object

trigger_stats_inc

dict

Field trigger_stats_inc

kerberos_timeout_error

bool

Enable automatic packet-capture for Total Kerberos Timeout

kerberos_other_error

bool

Enable automatic packet-capture for Total Kerberos Other Error

ntlm_authentication_failure

bool

Enable automatic packet-capture for Total NTLM Authentication Failure

ntlm_proto_negotiation_failure

bool

Enable automatic packet-capture for Total NTLM Protocol Negotiation Failure

ntlm_session_setup_failed

bool

Enable automatic packet-capture for Total NTLM Session Setup Failure

kerberos_request_dropped

bool

Enable automatic packet-capture for Total Kerberos Dropped Request

kerberos_response_failure

bool

Enable automatic packet-capture for Total Kerberos Failure Response

kerberos_response_error

bool

Enable automatic packet-capture for Total Kerberos Error Response

kerberos_response_timeout

bool

Enable automatic packet-capture for Total Kerberos Timeout Response

kerberos_job_start_error

bool

Enable automatic packet-capture for Total Kerberos Job Start Error

kerberos_polling_control_error

bool

Enable automatic packet-capture for Total Kerberos Polling Control Error

ntlm_prepare_req_failed

bool

Enable automatic packet-capture for Total NTLM Prepare Request Failed

ntlm_timeout_error

bool

Enable automatic packet-capture for Total NTLM Timeout

ntlm_other_error

bool

Enable automatic packet-capture for Total NTLM Other Error

ntlm_request_dropped

bool

Enable automatic packet-capture for Total NTLM Dropped Request

ntlm_response_failure

bool

Enable automatic packet-capture for Total NTLM Failure Response

ntlm_response_error

bool

Enable automatic packet-capture for Total NTLM Error Response

ntlm_response_timeout

bool

Enable automatic packet-capture for Total NTLM Timeout Response

ntlm_job_start_error

bool

Enable automatic packet-capture for Total NTLM Job Start Error

ntlm_polling_control_error

bool

Enable automatic packet-capture for Total NTLM Polling Control Error

kerberos_pw_expiry

bool

Enable automatic packet-capture for Total Kerberos password expiry

kerberos_pw_change_failure

bool

Enable automatic packet-capture for Total Kerberos password change failure

kerberos_validate_kdc_failure

bool

Enable automatic packet-capture for Total Kerberos KDC Validation Failure

kerberos_generate_kdc_keytab_failure

bool

Enable automatic packet-capture for Total Kerberos KDC Keytab Generation Failure

kerberos_delete_kdc_keytab_failure

bool

Enable automatic packet-capture for Total Kerberos KDC Keytab Deletion Failure

uuid

str

uuid of the object

trigger_stats_rate

dict

Field trigger_stats_rate

threshold_exceeded_by

int

Set the threshold to the number of times greater than the previous duration to start the capture, default is 5

duration

int

Time in seconds to look for the anomaly, default is 60

kerberos_timeout_error

bool

Enable automatic packet-capture for Total Kerberos Timeout

kerberos_other_error

bool

Enable automatic packet-capture for Total Kerberos Other Error

ntlm_authentication_failure

bool

Enable automatic packet-capture for Total NTLM Authentication Failure

ntlm_proto_negotiation_failure

bool

Enable automatic packet-capture for Total NTLM Protocol Negotiation Failure

ntlm_session_setup_failed

bool

Enable automatic packet-capture for Total NTLM Session Setup Failure

kerberos_request_dropped

bool

Enable automatic packet-capture for Total Kerberos Dropped Request

kerberos_response_failure

bool

Enable automatic packet-capture for Total Kerberos Failure Response

kerberos_response_error

bool

Enable automatic packet-capture for Total Kerberos Error Response

kerberos_response_timeout

bool

Enable automatic packet-capture for Total Kerberos Timeout Response

kerberos_job_start_error

bool

Enable automatic packet-capture for Total Kerberos Job Start Error

kerberos_polling_control_error

bool

Enable automatic packet-capture for Total Kerberos Polling Control Error

ntlm_prepare_req_failed

bool

Enable automatic packet-capture for Total NTLM Prepare Request Failed

ntlm_timeout_error

bool

Enable automatic packet-capture for Total NTLM Timeout

ntlm_other_error

bool

Enable automatic packet-capture for Total NTLM Other Error

ntlm_request_dropped

bool

Enable automatic packet-capture for Total NTLM Dropped Request

ntlm_response_failure

bool

Enable automatic packet-capture for Total NTLM Failure Response

ntlm_response_error

bool

Enable automatic packet-capture for Total NTLM Error Response

ntlm_response_timeout

bool

Enable automatic packet-capture for Total NTLM Timeout Response

ntlm_job_start_error

bool

Enable automatic packet-capture for Total NTLM Job Start Error

ntlm_polling_control_error

bool

Enable automatic packet-capture for Total NTLM Polling Control Error

kerberos_pw_expiry

bool

Enable automatic packet-capture for Total Kerberos password expiry

kerberos_pw_change_failure

bool

Enable automatic packet-capture for Total Kerberos password change failure

kerberos_validate_kdc_failure

bool

Enable automatic packet-capture for Total Kerberos KDC Validation Failure

kerberos_generate_kdc_keytab_failure

bool

Enable automatic packet-capture for Total Kerberos KDC Keytab Generation Failure

kerberos_delete_kdc_keytab_failure

bool

Enable automatic packet-capture for Total Kerberos KDC Keytab Deletion Failure

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