a10_sessions

Synopsis

Field sessions

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

ext

dict

Field ext

uuid

str

uuid of the object

smp

dict

Field smp

uuid

str

uuid of the object

smp_table

dict

Field smp_table

uuid

str

uuid of the object

oper

dict

Field oper

session_list

list

Field session_list

total_sessions

int

Field total_sessions

app_sessions

int

Field app_sessions

filter_type

str

Field filter_type

src_ipv4_addr

str

Field src_ipv4_addr

dst_ipv4_addr

str

Field dst_ipv4_addr

nat_ipv4_addr

str

Field nat_ipv4_addr

src_ipv6_addr

str

Field src_ipv6_addr

dst_ipv6_addr

str

Field dst_ipv6_addr

name_str

str

Field name_str

dest_port

int

Field dest_port

src_port

int

Field src_port

nat_port

int

Field nat_port

thread

int

Field thread

bucket

int

Field bucket

app_category

str

Field app_category

app

str

Field app

l4_protocol

str

Field l4_protocol

fw_helper_sessions

bool

Field fw_helper_sessions

fw_ip_type

str

Field fw_ip_type

fw_rule

str

Field fw_rule

fw_dest_zone

str

Field fw_dest_zone

fw_src_zone

str

Field fw_src_zone

fw_dest_obj

str

Field fw_dest_obj

fw_src_obj

str

Field fw_src_obj

fw_dest_obj_grp

str

Field fw_dest_obj_grp

fw_src_obj_grp

str

Field fw_src_obj_grp

fw_dest_rserver

str

Field fw_dest_rserver

fw_src_rserver

str

Field fw_src_rserver

fw_dest_vserver

str

Field fw_dest_vserver

application

str

Field application

session_id

str

Field session_id

zone_name

str

Field zone_name

sport_rate_limit_exceed

bool

Field sport_rate_limit_exceed

sport_rate_limit_curr

bool

Field sport_rate_limit_curr

src_ipv6_prefix

str

Field src_ipv6_prefix

dst_ipv6_prefix

str

Field dst_ipv6_prefix

check_inside_user

bool

Field check_inside_user

rev_dest_teid

int

Field rev_dest_teid

msisdn

bool

Field msisdn

msisdn_val

str

Field msisdn_val

imsi

bool

Field imsi

imsi_val

str

Field imsi_val

gtp_msg_type

str

Field gtp_msg_type

gtp_version

str

Field gtp_version

full_width

bool

Field full_width

ext_filter_name

str

Field ext_filter_name

ext

dict

Field ext

smp

dict

Field smp

smp_table

dict

Field smp_table

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