a10_export

Synopsis

Put files to remote site

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’]

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

capture_config

str

Capture-config pcapng file

capture_config_realtime

str

Capture-config pcapng real-time file (For GUI)

pkt_count

int

Specify number of latest packets to export

debug_traffic_capture_chassis

str

Debug-Traffic-Capture pcapng file

debug_traffic_capture_chassis_slot

int

specify slot id in chassis

debug_traffic_capture

str

Debug-Traffic-Capture pcapng file

axdebug

str

AX Debug Packet File

ssl_key

str

SSL Key File

ssl_crl

str

SSL Crl File

ssl_cert_key

str

Local SSL Key/Certificate file name

aflex

str

aFleX Script Source File

xml_schema

str

XML-Schema File

bw_list

str

Black white List File

class_list

str

Class List File

domain_list

str

Domain List File

lw_4o6

str

LW-4over6 Binding Table File

lw_4o6_binding_table_validation_log

str

LW-4over6 Binding Table Validation Log File

fixed_nat

str

Fixed NAT Port Mapping File

fixed_nat_archive

str

Fixed NAT Port Mapping Archive File

geo_location

str

Geo-location CSV File

dnssec_dnskey

str

DNSSEC DNSKEY(KSK) file for child zone

dnssec_ds

str

DNSSEC DS file for child zone

thales_secworld

str

Thales security world files

thales_kmdata

str

Thales Kmdata files

auth_portal

str

Portal file for http authentication

auth_portal_image

str

Image file for default portal

saml_idp_name

str

SAML metadata of identity provider

auth_jwks

str

Json web key

ipsec_error_dump

str

IPsec error dump File

ip_map_list

str

IP Map List File

local_uri_file

str

Local URI files for http response

ssl_cert

str

SSL Cert File

ca_cert

str

CA Cert File

csr

str

Certificate Signing Request

debug_monitor

str

Debug Monitor Output

syslog

str

Enter ‘messages’ as the default syslog file name

running_config

bool

Running Config

startup_config

bool

Startup Config

visibility

bool

Export Visibility module related files

mon_entity_debug_file

str

Enter Mon entity debug file name

pktcapture_file

str

Enter Pktcapture file name

profile

str

Startup-config Profile

status_check

bool

check export task status

merged_pcap

bool

Export the merged pcap file when there are multiple Export sessions

per_cpu

bool

Export the per-cpu files along with the merged pcap file in .tgz format

tgz

bool

Export the merged pcap in .tgz format

externalfilename

str

Export the External Program from the System

rpz

str

Response Policy Zone File

tsig

str

Transaction SIGnatures Key file

use_mgmt_port

bool

Use management port as source port

remote_file

str

profile name for remote url

password

str

password for the remote site

store_name

str

Export store name

store

dict

Field store

delete

bool

Delete an export store profile

create

bool

Create an export store profile

name

str

profile name to store remote url

remote_file

str

Field remote_file

geo_location_archive

dict

Field geo_location_archive

geo_location_archive_name

str

‘GeoLite2-ASN-Archive’= GeoLite2-ASN CSV Zipped File; ‘GeoLite2-City-Archive’= GeoLite2-City CSV Zipped File; ‘GeoLite2-Country-Archive’= GeoLite2-Country CSV Zipped File;

use_mgmt_port

bool

Use management port as source port

remote_file

str

Profile name for remote url

password

str

password for the remote site

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