a10_vpn_error

Synopsis

Error counters

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

stats

dict

Field stats

bad_opcode

str

Field bad_opcode

bad_sg_write_len

str

Field bad_sg_write_len

bad_len

str

Field bad_len

bad_ipsec_protocol

str

Field bad_ipsec_protocol

bad_ipsec_auth

str

Field bad_ipsec_auth

bad_ipsec_padding

str

Field bad_ipsec_padding

bad_ip_version

str

Field bad_ip_version

bad_auth_type

str

Field bad_auth_type

bad_encrypt_type

str

Field bad_encrypt_type

bad_ipsec_spi

str

Field bad_ipsec_spi

bad_checksum

str

Field bad_checksum

bad_ipsec_context

str

Field bad_ipsec_context

bad_ipsec_context_direction

str

Field bad_ipsec_context_direction

bad_ipsec_context_flag_mismatch

str

Field bad_ipsec_context_flag_mismatch

ipcomp_payload

str

Field ipcomp_payload

bad_selector_match

str

Field bad_selector_match

bad_fragment_size

str

Field bad_fragment_size

bad_inline_data

str

Field bad_inline_data

bad_frag_size_configuration

str

Field bad_frag_size_configuration

dummy_payload

str

Field dummy_payload

bad_ip_payload_type

str

Field bad_ip_payload_type

bad_min_frag_size_auth_sha384_512

str

Field bad_min_frag_size_auth_sha384_512

bad_esp_next_header

str

Field bad_esp_next_header

bad_gre_header

str

Field bad_gre_header

bad_gre_protocol

str

Field bad_gre_protocol

ipv6_extension_headers_too_big

str

Field ipv6_extension_headers_too_big

ipv6_hop_by_hop_error

str

Field ipv6_hop_by_hop_error

error_ipv6_decrypt_rh_segs_left_error

str

Field error_ipv6_decrypt_rh_segs_left_error

ipv6_rh_length_error

str

Field ipv6_rh_length_error

ipv6_outbound_rh_copy_addr_error

str

Field ipv6_outbound_rh_copy_addr_error

error_IPv6_extension_header_bad

str

Field error_IPv6_extension_header_bad

bad_encrypt_type_ctr_gcm

str

Field bad_encrypt_type_ctr_gcm

ah_not_supported_with_gcm_gmac_sha2

str

Field ah_not_supported_with_gcm_gmac_sha2

tfc_padding_with_prefrag_not_supported

str

Field tfc_padding_with_prefrag_not_supported

bad_srtp_auth_tag

str

Field bad_srtp_auth_tag

bad_ipcomp_configuration

str

Field bad_ipcomp_configuration

dsiv_incorrect_param

str

Field dsiv_incorrect_param

bad_ipsec_unknown

str

Field bad_ipsec_unknown

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