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 |
some help string |
||
bad_sg_write_len str |
some help string |
||
bad_len str |
some help string |
||
bad_ipsec_protocol str |
some help string |
||
bad_ipsec_auth str |
some help string |
||
bad_ipsec_padding str |
some help string |
||
bad_ip_version str |
some help string |
||
bad_auth_type str |
some help string |
||
bad_encrypt_type str |
some help string |
||
bad_ipsec_spi str |
some help string |
||
bad_checksum str |
some help string |
||
bad_ipsec_context str |
some help string |
||
bad_ipsec_context_direction str |
some help string |
||
bad_ipsec_context_flag_mismatch str |
some help string |
||
ipcomp_payload str |
some help string |
||
bad_selector_match str |
some help string |
||
bad_fragment_size str |
some help string |
||
bad_inline_data str |
some help string |
||
bad_frag_size_configuration str |
some help string |
||
dummy_payload str |
some help string |
||
bad_ip_payload_type str |
some help string |
||
bad_min_frag_size_auth_sha384_512 str |
some help string |
||
bad_esp_next_header str |
some help string |
||
bad_gre_header str |
some help string |
||
bad_gre_protocol str |
some help string |
||
ipv6_extension_headers_too_big str |
some help string |
||
ipv6_hop_by_hop_error str |
some help string |
||
error_ipv6_decrypt_rh_segs_left_error str |
some help string |
||
ipv6_rh_length_error str |
some help string |
||
ipv6_outbound_rh_copy_addr_error str |
some help string |
||
error_IPv6_extension_header_bad str |
some help string |
||
bad_encrypt_type_ctr_gcm str |
some help string |
||
ah_not_supported_with_gcm_gmac_sha2 str |
some help string |
||
tfc_padding_with_prefrag_not_supported str |
some help string |
||
bad_srtp_auth_tag str |
some help string |
||
bad_ipcomp_configuration str |
some help string |
||
dsiv_incorrect_param str |
some help string |
||
bad_ipsec_unknown str |
some help string |
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.